Shades of Havelock Blue #587ACC
Tints of Havelock Blue #587ACC
RGB
CMYK
RGB Variations
Color information
#587ACC (or 0x587ACC) is known color: Havelock Blue. HEX triplet: 58, 7A and CC. RGB value is (88,122,204). Sum of RGB (Red+Green+Blue) = 88+122+204=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #587ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587ACC is #A78533. Grayscale: #787878. Windows color (decimal): -10978612 or 13400664. OLE color: 13400664.
HSL color Cylindrical-coordinate representation of color #587ACC: hue angle of 222.41º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #587ACC is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 122 | 204 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.2 |
| HSL | 222.41º | 0.53% | 0.57% | - |
| HSV(B) | 222.41º | 0.57% | 0.8% | - |
| XYZ | 21.88 | 20.35 | 59.9 | - |
| YUV | 121.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 204 | 0.57 | 0.40 | 0 | 0.2 | 222.41 | 0.53 | 0.57 |
| Hex | 58 | 7A | CC | 39 | 28 | 0 | 14 | DE | 35 | 39 |
| Octal | 130 | 172 | 314 | 71 | 50 | 0 | 24 | 336 | 65 | 71 |
| Binary | 1011000 | 1111010 | 11001100 | 111001 | 101000 | 0 | 10100 | 11011110 | 110101 | 111001 |
Color Harmonies of #587ACC
Complementary color
Monochromatic Colors of #587ACC
Black with #587ACC
Text Example
Text Example
White with #587ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587ACC; }
p { color: rgb(88,122,204); }
H1.HeaderClassName
{
color: #587ACC;
}
.AnyTagClassName
{
color: #587ACC;
}
</style>
background-color css
<style>
a { background-color: #587ACC; }
a { background-color: rgb(88,122,204); }
div.DivClassName
{
background-color: #587ACC;
}
.BgClassName
{
background-color: #587ACC;
}
</style>
border-color css
<style>
span { border-color: #587ACC; }
span { border-color: rgb(88,122,204); }
td.TdClassName
{
border-color: #587ACC;
}
.TagClassName
{
border-color: #587ACC;
}
</style>