Shades of Havelock Blue #506FBC
Tints of Havelock Blue #506FBC
RGB
CMYK
RGB Variations
Color information
#506FBC (or 0x506FBC) is known color: Havelock Blue. HEX triplet: 50, 6F and BC. RGB value is (80,111,188). Sum of RGB (Red+Green+Blue) = 80+111+188=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #506FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FBC is #AF9043. Grayscale: #6E6E6E. Windows color (decimal): -11505732 or 12349264. OLE color: 12349264.
HSL color Cylindrical-coordinate representation of color #506FBC: hue angle of 222.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #506FBC is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 111 | 188 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.26 |
| HSL | 222.78º | 0.45% | 0.53% | - |
| HSV(B) | 222.78º | 0.57% | 0.74% | - |
| XYZ | 18.07 | 16.71 | 49.85 | - |
| YUV | 110.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 188 | 0.57 | 0.41 | 0 | 0.26 | 222.78 | 0.45 | 0.53 |
| Hex | 50 | 6F | BC | 39 | 29 | 0 | 1A | DF | 2D | 35 |
| Octal | 120 | 157 | 274 | 71 | 51 | 0 | 32 | 337 | 55 | 65 |
| Binary | 1010000 | 1101111 | 10111100 | 111001 | 101001 | 0 | 11010 | 11011111 | 101101 | 110101 |
Color Harmonies of #506FBC
Complementary color
Monochromatic Colors of #506FBC
Black with #506FBC
Text Example
Text Example
White with #506FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FBC; }
p { color: rgb(80,111,188); }
H1.HeaderClassName
{
color: #506FBC;
}
.AnyTagClassName
{
color: #506FBC;
}
</style>
background-color css
<style>
a { background-color: #506FBC; }
a { background-color: rgb(80,111,188); }
div.DivClassName
{
background-color: #506FBC;
}
.BgClassName
{
background-color: #506FBC;
}
</style>
border-color css
<style>
span { border-color: #506FBC; }
span { border-color: rgb(80,111,188); }
td.TdClassName
{
border-color: #506FBC;
}
.TagClassName
{
border-color: #506FBC;
}
</style>