Shades of Havelock Blue #507EC0
Tints of Havelock Blue #507EC0
RGB
CMYK
RGB Variations
Color information
#507EC0 (or 0x507EC0) is known color: Havelock Blue. HEX triplet: 50, 7E and C0. RGB value is (80,126,192). Sum of RGB (Red+Green+Blue) = 80+126+192=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #507EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EC0 is #AF813F. Grayscale: #777777. Windows color (decimal): -11501888 or 12615248. OLE color: 12615248.
HSL color Cylindrical-coordinate representation of color #507EC0: hue angle of 215.36º 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 #507EC0 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 126 | 192 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.25 |
| HSL | 215.36º | 0.47% | 0.53% | - |
| HSV(B) | 215.36º | 0.58% | 0.75% | - |
| XYZ | 20.28 | 20.43 | 52.74 | - |
| YUV | 119.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 192 | 0.58 | 0.34 | 0 | 0.25 | 215.36 | 0.47 | 0.53 |
| Hex | 50 | 7E | C0 | 3A | 22 | 0 | 19 | D7 | 2F | 35 |
| Octal | 120 | 176 | 300 | 72 | 42 | 0 | 31 | 327 | 57 | 65 |
| Binary | 1010000 | 1111110 | 11000000 | 111010 | 100010 | 0 | 11001 | 11010111 | 101111 | 110101 |
Color Harmonies of #507EC0
Complementary color
Monochromatic Colors of #507EC0
Black with #507EC0
Text Example
Text Example
White with #507EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507EC0; }
p { color: rgb(80,126,192); }
H1.HeaderClassName
{
color: #507EC0;
}
.AnyTagClassName
{
color: #507EC0;
}
</style>
background-color css
<style>
a { background-color: #507EC0; }
a { background-color: rgb(80,126,192); }
div.DivClassName
{
background-color: #507EC0;
}
.BgClassName
{
background-color: #507EC0;
}
</style>
border-color css
<style>
span { border-color: #507EC0; }
span { border-color: rgb(80,126,192); }
td.TdClassName
{
border-color: #507EC0;
}
.TagClassName
{
border-color: #507EC0;
}
</style>