Shades of Havelock Blue #5876CC
Tints of Havelock Blue #5876CC
RGB
CMYK
RGB Variations
Color information
#5876CC (or 0x5876CC) is known color: Havelock Blue. HEX triplet: 58, 76 and CC. RGB value is (88,118,204). Sum of RGB (Red+Green+Blue) = 88+118+204=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #5876CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5876CC is #A78933. Grayscale: #767676. Windows color (decimal): -10979636 or 13399640. OLE color: 13399640.
HSL color Cylindrical-coordinate representation of color #5876CC: hue angle of 224.48º 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 #5876CC is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 118 | 204 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.2 |
| HSL | 224.48º | 0.53% | 0.57% | - |
| HSV(B) | 224.48º | 0.57% | 0.8% | - |
| XYZ | 21.4 | 19.39 | 59.74 | - |
| YUV | 118.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 204 | 0.57 | 0.42 | 0 | 0.2 | 224.48 | 0.53 | 0.57 |
| Hex | 58 | 76 | CC | 39 | 2A | 0 | 14 | E0 | 35 | 39 |
| Octal | 130 | 166 | 314 | 71 | 52 | 0 | 24 | 340 | 65 | 71 |
| Binary | 1011000 | 1110110 | 11001100 | 111001 | 101010 | 0 | 10100 | 11100000 | 110101 | 111001 |
Color Harmonies of #5876CC
Complementary color
Monochromatic Colors of #5876CC
Black with #5876CC
Text Example
Text Example
White with #5876CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5876CC; }
p { color: rgb(88,118,204); }
H1.HeaderClassName
{
color: #5876CC;
}
.AnyTagClassName
{
color: #5876CC;
}
</style>
background-color css
<style>
a { background-color: #5876CC; }
a { background-color: rgb(88,118,204); }
div.DivClassName
{
background-color: #5876CC;
}
.BgClassName
{
background-color: #5876CC;
}
</style>
border-color css
<style>
span { border-color: #5876CC; }
span { border-color: rgb(88,118,204); }
td.TdClassName
{
border-color: #5876CC;
}
.TagClassName
{
border-color: #5876CC;
}
</style>