Shades of Havelock Blue #5188CE
Tints of Havelock Blue #5188CE
RGB
CMYK
RGB Variations
Color information
#5188CE (or 0x5188CE) is known color: Havelock Blue. HEX triplet: 51, 88 and CE. RGB value is (81,136,206). Sum of RGB (Red+Green+Blue) = 81+136+206=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #5188CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5188CE is #AE7731. Grayscale: #7F7F7F. Windows color (decimal): -11433778 or 13535313. OLE color: 13535313.
HSL color Cylindrical-coordinate representation of color #5188CE: hue angle of 213.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5188CE is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 136 | 206 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.19 |
| HSL | 213.6º | 0.56% | 0.56% | - |
| HSV(B) | 213.6º | 0.61% | 0.81% | - |
| XYZ | 23.34 | 23.81 | 61.76 | - |
| YUV | 127.54 | 172.28 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 206 | 0.61 | 0.34 | 0 | 0.19 | 213.6 | 0.56 | 0.56 |
| Hex | 51 | 88 | CE | 3D | 22 | 0 | 13 | D6 | 38 | 38 |
| Octal | 121 | 210 | 316 | 75 | 42 | 0 | 23 | 326 | 70 | 70 |
| Binary | 1010001 | 10001000 | 11001110 | 111101 | 100010 | 0 | 10011 | 11010110 | 111000 | 111000 |
Color Harmonies of #5188CE
Complementary color
Monochromatic Colors of #5188CE
Black with #5188CE
Text Example
Text Example
White with #5188CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5188CE; }
p { color: rgb(81,136,206); }
H1.HeaderClassName
{
color: #5188CE;
}
.AnyTagClassName
{
color: #5188CE;
}
</style>
background-color css
<style>
a { background-color: #5188CE; }
a { background-color: rgb(81,136,206); }
div.DivClassName
{
background-color: #5188CE;
}
.BgClassName
{
background-color: #5188CE;
}
</style>
border-color css
<style>
span { border-color: #5188CE; }
span { border-color: rgb(81,136,206); }
td.TdClassName
{
border-color: #5188CE;
}
.TagClassName
{
border-color: #5188CE;
}
</style>