Shades of Havelock Blue #5788CC
Tints of Havelock Blue #5788CC
RGB
CMYK
RGB Variations
Color information
#5788CC (or 0x5788CC) is known color: Havelock Blue. HEX triplet: 57, 88 and CC. RGB value is (87,136,204). Sum of RGB (Red+Green+Blue) = 87+136+204=427 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.37% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #5788CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5788CC is #A87733. Grayscale: #808080. Windows color (decimal): -11040564 or 13404247. OLE color: 13404247.
HSL color Cylindrical-coordinate representation of color #5788CC: hue angle of 214.87º 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 #5788CC is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 136 | 204 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.2 |
| HSL | 214.87º | 0.53% | 0.57% | - |
| HSV(B) | 214.87º | 0.57% | 0.8% | - |
| XYZ | 23.63 | 23.99 | 60.51 | - |
| YUV | 129.1 | 170.27 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 204 | 0.57 | 0.33 | 0 | 0.2 | 214.87 | 0.53 | 0.57 |
| Hex | 57 | 88 | CC | 39 | 21 | 0 | 14 | D7 | 35 | 39 |
| Octal | 127 | 210 | 314 | 71 | 41 | 0 | 24 | 327 | 65 | 71 |
| Binary | 1010111 | 10001000 | 11001100 | 111001 | 100001 | 0 | 10100 | 11010111 | 110101 | 111001 |
Color Harmonies of #5788CC
Complementary color
Monochromatic Colors of #5788CC
Black with #5788CC
Text Example
Text Example
White with #5788CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5788CC; }
p { color: rgb(87,136,204); }
H1.HeaderClassName
{
color: #5788CC;
}
.AnyTagClassName
{
color: #5788CC;
}
</style>
background-color css
<style>
a { background-color: #5788CC; }
a { background-color: rgb(87,136,204); }
div.DivClassName
{
background-color: #5788CC;
}
.BgClassName
{
background-color: #5788CC;
}
</style>
border-color css
<style>
span { border-color: #5788CC; }
span { border-color: rgb(87,136,204); }
td.TdClassName
{
border-color: #5788CC;
}
.TagClassName
{
border-color: #5788CC;
}
</style>