Shades of Cadet Blue #589DA0
Tints of Cadet Blue #589DA0
RGB
CMYK
RGB Variations
Color information
#589DA0 (or 0x589DA0) is known color: Cadet Blue. HEX triplet: 58, 9D and A0. RGB value is (88,157,160). Sum of RGB (Red+Green+Blue) = 88+157+160=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 160 - color contains mainly: blue. Hex color #589DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589DA0 is #A7625F. Grayscale: #888888. Windows color (decimal): -10969696 or 10526040. OLE color: 10526040.
HSL color Cylindrical-coordinate representation of color #589DA0: hue angle of 182.5º 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 #589DA0 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 157 | 160 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.37 |
| HSL | 182.5º | 0.29% | 0.49% | - |
| HSV(B) | 182.5º | 0.45% | 0.63% | - |
| XYZ | 22.43 | 28.73 | 37.62 | - |
| YUV | 136.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 160 | 0.45 | 0.02 | 0 | 0.37 | 182.5 | 0.29 | 0.49 |
| Hex | 58 | 9D | A0 | 2D | 2 | 0 | 25 | B6 | 1D | 31 |
| Octal | 130 | 235 | 240 | 55 | 2 | 0 | 45 | 266 | 35 | 61 |
| Binary | 1011000 | 10011101 | 10100000 | 101101 | 10 | 0 | 100101 | 10110110 | 11101 | 110001 |
Color Harmonies of #589DA0
Complementary color
Monochromatic Colors of #589DA0
Black with #589DA0
Text Example
Text Example
White with #589DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DA0; }
p { color: rgb(88,157,160); }
H1.HeaderClassName
{
color: #589DA0;
}
.AnyTagClassName
{
color: #589DA0;
}
</style>
background-color css
<style>
a { background-color: #589DA0; }
a { background-color: rgb(88,157,160); }
div.DivClassName
{
background-color: #589DA0;
}
.BgClassName
{
background-color: #589DA0;
}
</style>
border-color css
<style>
span { border-color: #589DA0; }
span { border-color: rgb(88,157,160); }
td.TdClassName
{
border-color: #589DA0;
}
.TagClassName
{
border-color: #589DA0;
}
</style>