Shades of Havelock Blue #5878BF
Tints of Havelock Blue #5878BF
RGB
CMYK
RGB Variations
Color information
#5878BF (or 0x5878BF) is known color: Havelock Blue. HEX triplet: 58, 78 and BF. RGB value is (88,120,191). Sum of RGB (Red+Green+Blue) = 88+120+191=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #5878BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5878BF is #A78740. Grayscale: #767676. Windows color (decimal): -10979137 or 12548184. OLE color: 12548184.
HSL color Cylindrical-coordinate representation of color #5878BF: hue angle of 221.36º 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 #5878BF is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 120 | 191 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.25 |
| HSL | 221.36º | 0.45% | 0.55% | - |
| HSV(B) | 221.36º | 0.54% | 0.75% | - |
| XYZ | 20.14 | 19.27 | 51.95 | - |
| YUV | 118.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 191 | 0.54 | 0.37 | 0 | 0.25 | 221.36 | 0.45 | 0.55 |
| Hex | 58 | 78 | BF | 36 | 25 | 0 | 19 | DD | 2D | 37 |
| Octal | 130 | 170 | 277 | 66 | 45 | 0 | 31 | 335 | 55 | 67 |
| Binary | 1011000 | 1111000 | 10111111 | 110110 | 100101 | 0 | 11001 | 11011101 | 101101 | 110111 |
Color Harmonies of #5878BF
Complementary color
Monochromatic Colors of #5878BF
Black with #5878BF
Text Example
Text Example
White with #5878BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5878BF; }
p { color: rgb(88,120,191); }
H1.HeaderClassName
{
color: #5878BF;
}
.AnyTagClassName
{
color: #5878BF;
}
</style>
background-color css
<style>
a { background-color: #5878BF; }
a { background-color: rgb(88,120,191); }
div.DivClassName
{
background-color: #5878BF;
}
.BgClassName
{
background-color: #5878BF;
}
</style>
border-color css
<style>
span { border-color: #5878BF; }
span { border-color: rgb(88,120,191); }
td.TdClassName
{
border-color: #5878BF;
}
.TagClassName
{
border-color: #5878BF;
}
</style>