Shades of Havelock Blue #5184BC
Tints of Havelock Blue #5184BC
RGB
CMYK
RGB Variations
Color information
#5184BC (or 0x5184BC) is known color: Havelock Blue. HEX triplet: 51, 84 and BC. RGB value is (81,132,188). Sum of RGB (Red+Green+Blue) = 81+132+188=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #5184BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5184BC is #AE7B43. Grayscale: #7A7A7A. Windows color (decimal): -11434820 or 12354641. OLE color: 12354641.
HSL color Cylindrical-coordinate representation of color #5184BC: hue angle of 211.4º 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 #5184BC is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 132 | 188 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.26 |
| HSL | 211.4º | 0.44% | 0.53% | - |
| HSV(B) | 211.4º | 0.57% | 0.74% | - |
| XYZ | 20.72 | 21.88 | 50.71 | - |
| YUV | 123.14 | 164.6 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 188 | 0.57 | 0.30 | 0 | 0.26 | 211.4 | 0.44 | 0.53 |
| Hex | 51 | 84 | BC | 39 | 1E | 0 | 1A | D3 | 2C | 35 |
| Octal | 121 | 204 | 274 | 71 | 36 | 0 | 32 | 323 | 54 | 65 |
| Binary | 1010001 | 10000100 | 10111100 | 111001 | 11110 | 0 | 11010 | 11010011 | 101100 | 110101 |
Color Harmonies of #5184BC
Complementary color
Monochromatic Colors of #5184BC
Black with #5184BC
Text Example
Text Example
White with #5184BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5184BC; }
p { color: rgb(81,132,188); }
H1.HeaderClassName
{
color: #5184BC;
}
.AnyTagClassName
{
color: #5184BC;
}
</style>
background-color css
<style>
a { background-color: #5184BC; }
a { background-color: rgb(81,132,188); }
div.DivClassName
{
background-color: #5184BC;
}
.BgClassName
{
background-color: #5184BC;
}
</style>
border-color css
<style>
span { border-color: #5184BC; }
span { border-color: rgb(81,132,188); }
td.TdClassName
{
border-color: #5184BC;
}
.TagClassName
{
border-color: #5184BC;
}
</style>