Shades of Cadet Blue #589FA5
Tints of Cadet Blue #589FA5
RGB
CMYK
RGB Variations
Color information
#589FA5 (or 0x589FA5) is known color: Cadet Blue. HEX triplet: 58, 9F and A5. RGB value is (88,159,165). Sum of RGB (Red+Green+Blue) = 88+159+165=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 165 - color contains mainly: blue. Hex color #589FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589FA5 is #A7605A. Grayscale: #8A8A8A. Windows color (decimal): -10969179 or 10854232. OLE color: 10854232.
HSL color Cylindrical-coordinate representation of color #589FA5: hue angle of 184.68º 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 #589FA5 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 159 | 165 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.35 |
| HSL | 184.68º | 0.3% | 0.5% | - |
| HSV(B) | 184.68º | 0.47% | 0.65% | - |
| XYZ | 23.21 | 29.59 | 40.08 | - |
| YUV | 138.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 165 | 0.47 | 0.04 | 0 | 0.35 | 184.68 | 0.3 | 0.5 |
| Hex | 58 | 9F | A5 | 2F | 4 | 0 | 23 | B9 | 1E | 32 |
| Octal | 130 | 237 | 245 | 57 | 4 | 0 | 43 | 271 | 36 | 62 |
| Binary | 1011000 | 10011111 | 10100101 | 101111 | 100 | 0 | 100011 | 10111001 | 11110 | 110010 |
Color Harmonies of #589FA5
Complementary color
Monochromatic Colors of #589FA5
Black with #589FA5
Text Example
Text Example
White with #589FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FA5; }
p { color: rgb(88,159,165); }
H1.HeaderClassName
{
color: #589FA5;
}
.AnyTagClassName
{
color: #589FA5;
}
</style>
background-color css
<style>
a { background-color: #589FA5; }
a { background-color: rgb(88,159,165); }
div.DivClassName
{
background-color: #589FA5;
}
.BgClassName
{
background-color: #589FA5;
}
</style>
border-color css
<style>
span { border-color: #589FA5; }
span { border-color: rgb(88,159,165); }
td.TdClassName
{
border-color: #589FA5;
}
.TagClassName
{
border-color: #589FA5;
}
</style>