Shades of Havelock Blue #5071BC
Tints of Havelock Blue #5071BC
RGB
CMYK
RGB Variations
Color information
#5071BC (or 0x5071BC) is known color: Havelock Blue. HEX triplet: 50, 71 and BC. RGB value is (80,113,188). Sum of RGB (Red+Green+Blue) = 80+113+188=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #5071BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5071BC is #AF8E43. Grayscale: #6F6F6F. Windows color (decimal): -11505220 or 12349776. OLE color: 12349776.
HSL color Cylindrical-coordinate representation of color #5071BC: hue angle of 221.67º degrees, saturation: 0.45, 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 #5071BC is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 113 | 188 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.26 |
| HSL | 221.67º | 0.45% | 0.53% | - |
| HSV(B) | 221.67º | 0.57% | 0.74% | - |
| XYZ | 18.29 | 17.15 | 49.92 | - |
| YUV | 111.68 | 171.07 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 188 | 0.57 | 0.40 | 0 | 0.26 | 221.67 | 0.45 | 0.53 |
| Hex | 50 | 71 | BC | 39 | 28 | 0 | 1A | DE | 2D | 35 |
| Octal | 120 | 161 | 274 | 71 | 50 | 0 | 32 | 336 | 55 | 65 |
| Binary | 1010000 | 1110001 | 10111100 | 111001 | 101000 | 0 | 11010 | 11011110 | 101101 | 110101 |
Color Harmonies of #5071BC
Complementary color
Monochromatic Colors of #5071BC
Black with #5071BC
Text Example
Text Example
White with #5071BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5071BC; }
p { color: rgb(80,113,188); }
H1.HeaderClassName
{
color: #5071BC;
}
.AnyTagClassName
{
color: #5071BC;
}
</style>
background-color css
<style>
a { background-color: #5071BC; }
a { background-color: rgb(80,113,188); }
div.DivClassName
{
background-color: #5071BC;
}
.BgClassName
{
background-color: #5071BC;
}
</style>
border-color css
<style>
span { border-color: #5071BC; }
span { border-color: rgb(80,113,188); }
td.TdClassName
{
border-color: #5071BC;
}
.TagClassName
{
border-color: #5071BC;
}
</style>