Shades of Cadet Blue #589D9F
Tints of Cadet Blue #589D9F
RGB
CMYK
RGB Variations
Color information
#589D9F (or 0x589D9F) is known color: Cadet Blue. HEX triplet: 58, 9D and 9F. RGB value is (88,157,159). Sum of RGB (Red+Green+Blue) = 88+157+159=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #589D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589D9F is #A76260. Grayscale: #888888. Windows color (decimal): -10969697 or 10460504. OLE color: 10460504.
HSL color Cylindrical-coordinate representation of color #589D9F: hue angle of 181.69º 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 #589D9F is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 157 | 159 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.38 |
| HSL | 181.69º | 0.29% | 0.48% | - |
| HSV(B) | 181.69º | 0.45% | 0.62% | - |
| XYZ | 22.34 | 28.69 | 37.16 | - |
| YUV | 136.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 159 | 0.45 | 0.01 | 0 | 0.38 | 181.69 | 0.29 | 0.48 |
| Hex | 58 | 9D | 9F | 2D | 1 | 0 | 26 | B6 | 1D | 30 |
| Octal | 130 | 235 | 237 | 55 | 1 | 0 | 46 | 266 | 35 | 60 |
| Binary | 1011000 | 10011101 | 10011111 | 101101 | 1 | 0 | 100110 | 10110110 | 11101 | 110000 |
Color Harmonies of #589D9F
Complementary color
Monochromatic Colors of #589D9F
Black with #589D9F
Text Example
Text Example
White with #589D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589D9F; }
p { color: rgb(88,157,159); }
H1.HeaderClassName
{
color: #589D9F;
}
.AnyTagClassName
{
color: #589D9F;
}
</style>
background-color css
<style>
a { background-color: #589D9F; }
a { background-color: rgb(88,157,159); }
div.DivClassName
{
background-color: #589D9F;
}
.BgClassName
{
background-color: #589D9F;
}
</style>
border-color css
<style>
span { border-color: #589D9F; }
span { border-color: rgb(88,157,159); }
td.TdClassName
{
border-color: #589D9F;
}
.TagClassName
{
border-color: #589D9F;
}
</style>