Shades of Havelock Blue #5877CC
Tints of Havelock Blue #5877CC
RGB
CMYK
RGB Variations
Color information
#5877CC (or 0x5877CC) is known color: Havelock Blue. HEX triplet: 58, 77 and CC. RGB value is (88,119,204). Sum of RGB (Red+Green+Blue) = 88+119+204=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #5877CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5877CC is #A78833. Grayscale: #777777. Windows color (decimal): -10979380 or 13399896. OLE color: 13399896.
HSL color Cylindrical-coordinate representation of color #5877CC: hue angle of 223.97º 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 #5877CC is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 119 | 204 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.2 |
| HSL | 223.97º | 0.53% | 0.57% | - |
| HSV(B) | 223.97º | 0.57% | 0.8% | - |
| XYZ | 21.52 | 19.63 | 59.78 | - |
| YUV | 119.42 | 175.73 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 204 | 0.57 | 0.42 | 0 | 0.2 | 223.97 | 0.53 | 0.57 |
| Hex | 58 | 77 | CC | 39 | 2A | 0 | 14 | E0 | 35 | 39 |
| Octal | 130 | 167 | 314 | 71 | 52 | 0 | 24 | 340 | 65 | 71 |
| Binary | 1011000 | 1110111 | 11001100 | 111001 | 101010 | 0 | 10100 | 11100000 | 110101 | 111001 |
Color Harmonies of #5877CC
Complementary color
Monochromatic Colors of #5877CC
Black with #5877CC
Text Example
Text Example
White with #5877CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5877CC; }
p { color: rgb(88,119,204); }
H1.HeaderClassName
{
color: #5877CC;
}
.AnyTagClassName
{
color: #5877CC;
}
</style>
background-color css
<style>
a { background-color: #5877CC; }
a { background-color: rgb(88,119,204); }
div.DivClassName
{
background-color: #5877CC;
}
.BgClassName
{
background-color: #5877CC;
}
</style>
border-color css
<style>
span { border-color: #5877CC; }
span { border-color: rgb(88,119,204); }
td.TdClassName
{
border-color: #5877CC;
}
.TagClassName
{
border-color: #5877CC;
}
</style>