Shades of Havelock Blue #5181BC
Tints of Havelock Blue #5181BC
RGB
CMYK
RGB Variations
Color information
#5181BC (or 0x5181BC) is known color: Havelock Blue. HEX triplet: 51, 81 and BC. RGB value is (81,129,188). Sum of RGB (Red+Green+Blue) = 81+129+188=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #5181BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5181BC is #AE7E43. Grayscale: #797979. Windows color (decimal): -11435588 or 12353873. OLE color: 12353873.
HSL color Cylindrical-coordinate representation of color #5181BC: hue angle of 213.08º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5181BC is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 129 | 188 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.26 |
| HSL | 213.08º | 0.44% | 0.53% | - |
| HSV(B) | 213.08º | 0.57% | 0.74% | - |
| XYZ | 20.32 | 21.08 | 50.57 | - |
| YUV | 121.37 | 165.6 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 188 | 0.57 | 0.31 | 0 | 0.26 | 213.08 | 0.44 | 0.53 |
| Hex | 51 | 81 | BC | 39 | 1F | 0 | 1A | D5 | 2C | 35 |
| Octal | 121 | 201 | 274 | 71 | 37 | 0 | 32 | 325 | 54 | 65 |
| Binary | 1010001 | 10000001 | 10111100 | 111001 | 11111 | 0 | 11010 | 11010101 | 101100 | 110101 |
Color Harmonies of #5181BC
Complementary color
Monochromatic Colors of #5181BC
Black with #5181BC
Text Example
Text Example
White with #5181BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5181BC; }
p { color: rgb(81,129,188); }
H1.HeaderClassName
{
color: #5181BC;
}
.AnyTagClassName
{
color: #5181BC;
}
</style>
background-color css
<style>
a { background-color: #5181BC; }
a { background-color: rgb(81,129,188); }
div.DivClassName
{
background-color: #5181BC;
}
.BgClassName
{
background-color: #5181BC;
}
</style>
border-color css
<style>
span { border-color: #5181BC; }
span { border-color: rgb(81,129,188); }
td.TdClassName
{
border-color: #5181BC;
}
.TagClassName
{
border-color: #5181BC;
}
</style>