Shades of Havelock Blue #5187CE
Tints of Havelock Blue #5187CE
RGB
CMYK
RGB Variations
Color information
#5187CE (or 0x5187CE) is known color: Havelock Blue. HEX triplet: 51, 87 and CE. RGB value is (81,135,206). Sum of RGB (Red+Green+Blue) = 81+135+206=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #5187CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5187CE is #AE7831. Grayscale: #7E7E7E. Windows color (decimal): -11434034 or 13535057. OLE color: 13535057.
HSL color Cylindrical-coordinate representation of color #5187CE: hue angle of 214.08º 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 #5187CE is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 135 | 206 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.19 |
| HSL | 214.08º | 0.56% | 0.56% | - |
| HSV(B) | 214.08º | 0.61% | 0.81% | - |
| XYZ | 23.2 | 23.53 | 61.71 | - |
| YUV | 126.95 | 172.61 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 206 | 0.61 | 0.34 | 0 | 0.19 | 214.08 | 0.56 | 0.56 |
| Hex | 51 | 87 | CE | 3D | 22 | 0 | 13 | D6 | 38 | 38 |
| Octal | 121 | 207 | 316 | 75 | 42 | 0 | 23 | 326 | 70 | 70 |
| Binary | 1010001 | 10000111 | 11001110 | 111101 | 100010 | 0 | 10011 | 11010110 | 111000 | 111000 |
Color Harmonies of #5187CE
Complementary color
Monochromatic Colors of #5187CE
Black with #5187CE
Text Example
Text Example
White with #5187CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5187CE; }
p { color: rgb(81,135,206); }
H1.HeaderClassName
{
color: #5187CE;
}
.AnyTagClassName
{
color: #5187CE;
}
</style>
background-color css
<style>
a { background-color: #5187CE; }
a { background-color: rgb(81,135,206); }
div.DivClassName
{
background-color: #5187CE;
}
.BgClassName
{
background-color: #5187CE;
}
</style>
border-color css
<style>
span { border-color: #5187CE; }
span { border-color: rgb(81,135,206); }
td.TdClassName
{
border-color: #5187CE;
}
.TagClassName
{
border-color: #5187CE;
}
</style>