Shades of Cadet Blue #599BA8
Tints of Cadet Blue #599BA8
RGB
CMYK
RGB Variations
Color information
#599BA8 (or 0x599BA8) is known color: Cadet Blue. HEX triplet: 59, 9B and A8. RGB value is (89,155,168). Sum of RGB (Red+Green+Blue) = 89+155+168=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 168 - color contains mainly: blue. Hex color #599BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BA8 is #A66457. Grayscale: #888888. Windows color (decimal): -10904664 or 11049817. OLE color: 11049817.
HSL color Cylindrical-coordinate representation of color #599BA8: hue angle of 189.87º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #599BA8 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 155 | 168 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.34 |
| HSL | 189.87º | 0.31% | 0.5% | - |
| HSV(B) | 189.87º | 0.47% | 0.66% | - |
| XYZ | 22.91 | 28.39 | 41.32 | - |
| YUV | 136.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 168 | 0.47 | 0.08 | 0 | 0.34 | 189.87 | 0.31 | 0.5 |
| Hex | 59 | 9B | A8 | 2F | 8 | 0 | 22 | BE | 1F | 32 |
| Octal | 131 | 233 | 250 | 57 | 10 | 0 | 42 | 276 | 37 | 62 |
| Binary | 1011001 | 10011011 | 10101000 | 101111 | 1000 | 0 | 100010 | 10111110 | 11111 | 110010 |
Color Harmonies of #599BA8
Complementary color
Monochromatic Colors of #599BA8
Black with #599BA8
Text Example
Text Example
White with #599BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BA8; }
p { color: rgb(89,155,168); }
H1.HeaderClassName
{
color: #599BA8;
}
.AnyTagClassName
{
color: #599BA8;
}
</style>
background-color css
<style>
a { background-color: #599BA8; }
a { background-color: rgb(89,155,168); }
div.DivClassName
{
background-color: #599BA8;
}
.BgClassName
{
background-color: #599BA8;
}
</style>
border-color css
<style>
span { border-color: #599BA8; }
span { border-color: rgb(89,155,168); }
td.TdClassName
{
border-color: #599BA8;
}
.TagClassName
{
border-color: #599BA8;
}
</style>