HEX: #55AB56
RGB: (85,171,86)
Il colore #55AB56 contiene principalmente il verde. Per il #55AB56 il colore web safe è #669966 (#696).
Il colore 55AB56 in RGB è definito come 85,171,86
RGB: (85,171,86)
(33%, 67%, 34%)
R 85 da 255 = 33%
G 171 da 255 = 67%
B 86 da 255 = 34%
R + G + B ~ 45%. #55AB56 colore medio (né scuro né chiaro).
R + G + B = 85 + 171 + 86 = 342 (100%)
R 85 da 342 ~ 24.85%
G 171 da 342 ~ 50%
B 86 da 342 ~ 25.15'%
Il colore #55AB56 in CMYK è definito come 50,0,50,33.
CMYK: (50,0,50,33)
C50M0Y50K33 (50%, 0%, 50%, 33%)
(0.50 / 0.00 / 0.50 / 0.33)
Il #55AB56 nei modelli di colore popolari.
55 | AB | 56 | |
---|---|---|---|
RGB | 85 | 171 | 86 |
HSL | 121° | 33.86% | 50.20% |
HSB/HSV | 121° | 50.29% | 67.06% |
CMYK | 50.29% | 0.00% | 49.71% |
32.94% |
Il #55AB56 nei modelli numerici popolari.
Esadicemale | 55 | AB | 56 |
Decimale | 85 | 171 | 86 |
Binario | 1010101 | 10101011 | 1010110 |
Ottale | 125 | 253 | 126 |
Tonalità scure del colore #55AB56
Tonalità chiare del colore #55AB56
Esempi dei codici css e html per gli elementi di colore #55AB56. Utilizzate rgb(85,171,86) anche al posto del codice hex.
.myTextColor { color: #55AB56; }
<p style="color:#55AB56">This sample text font color is #55AB56.</p>
Il colore di questo testo è #55AB56.
.myBgColor { background-color: #55AB56; }
<div style="background-color:#55AB56">Inner text</div>
Questo div ha lo sfondo di colore #55AB56.
.myBorderColor { border: 1px solid #55AB56; }
<div style="border:3px solid #55AB56">Div</div>
Questo div ha i bordi di colore 55AB56.
.myOpacity80 { color: #55AB56; opacity: 0.8; }
<p style="color:#55AB56;opacity:0.8;">80%</p>
Il testo di color #55AB56 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55AB56;}
<p style="text-shadow: 3px 3px 1px #55AB56">Text here.</p>
Questo testo ha l'ombra di colore #55AB56.
.textShadow {text-shadow: 3px 3px 1px #55AB56', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55AB56, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #55AB56 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55AB56, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55AB56, Direction=45, Strength=4)">Text</p>
This text has shadow with #55AB56 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55AB56;
-webkit-box-shadow: 1px 1px 3px 2px #55AB56;
box-shadow: 1px 1px 3px 2px #55AB56;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55AB56; -webkit-box-shadow: 1px 1px 3px 2px #55AB56; box-shadow:1px 1px 3px 2px #55AB56;">
Div content here
</div>
Questo e il testo di colore #55AB56 sullo sfondo nero.
Questo e il testo di colore #55AB56 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #55AB56.
Questo è un testo bianco sullo sfondo del colore #55AB56.
Il colore complimentare del #hex è #AA54A9..