Shades of Havelock Blue #506EC0
Tints of Havelock Blue #506EC0
RGB
CMYK
RGB Variations
Color information
#506EC0 (or 0x506EC0) is known color: Havelock Blue. HEX triplet: 50, 6E and C0. RGB value is (80,110,192). Sum of RGB (Red+Green+Blue) = 80+110+192=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #506EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506EC0 is #AF913F. Grayscale: #6E6E6E. Windows color (decimal): -11505984 or 12611152. OLE color: 12611152.
HSL color Cylindrical-coordinate representation of color #506EC0: hue angle of 223.93º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #506EC0 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 110 | 192 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.25 |
| HSL | 223.93º | 0.47% | 0.53% | - |
| HSV(B) | 223.93º | 0.58% | 0.75% | - |
| XYZ | 18.4 | 16.66 | 52.12 | - |
| YUV | 110.38 | 174.06 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 192 | 0.58 | 0.43 | 0 | 0.25 | 223.93 | 0.47 | 0.53 |
| Hex | 50 | 6E | C0 | 3A | 2B | 0 | 19 | E0 | 2F | 35 |
| Octal | 120 | 156 | 300 | 72 | 53 | 0 | 31 | 340 | 57 | 65 |
| Binary | 1010000 | 1101110 | 11000000 | 111010 | 101011 | 0 | 11001 | 11100000 | 101111 | 110101 |
Color Harmonies of #506EC0
Complementary color
Monochromatic Colors of #506EC0
Black with #506EC0
Text Example
Text Example
White with #506EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506EC0; }
p { color: rgb(80,110,192); }
H1.HeaderClassName
{
color: #506EC0;
}
.AnyTagClassName
{
color: #506EC0;
}
</style>
background-color css
<style>
a { background-color: #506EC0; }
a { background-color: rgb(80,110,192); }
div.DivClassName
{
background-color: #506EC0;
}
.BgClassName
{
background-color: #506EC0;
}
</style>
border-color css
<style>
span { border-color: #506EC0; }
span { border-color: rgb(80,110,192); }
td.TdClassName
{
border-color: #506EC0;
}
.TagClassName
{
border-color: #506EC0;
}
</style>