Shades of Cadet Blue #589FAC
Tints of Cadet Blue #589FAC
RGB
CMYK
RGB Variations
Color information
#589FAC (or 0x589FAC) is known color: Cadet Blue. HEX triplet: 58, 9F and AC. RGB value is (88,159,172). Sum of RGB (Red+Green+Blue) = 88+159+172=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #589FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589FAC is #A76053. Grayscale: #8B8B8B. Windows color (decimal): -10969172 or 11312984. OLE color: 11312984.
HSL color Cylindrical-coordinate representation of color #589FAC: hue angle of 189.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #589FAC is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 159 | 172 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.33 |
| HSL | 189.29º | 0.34% | 0.51% | - |
| HSV(B) | 189.29º | 0.49% | 0.67% | - |
| XYZ | 23.87 | 29.85 | 43.53 | - |
| YUV | 139.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 172 | 0.49 | 0.08 | 0 | 0.33 | 189.29 | 0.34 | 0.51 |
| Hex | 58 | 9F | AC | 31 | 8 | 0 | 21 | BD | 22 | 33 |
| Octal | 130 | 237 | 254 | 61 | 10 | 0 | 41 | 275 | 42 | 63 |
| Binary | 1011000 | 10011111 | 10101100 | 110001 | 1000 | 0 | 100001 | 10111101 | 100010 | 110011 |
Color Harmonies of #589FAC
Complementary color
Monochromatic Colors of #589FAC
Black with #589FAC
Text Example
Text Example
White with #589FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FAC; }
p { color: rgb(88,159,172); }
H1.HeaderClassName
{
color: #589FAC;
}
.AnyTagClassName
{
color: #589FAC;
}
</style>
background-color css
<style>
a { background-color: #589FAC; }
a { background-color: rgb(88,159,172); }
div.DivClassName
{
background-color: #589FAC;
}
.BgClassName
{
background-color: #589FAC;
}
</style>
border-color css
<style>
span { border-color: #589FAC; }
span { border-color: rgb(88,159,172); }
td.TdClassName
{
border-color: #589FAC;
}
.TagClassName
{
border-color: #589FAC;
}
</style>