Shades of Cadet Blue #599BAB
Tints of Cadet Blue #599BAB
RGB
CMYK
RGB Variations
Color information
#599BAB (or 0x599BAB) is known color: Cadet Blue. HEX triplet: 59, 9B and AB. RGB value is (89,155,171). Sum of RGB (Red+Green+Blue) = 89+155+171=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #599BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BAB is #A66454. Grayscale: #888888. Windows color (decimal): -10904661 or 11246425. OLE color: 11246425.
HSL color Cylindrical-coordinate representation of color #599BAB: hue angle of 191.71º 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 #599BAB is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 155 | 171 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.33 |
| HSL | 191.71º | 0.33% | 0.51% | - |
| HSV(B) | 191.71º | 0.48% | 0.67% | - |
| XYZ | 23.19 | 28.51 | 42.81 | - |
| YUV | 137.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 171 | 0.48 | 0.09 | 0 | 0.33 | 191.71 | 0.33 | 0.51 |
| Hex | 59 | 9B | AB | 30 | 9 | 0 | 21 | C0 | 21 | 33 |
| Octal | 131 | 233 | 253 | 60 | 11 | 0 | 41 | 300 | 41 | 63 |
| Binary | 1011001 | 10011011 | 10101011 | 110000 | 1001 | 0 | 100001 | 11000000 | 100001 | 110011 |
Color Harmonies of #599BAB
Complementary color
Monochromatic Colors of #599BAB
Black with #599BAB
Text Example
Text Example
White with #599BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BAB; }
p { color: rgb(89,155,171); }
H1.HeaderClassName
{
color: #599BAB;
}
.AnyTagClassName
{
color: #599BAB;
}
</style>
background-color css
<style>
a { background-color: #599BAB; }
a { background-color: rgb(89,155,171); }
div.DivClassName
{
background-color: #599BAB;
}
.BgClassName
{
background-color: #599BAB;
}
</style>
border-color css
<style>
span { border-color: #599BAB; }
span { border-color: rgb(89,155,171); }
td.TdClassName
{
border-color: #599BAB;
}
.TagClassName
{
border-color: #599BAB;
}
</style>