Shades of Havelock Blue #5185BC
Tints of Havelock Blue #5185BC
RGB
CMYK
RGB Variations
Color information
#5185BC (or 0x5185BC) is known color: Havelock Blue. HEX triplet: 51, 85 and BC. RGB value is (81,133,188). Sum of RGB (Red+Green+Blue) = 81+133+188=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #5185BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185BC is #AE7A43. Grayscale: #7B7B7B. Windows color (decimal): -11434564 or 12354897. OLE color: 12354897.
HSL color Cylindrical-coordinate representation of color #5185BC: hue angle of 210.84º 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 #5185BC is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 133 | 188 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.26 |
| HSL | 210.84º | 0.44% | 0.53% | - |
| HSV(B) | 210.84º | 0.57% | 0.74% | - |
| XYZ | 20.86 | 22.16 | 50.75 | - |
| YUV | 123.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 133 | 188 | 0.57 | 0.29 | 0 | 0.26 | 210.84 | 0.44 | 0.53 |
| Hex | 51 | 85 | BC | 39 | 1D | 0 | 1A | D3 | 2C | 35 |
| Octal | 121 | 205 | 274 | 71 | 35 | 0 | 32 | 323 | 54 | 65 |
| Binary | 1010001 | 10000101 | 10111100 | 111001 | 11101 | 0 | 11010 | 11010011 | 101100 | 110101 |
Color Harmonies of #5185BC
Complementary color
Monochromatic Colors of #5185BC
Black with #5185BC
Text Example
Text Example
White with #5185BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5185BC; }
p { color: rgb(81,133,188); }
H1.HeaderClassName
{
color: #5185BC;
}
.AnyTagClassName
{
color: #5185BC;
}
</style>
background-color css
<style>
a { background-color: #5185BC; }
a { background-color: rgb(81,133,188); }
div.DivClassName
{
background-color: #5185BC;
}
.BgClassName
{
background-color: #5185BC;
}
</style>
border-color css
<style>
span { border-color: #5185BC; }
span { border-color: rgb(81,133,188); }
td.TdClassName
{
border-color: #5185BC;
}
.TagClassName
{
border-color: #5185BC;
}
</style>