HEX: #559ABB
RGB: (85,154,187)
Il colore #559ABB contiene principalmente il verde e il blu. Per il #559ABB il colore web safe è #6699CC (#69C).
Il colore 559ABB in RGB è definito come 85,154,187
RGB: (85,154,187) (33%,60%,73%)
R 85 da 255 = 33%
G 154 da 255 = 60%
B 187 da 255 = 73%
R + G + B ~ 55%. #559ABB colore medio (né scuro né chiaro).
R + G + B =
85 + 154 + 187 = 426 (100%)
R 85 da 426 ~ 19.95%
G 154 da 426 ~ 36.15%
B 187 da 426 ~ 43.9%
Il colore #559ABB in CMYK è definito come 55,18,0,27.
CMYK: (55,18,0,27) C55M18Y0K27 (55%,18%,0%,27%) (0.55/0.18/0.00/0.27)
55 | 9A | BB | |
---|---|---|---|
RGB | 85 | 154 | 187 |
HSL | 199° | 42.86% | 53.33% |
HSB/HSV | 199° | 54.55% | 73.33% |
CMYK | 54.55% | 17.65% | 0.00% |
26.67% |
Esadicemale | 55 | 9A | BB |
Decimale | 85 | 154 | 187 |
Binario | 1010101 | 10011010 | 10111011 |
Ottale | 125 | 232 | 273 |
Esempi dei codici css e html per gli elementi di colore #559ABB. Utilizzate rgb(85,154,187) anche al posto del codice hex.
.myTextColor { color: #559ABB; }
<p style="color:#559ABB">This sample text font color is #559ABB.</p>
Il colore di questo testo è #559ABB.
.myBgColor { background-color: #559ABB; }
<div style="background-color:#559ABB">Inner text</div>
Questo div ha lo sfondo di colore #559ABB.
.myBorderColor { border: 1px solid #559ABB; }
<div style="border:3px solid #559ABB">Div</div>
Questo div ha i bordi di colore 559ABB.
.myOpacity80 { color: #559ABB; opacity: 0.8; }
<p style="color:#559ABB;opacity:0.8;">80%</p>
Il testo di color #559ABB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #559ABB;}
<p style="text-shadow: 3px 3px 1px #559ABB">Text here.</p>
Questo testo ha l'ombra di colore #559ABB.
.textShadow {text-shadow: 3px 3px 1px #559ABB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #559ABB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #559ABB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#559ABB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#559ABB, Direction=45, Strength=4)">Text</p>
This text has shadow with #559ABB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #559ABB; -webkit-box-shadow: 1px 1px 3px 2px #559ABB; box-shadow: 1px 1px 3px 2px #559ABB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #559ABB; -webkit-box-shadow: 1px 1px 3px 2px #559ABB; box-shadow:1px 1px 3px 2px #559ABB;">
Div content here</div>
Questo e il testo di colore #559ABB sullo sfondo nero.
Questo e il testo di colore #559ABB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #559ABB.
Questo è un testo bianco sullo sfondo del colore #559ABB.