Shades of Havelock Blue #5077BC
Tints of Havelock Blue #5077BC
RGB
CMYK
RGB Variations
Color information
#5077BC (or 0x5077BC) is known color: Havelock Blue. HEX triplet: 50, 77 and BC. RGB value is (80,119,188). Sum of RGB (Red+Green+Blue) = 80+119+188=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #5077BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5077BC is #AF8843. Grayscale: #727272. Windows color (decimal): -11503684 or 12351312. OLE color: 12351312.
HSL color Cylindrical-coordinate representation of color #5077BC: hue angle of 218.33º 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 #5077BC is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 119 | 188 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.26 |
| HSL | 218.33º | 0.45% | 0.53% | - |
| HSV(B) | 218.33º | 0.57% | 0.74% | - |
| XYZ | 18.98 | 18.53 | 50.15 | - |
| YUV | 115.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 188 | 0.57 | 0.37 | 0 | 0.26 | 218.33 | 0.45 | 0.53 |
| Hex | 50 | 77 | BC | 39 | 25 | 0 | 1A | DA | 2D | 35 |
| Octal | 120 | 167 | 274 | 71 | 45 | 0 | 32 | 332 | 55 | 65 |
| Binary | 1010000 | 1110111 | 10111100 | 111001 | 100101 | 0 | 11010 | 11011010 | 101101 | 110101 |
Color Harmonies of #5077BC
Complementary color
Monochromatic Colors of #5077BC
Black with #5077BC
Text Example
Text Example
White with #5077BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5077BC; }
p { color: rgb(80,119,188); }
H1.HeaderClassName
{
color: #5077BC;
}
.AnyTagClassName
{
color: #5077BC;
}
</style>
background-color css
<style>
a { background-color: #5077BC; }
a { background-color: rgb(80,119,188); }
div.DivClassName
{
background-color: #5077BC;
}
.BgClassName
{
background-color: #5077BC;
}
</style>
border-color css
<style>
span { border-color: #5077BC; }
span { border-color: rgb(80,119,188); }
td.TdClassName
{
border-color: #5077BC;
}
.TagClassName
{
border-color: #5077BC;
}
</style>