Shades of Havelock Blue #587BBF
Tints of Havelock Blue #587BBF
RGB
CMYK
RGB Variations
Color information
#587BBF (or 0x587BBF) is known color: Havelock Blue. HEX triplet: 58, 7B and BF. RGB value is (88,123,191). Sum of RGB (Red+Green+Blue) = 88+123+191=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #587BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587BBF is #A78440. Grayscale: #777777. Windows color (decimal): -10978369 or 12548952. OLE color: 12548952.
HSL color Cylindrical-coordinate representation of color #587BBF: hue angle of 219.61º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #587BBF is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 123 | 191 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.25 |
| HSL | 219.61º | 0.45% | 0.55% | - |
| HSV(B) | 219.61º | 0.54% | 0.75% | - |
| XYZ | 20.51 | 20 | 52.07 | - |
| YUV | 120.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 191 | 0.54 | 0.36 | 0 | 0.25 | 219.61 | 0.45 | 0.55 |
| Hex | 58 | 7B | BF | 36 | 24 | 0 | 19 | DC | 2D | 37 |
| Octal | 130 | 173 | 277 | 66 | 44 | 0 | 31 | 334 | 55 | 67 |
| Binary | 1011000 | 1111011 | 10111111 | 110110 | 100100 | 0 | 11001 | 11011100 | 101101 | 110111 |
Color Harmonies of #587BBF
Complementary color
Monochromatic Colors of #587BBF
Black with #587BBF
Text Example
Text Example
White with #587BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BBF; }
p { color: rgb(88,123,191); }
H1.HeaderClassName
{
color: #587BBF;
}
.AnyTagClassName
{
color: #587BBF;
}
</style>
background-color css
<style>
a { background-color: #587BBF; }
a { background-color: rgb(88,123,191); }
div.DivClassName
{
background-color: #587BBF;
}
.BgClassName
{
background-color: #587BBF;
}
</style>
border-color css
<style>
span { border-color: #587BBF; }
span { border-color: rgb(88,123,191); }
td.TdClassName
{
border-color: #587BBF;
}
.TagClassName
{
border-color: #587BBF;
}
</style>