Shades of Havelock Blue #5878CC
Tints of Havelock Blue #5878CC
RGB
CMYK
RGB Variations
Color information
#5878CC (or 0x5878CC) is known color: Havelock Blue. HEX triplet: 58, 78 and CC. RGB value is (88,120,204). Sum of RGB (Red+Green+Blue) = 88+120+204=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #5878CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5878CC is #A78733. Grayscale: #777777. Windows color (decimal): -10979124 or 13400152. OLE color: 13400152.
HSL color Cylindrical-coordinate representation of color #5878CC: hue angle of 223.45º 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 #5878CC is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 120 | 204 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.2 |
| HSL | 223.45º | 0.53% | 0.57% | - |
| HSV(B) | 223.45º | 0.57% | 0.8% | - |
| XYZ | 21.64 | 19.87 | 59.82 | - |
| YUV | 120.01 | 175.4 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 204 | 0.57 | 0.41 | 0 | 0.2 | 223.45 | 0.53 | 0.57 |
| Hex | 58 | 78 | CC | 39 | 29 | 0 | 14 | DF | 35 | 39 |
| Octal | 130 | 170 | 314 | 71 | 51 | 0 | 24 | 337 | 65 | 71 |
| Binary | 1011000 | 1111000 | 11001100 | 111001 | 101001 | 0 | 10100 | 11011111 | 110101 | 111001 |
Color Harmonies of #5878CC
Complementary color
Monochromatic Colors of #5878CC
Black with #5878CC
Text Example
Text Example
White with #5878CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5878CC; }
p { color: rgb(88,120,204); }
H1.HeaderClassName
{
color: #5878CC;
}
.AnyTagClassName
{
color: #5878CC;
}
</style>
background-color css
<style>
a { background-color: #5878CC; }
a { background-color: rgb(88,120,204); }
div.DivClassName
{
background-color: #5878CC;
}
.BgClassName
{
background-color: #5878CC;
}
</style>
border-color css
<style>
span { border-color: #5878CC; }
span { border-color: rgb(88,120,204); }
td.TdClassName
{
border-color: #5878CC;
}
.TagClassName
{
border-color: #5878CC;
}
</style>