Shades of Havelock Blue #587AB2
Tints of Havelock Blue #587AB2
RGB
CMYK
RGB Variations
Color information
#587AB2 (or 0x587AB2) is known color: Havelock Blue. HEX triplet: 58, 7A and B2. RGB value is (88,122,178). Sum of RGB (Red+Green+Blue) = 88+122+178=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #587AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587AB2 is #A7854D. Grayscale: #757575. Windows color (decimal): -10978638 or 11696728. OLE color: 11696728.
HSL color Cylindrical-coordinate representation of color #587AB2: hue angle of 217.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #587AB2 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 122 | 178 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.30 |
| HSL | 217.33º | 0.37% | 0.52% | - |
| HSV(B) | 217.33º | 0.51% | 0.7% | - |
| XYZ | 19.02 | 19.21 | 44.82 | - |
| YUV | 118.22 | 161.74 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 178 | 0.51 | 0.31 | 0 | 0.30 | 217.33 | 0.37 | 0.52 |
| Hex | 58 | 7A | B2 | 33 | 1F | 0 | 1E | D9 | 25 | 34 |
| Octal | 130 | 172 | 262 | 63 | 37 | 0 | 36 | 331 | 45 | 64 |
| Binary | 1011000 | 1111010 | 10110010 | 110011 | 11111 | 0 | 11110 | 11011001 | 100101 | 110100 |
Color Harmonies of #587AB2
Complementary color
Monochromatic Colors of #587AB2
Black with #587AB2
Text Example
Text Example
White with #587AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AB2; }
p { color: rgb(88,122,178); }
H1.HeaderClassName
{
color: #587AB2;
}
.AnyTagClassName
{
color: #587AB2;
}
</style>
background-color css
<style>
a { background-color: #587AB2; }
a { background-color: rgb(88,122,178); }
div.DivClassName
{
background-color: #587AB2;
}
.BgClassName
{
background-color: #587AB2;
}
</style>
border-color css
<style>
span { border-color: #587AB2; }
span { border-color: rgb(88,122,178); }
td.TdClassName
{
border-color: #587AB2;
}
.TagClassName
{
border-color: #587AB2;
}
</style>