Shades of Cadet Blue #599A9F
Tints of Cadet Blue #599A9F
RGB
CMYK
RGB Variations
Color information
#599A9F (or 0x599A9F) is known color: Cadet Blue. HEX triplet: 59, 9A and 9F. RGB value is (89,154,159). Sum of RGB (Red+Green+Blue) = 89+154+159=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #599A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599A9F is #A66560. Grayscale: #878787. Windows color (decimal): -10904929 or 10459737. OLE color: 10459737.
HSL color Cylindrical-coordinate representation of color #599A9F: hue angle of 184.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599A9F is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 154 | 159 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.38 |
| HSL | 184.29º | 0.28% | 0.49% | - |
| HSV(B) | 184.29º | 0.44% | 0.62% | - |
| XYZ | 21.93 | 27.74 | 37 | - |
| YUV | 135.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 159 | 0.44 | 0.03 | 0 | 0.38 | 184.29 | 0.28 | 0.49 |
| Hex | 59 | 9A | 9F | 2C | 3 | 0 | 26 | B8 | 1C | 31 |
| Octal | 131 | 232 | 237 | 54 | 3 | 0 | 46 | 270 | 34 | 61 |
| Binary | 1011001 | 10011010 | 10011111 | 101100 | 11 | 0 | 100110 | 10111000 | 11100 | 110001 |
Color Harmonies of #599A9F
Complementary color
Monochromatic Colors of #599A9F
Black with #599A9F
Text Example
Text Example
White with #599A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599A9F; }
p { color: rgb(89,154,159); }
H1.HeaderClassName
{
color: #599A9F;
}
.AnyTagClassName
{
color: #599A9F;
}
</style>
background-color css
<style>
a { background-color: #599A9F; }
a { background-color: rgb(89,154,159); }
div.DivClassName
{
background-color: #599A9F;
}
.BgClassName
{
background-color: #599A9F;
}
</style>
border-color css
<style>
span { border-color: #599A9F; }
span { border-color: rgb(89,154,159); }
td.TdClassName
{
border-color: #599A9F;
}
.TagClassName
{
border-color: #599A9F;
}
</style>