Shades of Havelock Blue #587AB4
Tints of Havelock Blue #587AB4
RGB
CMYK
RGB Variations
Color information
#587AB4 (or 0x587AB4) is known color: Havelock Blue. HEX triplet: 58, 7A and B4. RGB value is (88,122,180). Sum of RGB (Red+Green+Blue) = 88+122+180=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #587AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587AB4 is #A7854B. Grayscale: #767676. Windows color (decimal): -10978636 or 11827800. OLE color: 11827800.
HSL color Cylindrical-coordinate representation of color #587AB4: hue angle of 217.83º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #587AB4 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 122 | 180 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.29 |
| HSL | 217.83º | 0.38% | 0.53% | - |
| HSV(B) | 217.83º | 0.51% | 0.71% | - |
| XYZ | 19.22 | 19.29 | 45.89 | - |
| YUV | 118.45 | 162.74 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 180 | 0.51 | 0.32 | 0 | 0.29 | 217.83 | 0.38 | 0.53 |
| Hex | 58 | 7A | B4 | 33 | 20 | 0 | 1D | DA | 26 | 35 |
| Octal | 130 | 172 | 264 | 63 | 40 | 0 | 35 | 332 | 46 | 65 |
| Binary | 1011000 | 1111010 | 10110100 | 110011 | 100000 | 0 | 11101 | 11011010 | 100110 | 110101 |
Color Harmonies of #587AB4
Complementary color
Monochromatic Colors of #587AB4
Black with #587AB4
Text Example
Text Example
White with #587AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AB4; }
p { color: rgb(88,122,180); }
H1.HeaderClassName
{
color: #587AB4;
}
.AnyTagClassName
{
color: #587AB4;
}
</style>
background-color css
<style>
a { background-color: #587AB4; }
a { background-color: rgb(88,122,180); }
div.DivClassName
{
background-color: #587AB4;
}
.BgClassName
{
background-color: #587AB4;
}
</style>
border-color css
<style>
span { border-color: #587AB4; }
span { border-color: rgb(88,122,180); }
td.TdClassName
{
border-color: #587AB4;
}
.TagClassName
{
border-color: #587AB4;
}
</style>