Shades of Havelock Blue #587AB3
Tints of Havelock Blue #587AB3
RGB
CMYK
RGB Variations
Color information
#587AB3 (or 0x587AB3) is known color: Havelock Blue. HEX triplet: 58, 7A and B3. RGB value is (88,122,179). Sum of RGB (Red+Green+Blue) = 88+122+179=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #587AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587AB3 is #A7854C. Grayscale: #767676. Windows color (decimal): -10978637 or 11762264. OLE color: 11762264.
HSL color Cylindrical-coordinate representation of color #587AB3: hue angle of 217.58º 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 #587AB3 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 122 | 179 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.30 |
| HSL | 217.58º | 0.37% | 0.52% | - |
| HSV(B) | 217.58º | 0.51% | 0.7% | - |
| XYZ | 19.12 | 19.25 | 45.36 | - |
| YUV | 118.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 179 | 0.51 | 0.32 | 0 | 0.30 | 217.58 | 0.37 | 0.52 |
| Hex | 58 | 7A | B3 | 33 | 20 | 0 | 1E | DA | 25 | 34 |
| Octal | 130 | 172 | 263 | 63 | 40 | 0 | 36 | 332 | 45 | 64 |
| Binary | 1011000 | 1111010 | 10110011 | 110011 | 100000 | 0 | 11110 | 11011010 | 100101 | 110100 |
Color Harmonies of #587AB3
Complementary color
Monochromatic Colors of #587AB3
Black with #587AB3
Text Example
Text Example
White with #587AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AB3; }
p { color: rgb(88,122,179); }
H1.HeaderClassName
{
color: #587AB3;
}
.AnyTagClassName
{
color: #587AB3;
}
</style>
background-color css
<style>
a { background-color: #587AB3; }
a { background-color: rgb(88,122,179); }
div.DivClassName
{
background-color: #587AB3;
}
.BgClassName
{
background-color: #587AB3;
}
</style>
border-color css
<style>
span { border-color: #587AB3; }
span { border-color: rgb(88,122,179); }
td.TdClassName
{
border-color: #587AB3;
}
.TagClassName
{
border-color: #587AB3;
}
</style>