Shades of Havelock Blue #5079BC
Tints of Havelock Blue #5079BC
RGB
CMYK
RGB Variations
Color information
#5079BC (or 0x5079BC) is known color: Havelock Blue. HEX triplet: 50, 79 and BC. RGB value is (80,121,188). Sum of RGB (Red+Green+Blue) = 80+121+188=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #5079BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5079BC is #AF8643. Grayscale: #747474. Windows color (decimal): -11503172 or 12351824. OLE color: 12351824.
HSL color Cylindrical-coordinate representation of color #5079BC: hue angle of 217.22º 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 #5079BC is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 121 | 188 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.26 |
| HSL | 217.22º | 0.45% | 0.53% | - |
| HSV(B) | 217.22º | 0.57% | 0.74% | - |
| XYZ | 19.22 | 19.01 | 50.23 | - |
| YUV | 116.38 | 168.42 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 188 | 0.57 | 0.36 | 0 | 0.26 | 217.22 | 0.45 | 0.53 |
| Hex | 50 | 79 | BC | 39 | 24 | 0 | 1A | D9 | 2D | 35 |
| Octal | 120 | 171 | 274 | 71 | 44 | 0 | 32 | 331 | 55 | 65 |
| Binary | 1010000 | 1111001 | 10111100 | 111001 | 100100 | 0 | 11010 | 11011001 | 101101 | 110101 |
Color Harmonies of #5079BC
Complementary color
Monochromatic Colors of #5079BC
Black with #5079BC
Text Example
Text Example
White with #5079BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5079BC; }
p { color: rgb(80,121,188); }
H1.HeaderClassName
{
color: #5079BC;
}
.AnyTagClassName
{
color: #5079BC;
}
</style>
background-color css
<style>
a { background-color: #5079BC; }
a { background-color: rgb(80,121,188); }
div.DivClassName
{
background-color: #5079BC;
}
.BgClassName
{
background-color: #5079BC;
}
</style>
border-color css
<style>
span { border-color: #5079BC; }
span { border-color: rgb(80,121,188); }
td.TdClassName
{
border-color: #5079BC;
}
.TagClassName
{
border-color: #5079BC;
}
</style>