Shades of Cadet Blue #599FA9
Tints of Cadet Blue #599FA9
RGB
CMYK
RGB Variations
Color information
#599FA9 (or 0x599FA9) is known color: Cadet Blue. HEX triplet: 59, 9F and A9. RGB value is (89,159,169). Sum of RGB (Red+Green+Blue) = 89+159+169=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 169 - color contains mainly: blue. Hex color #599FA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599FA9 is #A66056. Grayscale: #8B8B8B. Windows color (decimal): -10903639 or 11116377. OLE color: 11116377.
HSL color Cylindrical-coordinate representation of color #599FA9: hue angle of 187.5º 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 #599FA9 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 159 | 169 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.34 |
| HSL | 187.5º | 0.32% | 0.51% | - |
| HSV(B) | 187.5º | 0.47% | 0.66% | - |
| XYZ | 23.68 | 29.78 | 42.04 | - |
| YUV | 139.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 169 | 0.47 | 0.06 | 0 | 0.34 | 187.5 | 0.32 | 0.51 |
| Hex | 59 | 9F | A9 | 2F | 6 | 0 | 22 | BC | 20 | 33 |
| Octal | 131 | 237 | 251 | 57 | 6 | 0 | 42 | 274 | 40 | 63 |
| Binary | 1011001 | 10011111 | 10101001 | 101111 | 110 | 0 | 100010 | 10111100 | 100000 | 110011 |
Color Harmonies of #599FA9
Complementary color
Monochromatic Colors of #599FA9
Black with #599FA9
Text Example
Text Example
White with #599FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FA9; }
p { color: rgb(89,159,169); }
H1.HeaderClassName
{
color: #599FA9;
}
.AnyTagClassName
{
color: #599FA9;
}
</style>
background-color css
<style>
a { background-color: #599FA9; }
a { background-color: rgb(89,159,169); }
div.DivClassName
{
background-color: #599FA9;
}
.BgClassName
{
background-color: #599FA9;
}
</style>
border-color css
<style>
span { border-color: #599FA9; }
span { border-color: rgb(89,159,169); }
td.TdClassName
{
border-color: #599FA9;
}
.TagClassName
{
border-color: #599FA9;
}
</style>