Shades of Cadet Blue #589FA4
Tints of Cadet Blue #589FA4
RGB
CMYK
RGB Variations
Color information
#589FA4 (or 0x589FA4) is known color: Cadet Blue. HEX triplet: 58, 9F and A4. RGB value is (88,159,164). Sum of RGB (Red+Green+Blue) = 88+159+164=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #589FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589FA4 is #A7605B. Grayscale: #8A8A8A. Windows color (decimal): -10969180 or 10788696. OLE color: 10788696.
HSL color Cylindrical-coordinate representation of color #589FA4: hue angle of 183.95º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #589FA4 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 159 | 164 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.36 |
| HSL | 183.95º | 0.3% | 0.49% | - |
| HSV(B) | 183.95º | 0.46% | 0.64% | - |
| XYZ | 23.12 | 29.55 | 39.61 | - |
| YUV | 138.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 164 | 0.46 | 0.03 | 0 | 0.36 | 183.95 | 0.3 | 0.49 |
| Hex | 58 | 9F | A4 | 2E | 3 | 0 | 24 | B8 | 1E | 31 |
| Octal | 130 | 237 | 244 | 56 | 3 | 0 | 44 | 270 | 36 | 61 |
| Binary | 1011000 | 10011111 | 10100100 | 101110 | 11 | 0 | 100100 | 10111000 | 11110 | 110001 |
Color Harmonies of #589FA4
Complementary color
Monochromatic Colors of #589FA4
Black with #589FA4
Text Example
Text Example
White with #589FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FA4; }
p { color: rgb(88,159,164); }
H1.HeaderClassName
{
color: #589FA4;
}
.AnyTagClassName
{
color: #589FA4;
}
</style>
background-color css
<style>
a { background-color: #589FA4; }
a { background-color: rgb(88,159,164); }
div.DivClassName
{
background-color: #589FA4;
}
.BgClassName
{
background-color: #589FA4;
}
</style>
border-color css
<style>
span { border-color: #589FA4; }
span { border-color: rgb(88,159,164); }
td.TdClassName
{
border-color: #589FA4;
}
.TagClassName
{
border-color: #589FA4;
}
</style>