Shades of Havelock Blue #5788CA
Tints of Havelock Blue #5788CA
RGB
CMYK
RGB Variations
Color information
#5788CA (or 0x5788CA) is known color: Havelock Blue. HEX triplet: 57, 88 and CA. RGB value is (87,136,202). Sum of RGB (Red+Green+Blue) = 87+136+202=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #5788CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5788CA is #A87735. Grayscale: #808080. Windows color (decimal): -11040566 or 13273175. OLE color: 13273175.
HSL color Cylindrical-coordinate representation of color #5788CA: hue angle of 214.43º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5788CA is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 136 | 202 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.21 |
| HSL | 214.43º | 0.52% | 0.57% | - |
| HSV(B) | 214.43º | 0.57% | 0.79% | - |
| XYZ | 23.4 | 23.9 | 59.26 | - |
| YUV | 128.87 | 169.27 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 202 | 0.57 | 0.33 | 0 | 0.21 | 214.43 | 0.52 | 0.57 |
| Hex | 57 | 88 | CA | 39 | 21 | 0 | 15 | D6 | 34 | 39 |
| Octal | 127 | 210 | 312 | 71 | 41 | 0 | 25 | 326 | 64 | 71 |
| Binary | 1010111 | 10001000 | 11001010 | 111001 | 100001 | 0 | 10101 | 11010110 | 110100 | 111001 |
Color Harmonies of #5788CA
Complementary color
Monochromatic Colors of #5788CA
Black with #5788CA
Text Example
Text Example
White with #5788CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5788CA; }
p { color: rgb(87,136,202); }
H1.HeaderClassName
{
color: #5788CA;
}
.AnyTagClassName
{
color: #5788CA;
}
</style>
background-color css
<style>
a { background-color: #5788CA; }
a { background-color: rgb(87,136,202); }
div.DivClassName
{
background-color: #5788CA;
}
.BgClassName
{
background-color: #5788CA;
}
</style>
border-color css
<style>
span { border-color: #5788CA; }
span { border-color: rgb(87,136,202); }
td.TdClassName
{
border-color: #5788CA;
}
.TagClassName
{
border-color: #5788CA;
}
</style>