Shades of Cadet Blue #599998
Tints of Cadet Blue #599998
RGB
CMYK
RGB Variations
Color information
#599998 (or 0x599998) is known color: Cadet Blue. HEX triplet: 59, 99 and 98. RGB value is (89,153,152). Sum of RGB (Red+Green+Blue) = 89+153+152=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #599998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599998 is #A66667. Grayscale: #858585. Windows color (decimal): -10905192 or 10000729. OLE color: 10000729.
HSL color Cylindrical-coordinate representation of color #599998: hue angle of 179.06º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599998 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 153 | 152 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.4 |
| HSL | 179.06º | 0.26% | 0.47% | - |
| HSV(B) | 179.06º | 0.42% | 0.6% | - |
| XYZ | 21.18 | 27.17 | 33.83 | - |
| YUV | 133.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 152 | 0.42 | 0 | 0.01 | 0.4 | 179.06 | 0.26 | 0.47 |
| Hex | 59 | 99 | 98 | 2A | 0 | 1 | 28 | B3 | 1A | 2F |
| Octal | 131 | 231 | 230 | 52 | 0 | 1 | 50 | 263 | 32 | 57 |
| Binary | 1011001 | 10011001 | 10011000 | 101010 | 0 | 1 | 101000 | 10110011 | 11010 | 101111 |
Color Harmonies of #599998
Complementary color
Monochromatic Colors of #599998
Black with #599998
Text Example
Text Example
White with #599998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599998; }
p { color: rgb(89,153,152); }
H1.HeaderClassName
{
color: #599998;
}
.AnyTagClassName
{
color: #599998;
}
</style>
background-color css
<style>
a { background-color: #599998; }
a { background-color: rgb(89,153,152); }
div.DivClassName
{
background-color: #599998;
}
.BgClassName
{
background-color: #599998;
}
</style>
border-color css
<style>
span { border-color: #599998; }
span { border-color: rgb(89,153,152); }
td.TdClassName
{
border-color: #599998;
}
.TagClassName
{
border-color: #599998;
}
</style>