Shades of Havelock Blue #5084BC
Tints of Havelock Blue #5084BC
RGB
CMYK
RGB Variations
Color information
#5084BC (or 0x5084BC) is known color: Havelock Blue. HEX triplet: 50, 84 and BC. RGB value is (80,132,188). Sum of RGB (Red+Green+Blue) = 80+132+188=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #5084BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5084BC is #AF7B43. Grayscale: #7A7A7A. Windows color (decimal): -11500356 or 12354640. OLE color: 12354640.
HSL color Cylindrical-coordinate representation of color #5084BC: hue angle of 211.11º 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 #5084BC is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 132 | 188 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.26 |
| HSL | 211.11º | 0.45% | 0.53% | - |
| HSV(B) | 211.11º | 0.57% | 0.74% | - |
| XYZ | 20.64 | 21.84 | 50.7 | - |
| YUV | 122.84 | 164.77 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 188 | 0.57 | 0.30 | 0 | 0.26 | 211.11 | 0.45 | 0.53 |
| Hex | 50 | 84 | BC | 39 | 1E | 0 | 1A | D3 | 2D | 35 |
| Octal | 120 | 204 | 274 | 71 | 36 | 0 | 32 | 323 | 55 | 65 |
| Binary | 1010000 | 10000100 | 10111100 | 111001 | 11110 | 0 | 11010 | 11010011 | 101101 | 110101 |
Color Harmonies of #5084BC
Complementary color
Monochromatic Colors of #5084BC
Black with #5084BC
Text Example
Text Example
White with #5084BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5084BC; }
p { color: rgb(80,132,188); }
H1.HeaderClassName
{
color: #5084BC;
}
.AnyTagClassName
{
color: #5084BC;
}
</style>
background-color css
<style>
a { background-color: #5084BC; }
a { background-color: rgb(80,132,188); }
div.DivClassName
{
background-color: #5084BC;
}
.BgClassName
{
background-color: #5084BC;
}
</style>
border-color css
<style>
span { border-color: #5084BC; }
span { border-color: rgb(80,132,188); }
td.TdClassName
{
border-color: #5084BC;
}
.TagClassName
{
border-color: #5084BC;
}
</style>