Shades of Cadet Blue #559FAC
Tints of Cadet Blue #559FAC
RGB
CMYK
RGB Variations
Color information
#559FAC (or 0x559FAC) is known color: Cadet Blue. HEX triplet: 55, 9F and AC. RGB value is (85,159,172). Sum of RGB (Red+Green+Blue) = 85+159+172=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #559FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559FAC is #AA6053. Grayscale: #8A8A8A. Windows color (decimal): -11165780 or 11312981. OLE color: 11312981.
HSL color Cylindrical-coordinate representation of color #559FAC: hue angle of 188.97º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #559FAC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 159 | 172 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.33 |
| HSL | 188.97º | 0.34% | 0.5% | - |
| HSV(B) | 188.97º | 0.51% | 0.67% | - |
| XYZ | 23.59 | 29.71 | 43.52 | - |
| YUV | 138.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 172 | 0.51 | 0.08 | 0 | 0.33 | 188.97 | 0.34 | 0.5 |
| Hex | 55 | 9F | AC | 33 | 8 | 0 | 21 | BD | 22 | 32 |
| Octal | 125 | 237 | 254 | 63 | 10 | 0 | 41 | 275 | 42 | 62 |
| Binary | 1010101 | 10011111 | 10101100 | 110011 | 1000 | 0 | 100001 | 10111101 | 100010 | 110010 |
Color Harmonies of #559FAC
Complementary color
Monochromatic Colors of #559FAC
Black with #559FAC
Text Example
Text Example
White with #559FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FAC; }
p { color: rgb(85,159,172); }
H1.HeaderClassName
{
color: #559FAC;
}
.AnyTagClassName
{
color: #559FAC;
}
</style>
background-color css
<style>
a { background-color: #559FAC; }
a { background-color: rgb(85,159,172); }
div.DivClassName
{
background-color: #559FAC;
}
.BgClassName
{
background-color: #559FAC;
}
</style>
border-color css
<style>
span { border-color: #559FAC; }
span { border-color: rgb(85,159,172); }
td.TdClassName
{
border-color: #559FAC;
}
.TagClassName
{
border-color: #559FAC;
}
</style>