Shades of Havelock Blue #507CC0
Tints of Havelock Blue #507CC0
RGB
CMYK
RGB Variations
Color information
#507CC0 (or 0x507CC0) is known color: Havelock Blue. HEX triplet: 50, 7C and C0. RGB value is (80,124,192). Sum of RGB (Red+Green+Blue) = 80+124+192=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #507CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CC0 is #AF833F. Grayscale: #767676. Windows color (decimal): -11502400 or 12614736. OLE color: 12614736.
HSL color Cylindrical-coordinate representation of color #507CC0: hue angle of 216.43º 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 #507CC0 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 124 | 192 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.25 |
| HSL | 216.43º | 0.47% | 0.53% | - |
| HSV(B) | 216.43º | 0.58% | 0.75% | - |
| XYZ | 20.03 | 19.93 | 52.66 | - |
| YUV | 118.6 | 169.42 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 192 | 0.58 | 0.35 | 0 | 0.25 | 216.43 | 0.47 | 0.53 |
| Hex | 50 | 7C | C0 | 3A | 23 | 0 | 19 | D8 | 2F | 35 |
| Octal | 120 | 174 | 300 | 72 | 43 | 0 | 31 | 330 | 57 | 65 |
| Binary | 1010000 | 1111100 | 11000000 | 111010 | 100011 | 0 | 11001 | 11011000 | 101111 | 110101 |
Color Harmonies of #507CC0
Complementary color
Monochromatic Colors of #507CC0
Black with #507CC0
Text Example
Text Example
White with #507CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CC0; }
p { color: rgb(80,124,192); }
H1.HeaderClassName
{
color: #507CC0;
}
.AnyTagClassName
{
color: #507CC0;
}
</style>
background-color css
<style>
a { background-color: #507CC0; }
a { background-color: rgb(80,124,192); }
div.DivClassName
{
background-color: #507CC0;
}
.BgClassName
{
background-color: #507CC0;
}
</style>
border-color css
<style>
span { border-color: #507CC0; }
span { border-color: rgb(80,124,192); }
td.TdClassName
{
border-color: #507CC0;
}
.TagClassName
{
border-color: #507CC0;
}
</style>