Shades of Cadet Blue #589BA1
Tints of Cadet Blue #589BA1
RGB
CMYK
RGB Variations
Color information
#589BA1 (or 0x589BA1) is known color: Cadet Blue. HEX triplet: 58, 9B and A1. RGB value is (88,155,161). Sum of RGB (Red+Green+Blue) = 88+155+161=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 161 - color contains mainly: blue. Hex color #589BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589BA1 is #A7645E. Grayscale: #878787. Windows color (decimal): -10970207 or 10591064. OLE color: 10591064.
HSL color Cylindrical-coordinate representation of color #589BA1: hue angle of 184.93º 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 #589BA1 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 155 | 161 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.37 |
| HSL | 184.93º | 0.29% | 0.49% | - |
| HSV(B) | 184.93º | 0.45% | 0.63% | - |
| XYZ | 22.18 | 28.09 | 37.97 | - |
| YUV | 135.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 161 | 0.45 | 0.04 | 0 | 0.37 | 184.93 | 0.29 | 0.49 |
| Hex | 58 | 9B | A1 | 2D | 4 | 0 | 25 | B9 | 1D | 31 |
| Octal | 130 | 233 | 241 | 55 | 4 | 0 | 45 | 271 | 35 | 61 |
| Binary | 1011000 | 10011011 | 10100001 | 101101 | 100 | 0 | 100101 | 10111001 | 11101 | 110001 |
Color Harmonies of #589BA1
Complementary color
Monochromatic Colors of #589BA1
Black with #589BA1
Text Example
Text Example
White with #589BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BA1; }
p { color: rgb(88,155,161); }
H1.HeaderClassName
{
color: #589BA1;
}
.AnyTagClassName
{
color: #589BA1;
}
</style>
background-color css
<style>
a { background-color: #589BA1; }
a { background-color: rgb(88,155,161); }
div.DivClassName
{
background-color: #589BA1;
}
.BgClassName
{
background-color: #589BA1;
}
</style>
border-color css
<style>
span { border-color: #589BA1; }
span { border-color: rgb(88,155,161); }
td.TdClassName
{
border-color: #589BA1;
}
.TagClassName
{
border-color: #589BA1;
}
</style>