Shades of Havelock Blue #5076BA
Tints of Havelock Blue #5076BA
RGB
CMYK
RGB Variations
Color information
#5076BA (or 0x5076BA) is known color: Havelock Blue. HEX triplet: 50, 76 and BA. RGB value is (80,118,186). Sum of RGB (Red+Green+Blue) = 80+118+186=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #5076BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5076BA is #AF8945. Grayscale: #727272. Windows color (decimal): -11503942 or 12219984. OLE color: 12219984.
HSL color Cylindrical-coordinate representation of color #5076BA: hue angle of 218.49º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5076BA is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 118 | 186 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.27 |
| HSL | 218.49º | 0.43% | 0.52% | - |
| HSV(B) | 218.49º | 0.57% | 0.73% | - |
| XYZ | 18.65 | 18.21 | 48.99 | - |
| YUV | 114.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 186 | 0.57 | 0.37 | 0 | 0.27 | 218.49 | 0.43 | 0.52 |
| Hex | 50 | 76 | BA | 39 | 25 | 0 | 1B | DA | 2B | 34 |
| Octal | 120 | 166 | 272 | 71 | 45 | 0 | 33 | 332 | 53 | 64 |
| Binary | 1010000 | 1110110 | 10111010 | 111001 | 100101 | 0 | 11011 | 11011010 | 101011 | 110100 |
Color Harmonies of #5076BA
Complementary color
Monochromatic Colors of #5076BA
Black with #5076BA
Text Example
Text Example
White with #5076BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5076BA; }
p { color: rgb(80,118,186); }
H1.HeaderClassName
{
color: #5076BA;
}
.AnyTagClassName
{
color: #5076BA;
}
</style>
background-color css
<style>
a { background-color: #5076BA; }
a { background-color: rgb(80,118,186); }
div.DivClassName
{
background-color: #5076BA;
}
.BgClassName
{
background-color: #5076BA;
}
</style>
border-color css
<style>
span { border-color: #5076BA; }
span { border-color: rgb(80,118,186); }
td.TdClassName
{
border-color: #5076BA;
}
.TagClassName
{
border-color: #5076BA;
}
</style>