Shades of Havelock Blue #507CBE
Tints of Havelock Blue #507CBE
RGB
CMYK
RGB Variations
Color information
#507CBE (or 0x507CBE) is known color: Havelock Blue. HEX triplet: 50, 7C and BE. RGB value is (80,124,190). Sum of RGB (Red+Green+Blue) = 80+124+190=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #507CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CBE is #AF8341. Grayscale: #767676. Windows color (decimal): -11502402 or 12483664. OLE color: 12483664.
HSL color Cylindrical-coordinate representation of color #507CBE: hue angle of 216º degrees, saturation: 0.46, 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 #507CBE is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 124 | 190 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.25 |
| HSL | 216º | 0.46% | 0.53% | - |
| HSV(B) | 216º | 0.58% | 0.75% | - |
| XYZ | 19.81 | 19.84 | 51.5 | - |
| YUV | 118.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 190 | 0.58 | 0.35 | 0 | 0.25 | 216 | 0.46 | 0.53 |
| Hex | 50 | 7C | BE | 3A | 23 | 0 | 19 | D8 | 2E | 35 |
| Octal | 120 | 174 | 276 | 72 | 43 | 0 | 31 | 330 | 56 | 65 |
| Binary | 1010000 | 1111100 | 10111110 | 111010 | 100011 | 0 | 11001 | 11011000 | 101110 | 110101 |
Color Harmonies of #507CBE
Complementary color
Monochromatic Colors of #507CBE
Black with #507CBE
Text Example
Text Example
White with #507CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CBE; }
p { color: rgb(80,124,190); }
H1.HeaderClassName
{
color: #507CBE;
}
.AnyTagClassName
{
color: #507CBE;
}
</style>
background-color css
<style>
a { background-color: #507CBE; }
a { background-color: rgb(80,124,190); }
div.DivClassName
{
background-color: #507CBE;
}
.BgClassName
{
background-color: #507CBE;
}
</style>
border-color css
<style>
span { border-color: #507CBE; }
span { border-color: rgb(80,124,190); }
td.TdClassName
{
border-color: #507CBE;
}
.TagClassName
{
border-color: #507CBE;
}
</style>