Shades of Havelock Blue #5181BB
Tints of Havelock Blue #5181BB
RGB
CMYK
RGB Variations
Color information
#5181BB (or 0x5181BB) is known color: Havelock Blue. HEX triplet: 51, 81 and BB. RGB value is (81,129,187). Sum of RGB (Red+Green+Blue) = 81+129+187=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #5181BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5181BB is #AE7E44. Grayscale: #787878. Windows color (decimal): -11435589 or 12288337. OLE color: 12288337.
HSL color Cylindrical-coordinate representation of color #5181BB: hue angle of 212.83º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5181BB is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 129 | 187 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.27 |
| HSL | 212.83º | 0.44% | 0.53% | - |
| HSV(B) | 212.83º | 0.57% | 0.73% | - |
| XYZ | 20.21 | 21.04 | 50.01 | - |
| YUV | 121.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 187 | 0.57 | 0.31 | 0 | 0.27 | 212.83 | 0.44 | 0.53 |
| Hex | 51 | 81 | BB | 39 | 1F | 0 | 1B | D5 | 2C | 35 |
| Octal | 121 | 201 | 273 | 71 | 37 | 0 | 33 | 325 | 54 | 65 |
| Binary | 1010001 | 10000001 | 10111011 | 111001 | 11111 | 0 | 11011 | 11010101 | 101100 | 110101 |
Color Harmonies of #5181BB
Complementary color
Monochromatic Colors of #5181BB
Black with #5181BB
Text Example
Text Example
White with #5181BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5181BB; }
p { color: rgb(81,129,187); }
H1.HeaderClassName
{
color: #5181BB;
}
.AnyTagClassName
{
color: #5181BB;
}
</style>
background-color css
<style>
a { background-color: #5181BB; }
a { background-color: rgb(81,129,187); }
div.DivClassName
{
background-color: #5181BB;
}
.BgClassName
{
background-color: #5181BB;
}
</style>
border-color css
<style>
span { border-color: #5181BB; }
span { border-color: rgb(81,129,187); }
td.TdClassName
{
border-color: #5181BB;
}
.TagClassName
{
border-color: #5181BB;
}
</style>