Shades of Havelock Blue #587ABA
Tints of Havelock Blue #587ABA
RGB
CMYK
RGB Variations
Color information
#587ABA (or 0x587ABA) is known color: Havelock Blue. HEX triplet: 58, 7A and BA. RGB value is (88,122,186). Sum of RGB (Red+Green+Blue) = 88+122+186=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #587ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587ABA is #A78545. Grayscale: #767676. Windows color (decimal): -10978630 or 12221016. OLE color: 12221016.
HSL color Cylindrical-coordinate representation of color #587ABA: hue angle of 219.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #587ABA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 122 | 186 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.27 |
| HSL | 219.18º | 0.42% | 0.54% | - |
| HSV(B) | 219.18º | 0.53% | 0.73% | - |
| XYZ | 19.85 | 19.54 | 49.18 | - |
| YUV | 119.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 186 | 0.53 | 0.34 | 0 | 0.27 | 219.18 | 0.42 | 0.54 |
| Hex | 58 | 7A | BA | 35 | 22 | 0 | 1B | DB | 2A | 36 |
| Octal | 130 | 172 | 272 | 65 | 42 | 0 | 33 | 333 | 52 | 66 |
| Binary | 1011000 | 1111010 | 10111010 | 110101 | 100010 | 0 | 11011 | 11011011 | 101010 | 110110 |
Color Harmonies of #587ABA
Complementary color
Monochromatic Colors of #587ABA
Black with #587ABA
Text Example
Text Example
White with #587ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587ABA; }
p { color: rgb(88,122,186); }
H1.HeaderClassName
{
color: #587ABA;
}
.AnyTagClassName
{
color: #587ABA;
}
</style>
background-color css
<style>
a { background-color: #587ABA; }
a { background-color: rgb(88,122,186); }
div.DivClassName
{
background-color: #587ABA;
}
.BgClassName
{
background-color: #587ABA;
}
</style>
border-color css
<style>
span { border-color: #587ABA; }
span { border-color: rgb(88,122,186); }
td.TdClassName
{
border-color: #587ABA;
}
.TagClassName
{
border-color: #587ABA;
}
</style>