Shades of Havelock Blue #587ACE
Tints of Havelock Blue #587ACE
RGB
CMYK
RGB Variations
Color information
#587ACE (or 0x587ACE) is known color: Havelock Blue. HEX triplet: 58, 7A and CE. RGB value is (88,122,206). Sum of RGB (Red+Green+Blue) = 88+122+206=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #587ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587ACE is #A78531. Grayscale: #797979. Windows color (decimal): -10978610 or 13531736. OLE color: 13531736.
HSL color Cylindrical-coordinate representation of color #587ACE: hue angle of 222.71º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #587ACE is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 122 | 206 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.19 |
| HSL | 222.71º | 0.55% | 0.58% | - |
| HSV(B) | 222.71º | 0.57% | 0.81% | - |
| XYZ | 22.12 | 20.45 | 61.17 | - |
| YUV | 121.41 | 175.74 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 206 | 0.57 | 0.41 | 0 | 0.19 | 222.71 | 0.55 | 0.58 |
| Hex | 58 | 7A | CE | 39 | 29 | 0 | 13 | DF | 37 | 3A |
| Octal | 130 | 172 | 316 | 71 | 51 | 0 | 23 | 337 | 67 | 72 |
| Binary | 1011000 | 1111010 | 11001110 | 111001 | 101001 | 0 | 10011 | 11011111 | 110111 | 111010 |
Color Harmonies of #587ACE
Complementary color
Monochromatic Colors of #587ACE
Black with #587ACE
Text Example
Text Example
White with #587ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587ACE; }
p { color: rgb(88,122,206); }
H1.HeaderClassName
{
color: #587ACE;
}
.AnyTagClassName
{
color: #587ACE;
}
</style>
background-color css
<style>
a { background-color: #587ACE; }
a { background-color: rgb(88,122,206); }
div.DivClassName
{
background-color: #587ACE;
}
.BgClassName
{
background-color: #587ACE;
}
</style>
border-color css
<style>
span { border-color: #587ACE; }
span { border-color: rgb(88,122,206); }
td.TdClassName
{
border-color: #587ACE;
}
.TagClassName
{
border-color: #587ACE;
}
</style>