Shades of Cadet Blue #599EA9
Tints of Cadet Blue #599EA9
RGB
CMYK
RGB Variations
Color information
#599EA9 (or 0x599EA9) is known color: Cadet Blue. HEX triplet: 59, 9E and A9. RGB value is (89,158,169). Sum of RGB (Red+Green+Blue) = 89+158+169=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #599EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599EA9 is #A66156. Grayscale: #8A8A8A. Windows color (decimal): -10903895 or 11116121. OLE color: 11116121.
HSL color Cylindrical-coordinate representation of color #599EA9: hue angle of 188.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #599EA9 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 158 | 169 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.34 |
| HSL | 188.25º | 0.32% | 0.51% | - |
| HSV(B) | 188.25º | 0.47% | 0.66% | - |
| XYZ | 23.51 | 29.44 | 41.98 | - |
| YUV | 138.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 169 | 0.47 | 0.07 | 0 | 0.34 | 188.25 | 0.32 | 0.51 |
| Hex | 59 | 9E | A9 | 2F | 7 | 0 | 22 | BC | 20 | 33 |
| Octal | 131 | 236 | 251 | 57 | 7 | 0 | 42 | 274 | 40 | 63 |
| Binary | 1011001 | 10011110 | 10101001 | 101111 | 111 | 0 | 100010 | 10111100 | 100000 | 110011 |
Color Harmonies of #599EA9
Complementary color
Monochromatic Colors of #599EA9
Black with #599EA9
Text Example
Text Example
White with #599EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599EA9; }
p { color: rgb(89,158,169); }
H1.HeaderClassName
{
color: #599EA9;
}
.AnyTagClassName
{
color: #599EA9;
}
</style>
background-color css
<style>
a { background-color: #599EA9; }
a { background-color: rgb(89,158,169); }
div.DivClassName
{
background-color: #599EA9;
}
.BgClassName
{
background-color: #599EA9;
}
</style>
border-color css
<style>
span { border-color: #599EA9; }
span { border-color: rgb(89,158,169); }
td.TdClassName
{
border-color: #599EA9;
}
.TagClassName
{
border-color: #599EA9;
}
</style>