Shades of Cadet Blue #589FA0
Tints of Cadet Blue #589FA0
RGB
CMYK
RGB Variations
Color information
#589FA0 (or 0x589FA0) is known color: Cadet Blue. HEX triplet: 58, 9F and A0. RGB value is (88,159,160). Sum of RGB (Red+Green+Blue) = 88+159+160=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 160 - color contains mainly: blue. Hex color #589FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589FA0 is #A7605F. Grayscale: #898989. Windows color (decimal): -10969184 or 10526552. OLE color: 10526552.
HSL color Cylindrical-coordinate representation of color #589FA0: hue angle of 180.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #589FA0 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 159 | 160 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.37 |
| HSL | 180.83º | 0.29% | 0.49% | - |
| HSV(B) | 180.83º | 0.45% | 0.63% | - |
| XYZ | 22.77 | 29.41 | 37.73 | - |
| YUV | 137.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 160 | 0.45 | 0.01 | 0 | 0.37 | 180.83 | 0.29 | 0.49 |
| Hex | 58 | 9F | A0 | 2D | 1 | 0 | 25 | B5 | 1D | 31 |
| Octal | 130 | 237 | 240 | 55 | 1 | 0 | 45 | 265 | 35 | 61 |
| Binary | 1011000 | 10011111 | 10100000 | 101101 | 1 | 0 | 100101 | 10110101 | 11101 | 110001 |
Color Harmonies of #589FA0
Complementary color
Monochromatic Colors of #589FA0
Black with #589FA0
Text Example
Text Example
White with #589FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FA0; }
p { color: rgb(88,159,160); }
H1.HeaderClassName
{
color: #589FA0;
}
.AnyTagClassName
{
color: #589FA0;
}
</style>
background-color css
<style>
a { background-color: #589FA0; }
a { background-color: rgb(88,159,160); }
div.DivClassName
{
background-color: #589FA0;
}
.BgClassName
{
background-color: #589FA0;
}
</style>
border-color css
<style>
span { border-color: #589FA0; }
span { border-color: rgb(88,159,160); }
td.TdClassName
{
border-color: #589FA0;
}
.TagClassName
{
border-color: #589FA0;
}
</style>