Shades of Havelock Blue #507CBF
Tints of Havelock Blue #507CBF
RGB
CMYK
RGB Variations
Color information
#507CBF (or 0x507CBF) is known color: Havelock Blue. HEX triplet: 50, 7C and BF. RGB value is (80,124,191). Sum of RGB (Red+Green+Blue) = 80+124+191=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #507CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CBF is #AF8340. Grayscale: #767676. Windows color (decimal): -11502401 or 12549200. OLE color: 12549200.
HSL color Cylindrical-coordinate representation of color #507CBF: hue angle of 216.22º 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 #507CBF is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 124 | 191 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.25 |
| HSL | 216.22º | 0.46% | 0.53% | - |
| HSV(B) | 216.22º | 0.58% | 0.75% | - |
| XYZ | 19.92 | 19.88 | 52.08 | - |
| YUV | 118.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 191 | 0.58 | 0.35 | 0 | 0.25 | 216.22 | 0.46 | 0.53 |
| Hex | 50 | 7C | BF | 3A | 23 | 0 | 19 | D8 | 2E | 35 |
| Octal | 120 | 174 | 277 | 72 | 43 | 0 | 31 | 330 | 56 | 65 |
| Binary | 1010000 | 1111100 | 10111111 | 111010 | 100011 | 0 | 11001 | 11011000 | 101110 | 110101 |
Color Harmonies of #507CBF
Complementary color
Monochromatic Colors of #507CBF
Black with #507CBF
Text Example
Text Example
White with #507CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CBF; }
p { color: rgb(80,124,191); }
H1.HeaderClassName
{
color: #507CBF;
}
.AnyTagClassName
{
color: #507CBF;
}
</style>
background-color css
<style>
a { background-color: #507CBF; }
a { background-color: rgb(80,124,191); }
div.DivClassName
{
background-color: #507CBF;
}
.BgClassName
{
background-color: #507CBF;
}
</style>
border-color css
<style>
span { border-color: #507CBF; }
span { border-color: rgb(80,124,191); }
td.TdClassName
{
border-color: #507CBF;
}
.TagClassName
{
border-color: #507CBF;
}
</style>