Shades of Havelock Blue #5188CC
Tints of Havelock Blue #5188CC
RGB
CMYK
RGB Variations
Color information
#5188CC (or 0x5188CC) is known color: Havelock Blue. HEX triplet: 51, 88 and CC. RGB value is (81,136,204). Sum of RGB (Red+Green+Blue) = 81+136+204=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #5188CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5188CC is #AE7733. Grayscale: #7E7E7E. Windows color (decimal): -11433780 or 13404241. OLE color: 13404241.
HSL color Cylindrical-coordinate representation of color #5188CC: hue angle of 213.17º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5188CC is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 136 | 204 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.2 |
| HSL | 213.17º | 0.55% | 0.56% | - |
| HSV(B) | 213.17º | 0.6% | 0.8% | - |
| XYZ | 23.1 | 23.72 | 60.49 | - |
| YUV | 127.31 | 171.28 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 204 | 0.60 | 0.33 | 0 | 0.2 | 213.17 | 0.55 | 0.56 |
| Hex | 51 | 88 | CC | 3C | 21 | 0 | 14 | D5 | 37 | 38 |
| Octal | 121 | 210 | 314 | 74 | 41 | 0 | 24 | 325 | 67 | 70 |
| Binary | 1010001 | 10001000 | 11001100 | 111100 | 100001 | 0 | 10100 | 11010101 | 110111 | 111000 |
Color Harmonies of #5188CC
Complementary color
Monochromatic Colors of #5188CC
Black with #5188CC
Text Example
Text Example
White with #5188CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5188CC; }
p { color: rgb(81,136,204); }
H1.HeaderClassName
{
color: #5188CC;
}
.AnyTagClassName
{
color: #5188CC;
}
</style>
background-color css
<style>
a { background-color: #5188CC; }
a { background-color: rgb(81,136,204); }
div.DivClassName
{
background-color: #5188CC;
}
.BgClassName
{
background-color: #5188CC;
}
</style>
border-color css
<style>
span { border-color: #5188CC; }
span { border-color: rgb(81,136,204); }
td.TdClassName
{
border-color: #5188CC;
}
.TagClassName
{
border-color: #5188CC;
}
</style>