Shades of Havelock Blue #5172BB
Tints of Havelock Blue #5172BB
RGB
CMYK
RGB Variations
Color information
#5172BB (or 0x5172BB) is known color: Havelock Blue. HEX triplet: 51, 72 and BB. RGB value is (81,114,187). Sum of RGB (Red+Green+Blue) = 81+114+187=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #5172BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5172BB is #AE8D44. Grayscale: #707070. Windows color (decimal): -11439429 or 12284497. OLE color: 12284497.
HSL color Cylindrical-coordinate representation of color #5172BB: hue angle of 221.32º 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 #5172BB is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 114 | 187 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.27 |
| HSL | 221.32º | 0.44% | 0.53% | - |
| HSV(B) | 221.32º | 0.57% | 0.73% | - |
| XYZ | 18.38 | 17.37 | 49.4 | - |
| YUV | 112.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 187 | 0.57 | 0.39 | 0 | 0.27 | 221.32 | 0.44 | 0.53 |
| Hex | 51 | 72 | BB | 39 | 27 | 0 | 1B | DD | 2C | 35 |
| Octal | 121 | 162 | 273 | 71 | 47 | 0 | 33 | 335 | 54 | 65 |
| Binary | 1010001 | 1110010 | 10111011 | 111001 | 100111 | 0 | 11011 | 11011101 | 101100 | 110101 |
Color Harmonies of #5172BB
Complementary color
Monochromatic Colors of #5172BB
Black with #5172BB
Text Example
Text Example
White with #5172BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5172BB; }
p { color: rgb(81,114,187); }
H1.HeaderClassName
{
color: #5172BB;
}
.AnyTagClassName
{
color: #5172BB;
}
</style>
background-color css
<style>
a { background-color: #5172BB; }
a { background-color: rgb(81,114,187); }
div.DivClassName
{
background-color: #5172BB;
}
.BgClassName
{
background-color: #5172BB;
}
</style>
border-color css
<style>
span { border-color: #5172BB; }
span { border-color: rgb(81,114,187); }
td.TdClassName
{
border-color: #5172BB;
}
.TagClassName
{
border-color: #5172BB;
}
</style>