Shades of Havelock Blue #5878BC
Tints of Havelock Blue #5878BC
RGB
CMYK
RGB Variations
Color information
#5878BC (or 0x5878BC) is known color: Havelock Blue. HEX triplet: 58, 78 and BC. RGB value is (88,120,188). Sum of RGB (Red+Green+Blue) = 88+120+188=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #5878BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5878BC is #A78743. Grayscale: #757575. Windows color (decimal): -10979140 or 12351576. OLE color: 12351576.
HSL color Cylindrical-coordinate representation of color #5878BC: hue angle of 220.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5878BC is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 120 | 188 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.26 |
| HSL | 220.8º | 0.43% | 0.54% | - |
| HSV(B) | 220.8º | 0.53% | 0.74% | - |
| XYZ | 19.82 | 19.14 | 50.23 | - |
| YUV | 118.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 188 | 0.53 | 0.36 | 0 | 0.26 | 220.8 | 0.43 | 0.54 |
| Hex | 58 | 78 | BC | 35 | 24 | 0 | 1A | DD | 2B | 36 |
| Octal | 130 | 170 | 274 | 65 | 44 | 0 | 32 | 335 | 53 | 66 |
| Binary | 1011000 | 1111000 | 10111100 | 110101 | 100100 | 0 | 11010 | 11011101 | 101011 | 110110 |
Color Harmonies of #5878BC
Complementary color
Monochromatic Colors of #5878BC
Black with #5878BC
Text Example
Text Example
White with #5878BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5878BC; }
p { color: rgb(88,120,188); }
H1.HeaderClassName
{
color: #5878BC;
}
.AnyTagClassName
{
color: #5878BC;
}
</style>
background-color css
<style>
a { background-color: #5878BC; }
a { background-color: rgb(88,120,188); }
div.DivClassName
{
background-color: #5878BC;
}
.BgClassName
{
background-color: #5878BC;
}
</style>
border-color css
<style>
span { border-color: #5878BC; }
span { border-color: rgb(88,120,188); }
td.TdClassName
{
border-color: #5878BC;
}
.TagClassName
{
border-color: #5878BC;
}
</style>