Shades of Cadet Blue #599FAC
Tints of Cadet Blue #599FAC
RGB
CMYK
RGB Variations
Color information
#599FAC (or 0x599FAC) is known color: Cadet Blue. HEX triplet: 59, 9F and AC. RGB value is (89,159,172). Sum of RGB (Red+Green+Blue) = 89+159+172=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #599FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599FAC is #A66053. Grayscale: #8B8B8B. Windows color (decimal): -10903636 or 11312985. OLE color: 11312985.
HSL color Cylindrical-coordinate representation of color #599FAC: hue angle of 189.4º degrees, saturation: 0.33, 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 #599FAC is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 159 | 172 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.33 |
| HSL | 189.4º | 0.33% | 0.51% | - |
| HSV(B) | 189.4º | 0.48% | 0.67% | - |
| XYZ | 23.96 | 29.9 | 43.54 | - |
| YUV | 139.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 172 | 0.48 | 0.08 | 0 | 0.33 | 189.4 | 0.33 | 0.51 |
| Hex | 59 | 9F | AC | 30 | 8 | 0 | 21 | BD | 21 | 33 |
| Octal | 131 | 237 | 254 | 60 | 10 | 0 | 41 | 275 | 41 | 63 |
| Binary | 1011001 | 10011111 | 10101100 | 110000 | 1000 | 0 | 100001 | 10111101 | 100001 | 110011 |
Color Harmonies of #599FAC
Complementary color
Monochromatic Colors of #599FAC
Black with #599FAC
Text Example
Text Example
White with #599FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FAC; }
p { color: rgb(89,159,172); }
H1.HeaderClassName
{
color: #599FAC;
}
.AnyTagClassName
{
color: #599FAC;
}
</style>
background-color css
<style>
a { background-color: #599FAC; }
a { background-color: rgb(89,159,172); }
div.DivClassName
{
background-color: #599FAC;
}
.BgClassName
{
background-color: #599FAC;
}
</style>
border-color css
<style>
span { border-color: #599FAC; }
span { border-color: rgb(89,159,172); }
td.TdClassName
{
border-color: #599FAC;
}
.TagClassName
{
border-color: #599FAC;
}
</style>