Shades of Havelock Blue #5079BD
Tints of Havelock Blue #5079BD
RGB
CMYK
RGB Variations
Color information
#5079BD (or 0x5079BD) is known color: Havelock Blue. HEX triplet: 50, 79 and BD. RGB value is (80,121,189). Sum of RGB (Red+Green+Blue) = 80+121+189=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #5079BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5079BD is #AF8642. Grayscale: #747474. Windows color (decimal): -11503171 or 12417360. OLE color: 12417360.
HSL color Cylindrical-coordinate representation of color #5079BD: hue angle of 217.43º 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 #5079BD is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 121 | 189 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.26 |
| HSL | 217.43º | 0.45% | 0.53% | - |
| HSV(B) | 217.43º | 0.58% | 0.74% | - |
| XYZ | 19.33 | 19.05 | 50.8 | - |
| YUV | 116.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 189 | 0.58 | 0.36 | 0 | 0.26 | 217.43 | 0.45 | 0.53 |
| Hex | 50 | 79 | BD | 3A | 24 | 0 | 1A | D9 | 2D | 35 |
| Octal | 120 | 171 | 275 | 72 | 44 | 0 | 32 | 331 | 55 | 65 |
| Binary | 1010000 | 1111001 | 10111101 | 111010 | 100100 | 0 | 11010 | 11011001 | 101101 | 110101 |
Color Harmonies of #5079BD
Complementary color
Monochromatic Colors of #5079BD
Black with #5079BD
Text Example
Text Example
White with #5079BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5079BD; }
p { color: rgb(80,121,189); }
H1.HeaderClassName
{
color: #5079BD;
}
.AnyTagClassName
{
color: #5079BD;
}
</style>
background-color css
<style>
a { background-color: #5079BD; }
a { background-color: rgb(80,121,189); }
div.DivClassName
{
background-color: #5079BD;
}
.BgClassName
{
background-color: #5079BD;
}
</style>
border-color css
<style>
span { border-color: #5079BD; }
span { border-color: rgb(80,121,189); }
td.TdClassName
{
border-color: #5079BD;
}
.TagClassName
{
border-color: #5079BD;
}
</style>