Shades of Havelock Blue #5080BA
Tints of Havelock Blue #5080BA
RGB
CMYK
RGB Variations
Color information
#5080BA (or 0x5080BA) is known color: Havelock Blue. HEX triplet: 50, 80 and BA. RGB value is (80,128,186). Sum of RGB (Red+Green+Blue) = 80+128+186=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #5080BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080BA is #AF7F45. Grayscale: #777777. Windows color (decimal): -11501382 or 12222544. OLE color: 12222544.
HSL color Cylindrical-coordinate representation of color #5080BA: hue angle of 212.83º 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 #5080BA is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 128 | 186 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.27 |
| HSL | 212.83º | 0.43% | 0.52% | - |
| HSV(B) | 212.83º | 0.57% | 0.73% | - |
| XYZ | 19.89 | 20.69 | 49.4 | - |
| YUV | 120.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 186 | 0.57 | 0.31 | 0 | 0.27 | 212.83 | 0.43 | 0.52 |
| Hex | 50 | 80 | BA | 39 | 1F | 0 | 1B | D5 | 2B | 34 |
| Octal | 120 | 200 | 272 | 71 | 37 | 0 | 33 | 325 | 53 | 64 |
| Binary | 1010000 | 10000000 | 10111010 | 111001 | 11111 | 0 | 11011 | 11010101 | 101011 | 110100 |
Color Harmonies of #5080BA
Complementary color
Monochromatic Colors of #5080BA
Black with #5080BA
Text Example
Text Example
White with #5080BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080BA; }
p { color: rgb(80,128,186); }
H1.HeaderClassName
{
color: #5080BA;
}
.AnyTagClassName
{
color: #5080BA;
}
</style>
background-color css
<style>
a { background-color: #5080BA; }
a { background-color: rgb(80,128,186); }
div.DivClassName
{
background-color: #5080BA;
}
.BgClassName
{
background-color: #5080BA;
}
</style>
border-color css
<style>
span { border-color: #5080BA; }
span { border-color: rgb(80,128,186); }
td.TdClassName
{
border-color: #5080BA;
}
.TagClassName
{
border-color: #5080BA;
}
</style>