Shades of Cadet Blue #559BA8
Tints of Cadet Blue #559BA8
RGB
CMYK
RGB Variations
Color information
#559BA8 (or 0x559BA8) is known color: Cadet Blue. HEX triplet: 55, 9B and A8. RGB value is (85,155,168). Sum of RGB (Red+Green+Blue) = 85+155+168=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 168 - color contains mainly: blue. Hex color #559BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559BA8 is #AA6457. Grayscale: #878787. Windows color (decimal): -11166808 or 11049813. OLE color: 11049813.
HSL color Cylindrical-coordinate representation of color #559BA8: hue angle of 189.4º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #559BA8 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 155 | 168 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.34 |
| HSL | 189.4º | 0.33% | 0.5% | - |
| HSV(B) | 189.4º | 0.49% | 0.66% | - |
| XYZ | 22.54 | 28.2 | 41.3 | - |
| YUV | 135.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 168 | 0.49 | 0.08 | 0 | 0.34 | 189.4 | 0.33 | 0.5 |
| Hex | 55 | 9B | A8 | 31 | 8 | 0 | 22 | BD | 21 | 32 |
| Octal | 125 | 233 | 250 | 61 | 10 | 0 | 42 | 275 | 41 | 62 |
| Binary | 1010101 | 10011011 | 10101000 | 110001 | 1000 | 0 | 100010 | 10111101 | 100001 | 110010 |
Color Harmonies of #559BA8
Complementary color
Monochromatic Colors of #559BA8
Black with #559BA8
Text Example
Text Example
White with #559BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BA8; }
p { color: rgb(85,155,168); }
H1.HeaderClassName
{
color: #559BA8;
}
.AnyTagClassName
{
color: #559BA8;
}
</style>
background-color css
<style>
a { background-color: #559BA8; }
a { background-color: rgb(85,155,168); }
div.DivClassName
{
background-color: #559BA8;
}
.BgClassName
{
background-color: #559BA8;
}
</style>
border-color css
<style>
span { border-color: #559BA8; }
span { border-color: rgb(85,155,168); }
td.TdClassName
{
border-color: #559BA8;
}
.TagClassName
{
border-color: #559BA8;
}
</style>