Shades of Cadet Blue #599AA2
Tints of Cadet Blue #599AA2
RGB
CMYK
RGB Variations
Color information
#599AA2 (or 0x599AA2) is known color: Cadet Blue. HEX triplet: 59, 9A and A2. RGB value is (89,154,162). Sum of RGB (Red+Green+Blue) = 89+154+162=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 162 - color contains mainly: blue. Hex color #599AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599AA2 is #A6655D. Grayscale: #878787. Windows color (decimal): -10904926 or 10656345. OLE color: 10656345.
HSL color Cylindrical-coordinate representation of color #599AA2: hue angle of 186.58º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #599AA2 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 154 | 162 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.36 |
| HSL | 186.58º | 0.29% | 0.49% | - |
| HSV(B) | 186.58º | 0.45% | 0.64% | - |
| XYZ | 22.2 | 27.84 | 38.39 | - |
| YUV | 135.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 162 | 0.45 | 0.05 | 0 | 0.36 | 186.58 | 0.29 | 0.49 |
| Hex | 59 | 9A | A2 | 2D | 5 | 0 | 24 | BB | 1D | 31 |
| Octal | 131 | 232 | 242 | 55 | 5 | 0 | 44 | 273 | 35 | 61 |
| Binary | 1011001 | 10011010 | 10100010 | 101101 | 101 | 0 | 100100 | 10111011 | 11101 | 110001 |
Color Harmonies of #599AA2
Complementary color
Monochromatic Colors of #599AA2
Black with #599AA2
Text Example
Text Example
White with #599AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599AA2; }
p { color: rgb(89,154,162); }
H1.HeaderClassName
{
color: #599AA2;
}
.AnyTagClassName
{
color: #599AA2;
}
</style>
background-color css
<style>
a { background-color: #599AA2; }
a { background-color: rgb(89,154,162); }
div.DivClassName
{
background-color: #599AA2;
}
.BgClassName
{
background-color: #599AA2;
}
</style>
border-color css
<style>
span { border-color: #599AA2; }
span { border-color: rgb(89,154,162); }
td.TdClassName
{
border-color: #599AA2;
}
.TagClassName
{
border-color: #599AA2;
}
</style>