Shades of Havelock Blue #587AB1
Tints of Havelock Blue #587AB1
RGB
CMYK
RGB Variations
Color information
#587AB1 (or 0x587AB1) is known color: Havelock Blue. HEX triplet: 58, 7A and B1. RGB value is (88,122,177). Sum of RGB (Red+Green+Blue) = 88+122+177=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #587AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587AB1 is #A7854E. Grayscale: #757575. Windows color (decimal): -10978639 or 11631192. OLE color: 11631192.
HSL color Cylindrical-coordinate representation of color #587AB1: hue angle of 217.08º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #587AB1 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 122 | 177 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.31 |
| HSL | 217.08º | 0.36% | 0.52% | - |
| HSV(B) | 217.08º | 0.5% | 0.69% | - |
| XYZ | 18.92 | 19.17 | 44.3 | - |
| YUV | 118.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 177 | 0.50 | 0.31 | 0 | 0.31 | 217.08 | 0.36 | 0.52 |
| Hex | 58 | 7A | B1 | 32 | 1F | 0 | 1F | D9 | 24 | 34 |
| Octal | 130 | 172 | 261 | 62 | 37 | 0 | 37 | 331 | 44 | 64 |
| Binary | 1011000 | 1111010 | 10110001 | 110010 | 11111 | 0 | 11111 | 11011001 | 100100 | 110100 |
Color Harmonies of #587AB1
Complementary color
Monochromatic Colors of #587AB1
Black with #587AB1
Text Example
Text Example
White with #587AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AB1; }
p { color: rgb(88,122,177); }
H1.HeaderClassName
{
color: #587AB1;
}
.AnyTagClassName
{
color: #587AB1;
}
</style>
background-color css
<style>
a { background-color: #587AB1; }
a { background-color: rgb(88,122,177); }
div.DivClassName
{
background-color: #587AB1;
}
.BgClassName
{
background-color: #587AB1;
}
</style>
border-color css
<style>
span { border-color: #587AB1; }
span { border-color: rgb(88,122,177); }
td.TdClassName
{
border-color: #587AB1;
}
.TagClassName
{
border-color: #587AB1;
}
</style>