Shades of Cadet Blue #599AAA
Tints of Cadet Blue #599AAA
RGB
CMYK
RGB Variations
Color information
#599AAA (or 0x599AAA) is known color: Cadet Blue. HEX triplet: 59, 9A and AA. RGB value is (89,154,170). Sum of RGB (Red+Green+Blue) = 89+154+170=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #599AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599AAA is #A66555. Grayscale: #888888. Windows color (decimal): -10904918 or 11180633. OLE color: 11180633.
HSL color Cylindrical-coordinate representation of color #599AAA: hue angle of 191.85º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #599AAA is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 154 | 170 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.33 |
| HSL | 191.85º | 0.32% | 0.51% | - |
| HSV(B) | 191.85º | 0.48% | 0.67% | - |
| XYZ | 22.93 | 28.14 | 42.25 | - |
| YUV | 136.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 170 | 0.48 | 0.09 | 0 | 0.33 | 191.85 | 0.32 | 0.51 |
| Hex | 59 | 9A | AA | 30 | 9 | 0 | 21 | C0 | 20 | 33 |
| Octal | 131 | 232 | 252 | 60 | 11 | 0 | 41 | 300 | 40 | 63 |
| Binary | 1011001 | 10011010 | 10101010 | 110000 | 1001 | 0 | 100001 | 11000000 | 100000 | 110011 |
Color Harmonies of #599AAA
Complementary color
Monochromatic Colors of #599AAA
Black with #599AAA
Text Example
Text Example
White with #599AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599AAA; }
p { color: rgb(89,154,170); }
H1.HeaderClassName
{
color: #599AAA;
}
.AnyTagClassName
{
color: #599AAA;
}
</style>
background-color css
<style>
a { background-color: #599AAA; }
a { background-color: rgb(89,154,170); }
div.DivClassName
{
background-color: #599AAA;
}
.BgClassName
{
background-color: #599AAA;
}
</style>
border-color css
<style>
span { border-color: #599AAA; }
span { border-color: rgb(89,154,170); }
td.TdClassName
{
border-color: #599AAA;
}
.TagClassName
{
border-color: #599AAA;
}
</style>