Shades of Havelock Blue #5076BD
Tints of Havelock Blue #5076BD
RGB
CMYK
RGB Variations
Color information
#5076BD (or 0x5076BD) is known color: Havelock Blue. HEX triplet: 50, 76 and BD. RGB value is (80,118,189). Sum of RGB (Red+Green+Blue) = 80+118+189=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #5076BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5076BD is #AF8942. Grayscale: #727272. Windows color (decimal): -11503939 or 12416592. OLE color: 12416592.
HSL color Cylindrical-coordinate representation of color #5076BD: hue angle of 219.08º 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 #5076BD is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 118 | 189 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.26 |
| HSL | 219.08º | 0.45% | 0.53% | - |
| HSV(B) | 219.08º | 0.58% | 0.74% | - |
| XYZ | 18.97 | 18.34 | 50.68 | - |
| YUV | 114.73 | 169.91 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 189 | 0.58 | 0.38 | 0 | 0.26 | 219.08 | 0.45 | 0.53 |
| Hex | 50 | 76 | BD | 3A | 26 | 0 | 1A | DB | 2D | 35 |
| Octal | 120 | 166 | 275 | 72 | 46 | 0 | 32 | 333 | 55 | 65 |
| Binary | 1010000 | 1110110 | 10111101 | 111010 | 100110 | 0 | 11010 | 11011011 | 101101 | 110101 |
Color Harmonies of #5076BD
Complementary color
Monochromatic Colors of #5076BD
Black with #5076BD
Text Example
Text Example
White with #5076BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5076BD; }
p { color: rgb(80,118,189); }
H1.HeaderClassName
{
color: #5076BD;
}
.AnyTagClassName
{
color: #5076BD;
}
</style>
background-color css
<style>
a { background-color: #5076BD; }
a { background-color: rgb(80,118,189); }
div.DivClassName
{
background-color: #5076BD;
}
.BgClassName
{
background-color: #5076BD;
}
</style>
border-color css
<style>
span { border-color: #5076BD; }
span { border-color: rgb(80,118,189); }
td.TdClassName
{
border-color: #5076BD;
}
.TagClassName
{
border-color: #5076BD;
}
</style>