Shades of Havelock Blue #587BD1
Tints of Havelock Blue #587BD1
RGB
CMYK
RGB Variations
Color information
#587BD1 (or 0x587BD1) is known color: Havelock Blue. HEX triplet: 58, 7B and D1. RGB value is (88,123,209). Sum of RGB (Red+Green+Blue) = 88+123+209=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #587BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587BD1 is #A7842E. Grayscale: #797979. Windows color (decimal): -10978351 or 13728600. OLE color: 13728600.
HSL color Cylindrical-coordinate representation of color #587BD1: hue angle of 222.64º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #587BD1 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 123 | 209 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.18 |
| HSL | 222.64º | 0.57% | 0.58% | - |
| HSV(B) | 222.64º | 0.58% | 0.82% | - |
| XYZ | 22.62 | 20.84 | 63.15 | - |
| YUV | 122.34 | 176.9 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 209 | 0.58 | 0.41 | 0 | 0.18 | 222.64 | 0.57 | 0.58 |
| Hex | 58 | 7B | D1 | 3A | 29 | 0 | 12 | DF | 39 | 3A |
| Octal | 130 | 173 | 321 | 72 | 51 | 0 | 22 | 337 | 71 | 72 |
| Binary | 1011000 | 1111011 | 11010001 | 111010 | 101001 | 0 | 10010 | 11011111 | 111001 | 111010 |
Color Harmonies of #587BD1
Complementary color
Monochromatic Colors of #587BD1
Black with #587BD1
Text Example
Text Example
White with #587BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BD1; }
p { color: rgb(88,123,209); }
H1.HeaderClassName
{
color: #587BD1;
}
.AnyTagClassName
{
color: #587BD1;
}
</style>
background-color css
<style>
a { background-color: #587BD1; }
a { background-color: rgb(88,123,209); }
div.DivClassName
{
background-color: #587BD1;
}
.BgClassName
{
background-color: #587BD1;
}
</style>
border-color css
<style>
span { border-color: #587BD1; }
span { border-color: rgb(88,123,209); }
td.TdClassName
{
border-color: #587BD1;
}
.TagClassName
{
border-color: #587BD1;
}
</style>