Shades of Havelock Blue #506DC3
Tints of Havelock Blue #506DC3
RGB
CMYK
RGB Variations
Color information
#506DC3 (or 0x506DC3) is known color: Havelock Blue. HEX triplet: 50, 6D and C3. RGB value is (80,109,195). Sum of RGB (Red+Green+Blue) = 80+109+195=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #506DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DC3 is #AF923C. Grayscale: #6D6D6D. Windows color (decimal): -11506237 or 12807504. OLE color: 12807504.
HSL color Cylindrical-coordinate representation of color #506DC3: hue angle of 224.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #506DC3 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 109 | 195 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.24 |
| HSL | 224.87º | 0.49% | 0.54% | - |
| HSV(B) | 224.87º | 0.59% | 0.76% | - |
| XYZ | 18.63 | 16.58 | 53.85 | - |
| YUV | 110.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 195 | 0.59 | 0.44 | 0 | 0.24 | 224.87 | 0.49 | 0.54 |
| Hex | 50 | 6D | C3 | 3B | 2C | 0 | 18 | E1 | 31 | 36 |
| Octal | 120 | 155 | 303 | 73 | 54 | 0 | 30 | 341 | 61 | 66 |
| Binary | 1010000 | 1101101 | 11000011 | 111011 | 101100 | 0 | 11000 | 11100001 | 110001 | 110110 |
Color Harmonies of #506DC3
Complementary color
Monochromatic Colors of #506DC3
Black with #506DC3
Text Example
Text Example
White with #506DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506DC3; }
p { color: rgb(80,109,195); }
H1.HeaderClassName
{
color: #506DC3;
}
.AnyTagClassName
{
color: #506DC3;
}
</style>
background-color css
<style>
a { background-color: #506DC3; }
a { background-color: rgb(80,109,195); }
div.DivClassName
{
background-color: #506DC3;
}
.BgClassName
{
background-color: #506DC3;
}
</style>
border-color css
<style>
span { border-color: #506DC3; }
span { border-color: rgb(80,109,195); }
td.TdClassName
{
border-color: #506DC3;
}
.TagClassName
{
border-color: #506DC3;
}
</style>