Shades of Havelock Blue #5878CB
Tints of Havelock Blue #5878CB
RGB
CMYK
RGB Variations
Color information
#5878CB (or 0x5878CB) is known color: Havelock Blue. HEX triplet: 58, 78 and CB. RGB value is (88,120,203). Sum of RGB (Red+Green+Blue) = 88+120+203=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #5878CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5878CB is #A78734. Grayscale: #777777. Windows color (decimal): -10979125 or 13334616. OLE color: 13334616.
HSL color Cylindrical-coordinate representation of color #5878CB: hue angle of 223.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5878CB is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 120 | 203 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.20 |
| HSL | 223.3º | 0.53% | 0.57% | - |
| HSV(B) | 223.3º | 0.57% | 0.8% | - |
| XYZ | 21.52 | 19.82 | 59.19 | - |
| YUV | 119.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 203 | 0.57 | 0.41 | 0 | 0.20 | 223.3 | 0.53 | 0.57 |
| Hex | 58 | 78 | CB | 39 | 29 | 0 | 14 | DF | 35 | 39 |
| Octal | 130 | 170 | 313 | 71 | 51 | 0 | 24 | 337 | 65 | 71 |
| Binary | 1011000 | 1111000 | 11001011 | 111001 | 101001 | 0 | 10100 | 11011111 | 110101 | 111001 |
Color Harmonies of #5878CB
Complementary color
Monochromatic Colors of #5878CB
Black with #5878CB
Text Example
Text Example
White with #5878CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5878CB; }
p { color: rgb(88,120,203); }
H1.HeaderClassName
{
color: #5878CB;
}
.AnyTagClassName
{
color: #5878CB;
}
</style>
background-color css
<style>
a { background-color: #5878CB; }
a { background-color: rgb(88,120,203); }
div.DivClassName
{
background-color: #5878CB;
}
.BgClassName
{
background-color: #5878CB;
}
</style>
border-color css
<style>
span { border-color: #5878CB; }
span { border-color: rgb(88,120,203); }
td.TdClassName
{
border-color: #5878CB;
}
.TagClassName
{
border-color: #5878CB;
}
</style>