Shades of Havelock Blue #5186C0
Tints of Havelock Blue #5186C0
RGB
CMYK
RGB Variations
Color information
#5186C0 (or 0x5186C0) is known color: Havelock Blue. HEX triplet: 51, 86 and C0. RGB value is (81,134,192). Sum of RGB (Red+Green+Blue) = 81+134+192=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #5186C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5186C0 is #AE793F. Grayscale: #7C7C7C. Windows color (decimal): -11434304 or 12617297. OLE color: 12617297.
HSL color Cylindrical-coordinate representation of color #5186C0: hue angle of 211.35º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5186C0 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 134 | 192 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.25 |
| HSL | 211.35º | 0.47% | 0.54% | - |
| HSV(B) | 211.35º | 0.58% | 0.75% | - |
| XYZ | 21.43 | 22.61 | 53.1 | - |
| YUV | 124.77 | 165.94 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 134 | 192 | 0.58 | 0.30 | 0 | 0.25 | 211.35 | 0.47 | 0.54 |
| Hex | 51 | 86 | C0 | 3A | 1E | 0 | 19 | D3 | 2F | 36 |
| Octal | 121 | 206 | 300 | 72 | 36 | 0 | 31 | 323 | 57 | 66 |
| Binary | 1010001 | 10000110 | 11000000 | 111010 | 11110 | 0 | 11001 | 11010011 | 101111 | 110110 |
Color Harmonies of #5186C0
Complementary color
Monochromatic Colors of #5186C0
Black with #5186C0
Text Example
Text Example
White with #5186C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5186C0; }
p { color: rgb(81,134,192); }
H1.HeaderClassName
{
color: #5186C0;
}
.AnyTagClassName
{
color: #5186C0;
}
</style>
background-color css
<style>
a { background-color: #5186C0; }
a { background-color: rgb(81,134,192); }
div.DivClassName
{
background-color: #5186C0;
}
.BgClassName
{
background-color: #5186C0;
}
</style>
border-color css
<style>
span { border-color: #5186C0; }
span { border-color: rgb(81,134,192); }
td.TdClassName
{
border-color: #5186C0;
}
.TagClassName
{
border-color: #5186C0;
}
</style>