Shades of Cadet Blue #589F99
Tints of Cadet Blue #589F99
RGB
CMYK
RGB Variations
Color information
#589F99 (or 0x589F99) is known color: Cadet Blue. HEX triplet: 58, 9F and 99. RGB value is (88,159,153). Sum of RGB (Red+Green+Blue) = 88+159+153=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #589F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589F99 is #A76066. Grayscale: #898989. Windows color (decimal): -10969191 or 10067800. OLE color: 10067800.
HSL color Cylindrical-coordinate representation of color #589F99: hue angle of 174.93º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #589F99 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 159 | 153 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.38 |
| HSL | 174.93º | 0.29% | 0.48% | - |
| HSV(B) | 174.93º | 0.45% | 0.62% | - |
| XYZ | 22.17 | 29.17 | 34.6 | - |
| YUV | 137.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 153 | 0.45 | 0 | 0.04 | 0.38 | 174.93 | 0.29 | 0.48 |
| Hex | 58 | 9F | 99 | 2D | 0 | 4 | 26 | AF | 1D | 30 |
| Octal | 130 | 237 | 231 | 55 | 0 | 4 | 46 | 257 | 35 | 60 |
| Binary | 1011000 | 10011111 | 10011001 | 101101 | 0 | 100 | 100110 | 10101111 | 11101 | 110000 |
Color Harmonies of #589F99
Complementary color
Monochromatic Colors of #589F99
Black with #589F99
Text Example
Text Example
White with #589F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589F99; }
p { color: rgb(88,159,153); }
H1.HeaderClassName
{
color: #589F99;
}
.AnyTagClassName
{
color: #589F99;
}
</style>
background-color css
<style>
a { background-color: #589F99; }
a { background-color: rgb(88,159,153); }
div.DivClassName
{
background-color: #589F99;
}
.BgClassName
{
background-color: #589F99;
}
</style>
border-color css
<style>
span { border-color: #589F99; }
span { border-color: rgb(88,159,153); }
td.TdClassName
{
border-color: #589F99;
}
.TagClassName
{
border-color: #589F99;
}
</style>