Shades of Havelock Blue #5077BD
Tints of Havelock Blue #5077BD
RGB
CMYK
RGB Variations
Color information
#5077BD (or 0x5077BD) is known color: Havelock Blue. HEX triplet: 50, 77 and BD. RGB value is (80,119,189). Sum of RGB (Red+Green+Blue) = 80+119+189=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #5077BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5077BD is #AF8842. Grayscale: #737373. Windows color (decimal): -11503683 or 12416848. OLE color: 12416848.
HSL color Cylindrical-coordinate representation of color #5077BD: hue angle of 218.53º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5077BD is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 119 | 189 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.26 |
| HSL | 218.53º | 0.45% | 0.53% | - |
| HSV(B) | 218.53º | 0.58% | 0.74% | - |
| XYZ | 19.09 | 18.57 | 50.72 | - |
| YUV | 115.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 189 | 0.58 | 0.37 | 0 | 0.26 | 218.53 | 0.45 | 0.53 |
| Hex | 50 | 77 | BD | 3A | 25 | 0 | 1A | DB | 2D | 35 |
| Octal | 120 | 167 | 275 | 72 | 45 | 0 | 32 | 333 | 55 | 65 |
| Binary | 1010000 | 1110111 | 10111101 | 111010 | 100101 | 0 | 11010 | 11011011 | 101101 | 110101 |
Color Harmonies of #5077BD
Complementary color
Monochromatic Colors of #5077BD
Black with #5077BD
Text Example
Text Example
White with #5077BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5077BD; }
p { color: rgb(80,119,189); }
H1.HeaderClassName
{
color: #5077BD;
}
.AnyTagClassName
{
color: #5077BD;
}
</style>
background-color css
<style>
a { background-color: #5077BD; }
a { background-color: rgb(80,119,189); }
div.DivClassName
{
background-color: #5077BD;
}
.BgClassName
{
background-color: #5077BD;
}
</style>
border-color css
<style>
span { border-color: #5077BD; }
span { border-color: rgb(80,119,189); }
td.TdClassName
{
border-color: #5077BD;
}
.TagClassName
{
border-color: #5077BD;
}
</style>