Shades of Havelock Blue #5184BB
Tints of Havelock Blue #5184BB
RGB
CMYK
RGB Variations
Color information
#5184BB (or 0x5184BB) is known color: Havelock Blue. HEX triplet: 51, 84 and BB. RGB value is (81,132,187). Sum of RGB (Red+Green+Blue) = 81+132+187=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #5184BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5184BB is #AE7B44. Grayscale: #7A7A7A. Windows color (decimal): -11434821 or 12289105. OLE color: 12289105.
HSL color Cylindrical-coordinate representation of color #5184BB: hue angle of 211.13º 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 #5184BB is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 132 | 187 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.27 |
| HSL | 211.13º | 0.44% | 0.53% | - |
| HSV(B) | 211.13º | 0.57% | 0.73% | - |
| XYZ | 20.61 | 21.84 | 50.14 | - |
| YUV | 123.02 | 164.1 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 187 | 0.57 | 0.29 | 0 | 0.27 | 211.13 | 0.44 | 0.53 |
| Hex | 51 | 84 | BB | 39 | 1D | 0 | 1B | D3 | 2C | 35 |
| Octal | 121 | 204 | 273 | 71 | 35 | 0 | 33 | 323 | 54 | 65 |
| Binary | 1010001 | 10000100 | 10111011 | 111001 | 11101 | 0 | 11011 | 11010011 | 101100 | 110101 |
Color Harmonies of #5184BB
Complementary color
Monochromatic Colors of #5184BB
Black with #5184BB
Text Example
Text Example
White with #5184BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5184BB; }
p { color: rgb(81,132,187); }
H1.HeaderClassName
{
color: #5184BB;
}
.AnyTagClassName
{
color: #5184BB;
}
</style>
background-color css
<style>
a { background-color: #5184BB; }
a { background-color: rgb(81,132,187); }
div.DivClassName
{
background-color: #5184BB;
}
.BgClassName
{
background-color: #5184BB;
}
</style>
border-color css
<style>
span { border-color: #5184BB; }
span { border-color: rgb(81,132,187); }
td.TdClassName
{
border-color: #5184BB;
}
.TagClassName
{
border-color: #5184BB;
}
</style>