Shades of Cadet Blue #559DAB
Tints of Cadet Blue #559DAB
RGB
CMYK
RGB Variations
Color information
#559DAB (or 0x559DAB) is known color: Cadet Blue. HEX triplet: 55, 9D and AB. RGB value is (85,157,171). Sum of RGB (Red+Green+Blue) = 85+157+171=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #559DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559DAB is #AA6254. Grayscale: #888888. Windows color (decimal): -11166293 or 11246933. OLE color: 11246933.
HSL color Cylindrical-coordinate representation of color #559DAB: hue angle of 189.77º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #559DAB is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 157 | 171 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.33 |
| HSL | 189.77º | 0.34% | 0.5% | - |
| HSV(B) | 189.77º | 0.5% | 0.67% | - |
| XYZ | 23.15 | 28.99 | 42.9 | - |
| YUV | 137.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 171 | 0.50 | 0.08 | 0 | 0.33 | 189.77 | 0.34 | 0.5 |
| Hex | 55 | 9D | AB | 32 | 8 | 0 | 21 | BE | 22 | 32 |
| Octal | 125 | 235 | 253 | 62 | 10 | 0 | 41 | 276 | 42 | 62 |
| Binary | 1010101 | 10011101 | 10101011 | 110010 | 1000 | 0 | 100001 | 10111110 | 100010 | 110010 |
Color Harmonies of #559DAB
Complementary color
Monochromatic Colors of #559DAB
Black with #559DAB
Text Example
Text Example
White with #559DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DAB; }
p { color: rgb(85,157,171); }
H1.HeaderClassName
{
color: #559DAB;
}
.AnyTagClassName
{
color: #559DAB;
}
</style>
background-color css
<style>
a { background-color: #559DAB; }
a { background-color: rgb(85,157,171); }
div.DivClassName
{
background-color: #559DAB;
}
.BgClassName
{
background-color: #559DAB;
}
</style>
border-color css
<style>
span { border-color: #559DAB; }
span { border-color: rgb(85,157,171); }
td.TdClassName
{
border-color: #559DAB;
}
.TagClassName
{
border-color: #559DAB;
}
</style>