Shades of Cadet Blue #599DAC
Tints of Cadet Blue #599DAC
RGB
CMYK
RGB Variations
Color information
#599DAC (or 0x599DAC) is known color: Cadet Blue. HEX triplet: 59, 9D and AC. RGB value is (89,157,172). Sum of RGB (Red+Green+Blue) = 89+157+172=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #599DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599DAC is #A66253. Grayscale: #8A8A8A. Windows color (decimal): -10904148 or 11312473. OLE color: 11312473.
HSL color Cylindrical-coordinate representation of color #599DAC: hue angle of 190.84º 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 #599DAC is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 157 | 172 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.33 |
| HSL | 190.84º | 0.33% | 0.51% | - |
| HSV(B) | 190.84º | 0.48% | 0.67% | - |
| XYZ | 23.62 | 29.22 | 43.42 | - |
| YUV | 138.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 172 | 0.48 | 0.09 | 0 | 0.33 | 190.84 | 0.33 | 0.51 |
| Hex | 59 | 9D | AC | 30 | 9 | 0 | 21 | BF | 21 | 33 |
| Octal | 131 | 235 | 254 | 60 | 11 | 0 | 41 | 277 | 41 | 63 |
| Binary | 1011001 | 10011101 | 10101100 | 110000 | 1001 | 0 | 100001 | 10111111 | 100001 | 110011 |
Color Harmonies of #599DAC
Complementary color
Monochromatic Colors of #599DAC
Black with #599DAC
Text Example
Text Example
White with #599DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DAC; }
p { color: rgb(89,157,172); }
H1.HeaderClassName
{
color: #599DAC;
}
.AnyTagClassName
{
color: #599DAC;
}
</style>
background-color css
<style>
a { background-color: #599DAC; }
a { background-color: rgb(89,157,172); }
div.DivClassName
{
background-color: #599DAC;
}
.BgClassName
{
background-color: #599DAC;
}
</style>
border-color css
<style>
span { border-color: #599DAC; }
span { border-color: rgb(89,157,172); }
td.TdClassName
{
border-color: #599DAC;
}
.TagClassName
{
border-color: #599DAC;
}
</style>