Shades of Cadet Blue #589BA5
Tints of Cadet Blue #589BA5
RGB
CMYK
RGB Variations
Color information
#589BA5 (or 0x589BA5) is known color: Cadet Blue. HEX triplet: 58, 9B and A5. RGB value is (88,155,165). Sum of RGB (Red+Green+Blue) = 88+155+165=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 165 - color contains mainly: blue. Hex color #589BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589BA5 is #A7645A. Grayscale: #888888. Windows color (decimal): -10970203 or 10853208. OLE color: 10853208.
HSL color Cylindrical-coordinate representation of color #589BA5: hue angle of 187.79º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #589BA5 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 155 | 165 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.35 |
| HSL | 187.79º | 0.3% | 0.5% | - |
| HSV(B) | 187.79º | 0.47% | 0.65% | - |
| XYZ | 22.54 | 28.23 | 39.86 | - |
| YUV | 136.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 165 | 0.47 | 0.06 | 0 | 0.35 | 187.79 | 0.3 | 0.5 |
| Hex | 58 | 9B | A5 | 2F | 6 | 0 | 23 | BC | 1E | 32 |
| Octal | 130 | 233 | 245 | 57 | 6 | 0 | 43 | 274 | 36 | 62 |
| Binary | 1011000 | 10011011 | 10100101 | 101111 | 110 | 0 | 100011 | 10111100 | 11110 | 110010 |
Color Harmonies of #589BA5
Complementary color
Monochromatic Colors of #589BA5
Black with #589BA5
Text Example
Text Example
White with #589BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BA5; }
p { color: rgb(88,155,165); }
H1.HeaderClassName
{
color: #589BA5;
}
.AnyTagClassName
{
color: #589BA5;
}
</style>
background-color css
<style>
a { background-color: #589BA5; }
a { background-color: rgb(88,155,165); }
div.DivClassName
{
background-color: #589BA5;
}
.BgClassName
{
background-color: #589BA5;
}
</style>
border-color css
<style>
span { border-color: #589BA5; }
span { border-color: rgb(88,155,165); }
td.TdClassName
{
border-color: #589BA5;
}
.TagClassName
{
border-color: #589BA5;
}
</style>