Shades of Gun Powder #505063
Tints of Gun Powder #505063
RGB
CMYK
RGB Variations
Color information
#505063 (or 0x505063) is known color: Gun Powder. HEX triplet: 50, 50 and 63. RGB value is (80,80,99). Sum of RGB (Red+Green+Blue) = 80+80+99=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #505063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505063 is #AFAF9C. Grayscale: #525252. Windows color (decimal): -11513757 or 6508624. OLE color: 6508624.
HSL color Cylindrical-coordinate representation of color #505063: hue angle of 240º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #505063 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 80 | 99 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.61 |
| HSL | 240º | 0.11% | 0.35% | - |
| HSV(B) | 240º | 0.19% | 0.39% | - |
| XYZ | 8.43 | 8.34 | 12.97 | - |
| YUV | 82.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 99 | 0.19 | 0.19 | 0 | 0.61 | 240 | 0.11 | 0.35 |
| Hex | 50 | 50 | 63 | 13 | 13 | 0 | 3D | F0 | B | 23 |
| Octal | 120 | 120 | 143 | 23 | 23 | 0 | 75 | 360 | 13 | 43 |
| Binary | 1010000 | 1010000 | 1100011 | 10011 | 10011 | 0 | 111101 | 11110000 | 1011 | 100011 |
Color Harmonies of #505063
Complementary color
Monochromatic Colors of #505063
Black with #505063
Text Example
Text Example
White with #505063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505063; }
p { color: rgb(80,80,99); }
H1.HeaderClassName
{
color: #505063;
}
.AnyTagClassName
{
color: #505063;
}
</style>
background-color css
<style>
a { background-color: #505063; }
a { background-color: rgb(80,80,99); }
div.DivClassName
{
background-color: #505063;
}
.BgClassName
{
background-color: #505063;
}
</style>
border-color css
<style>
span { border-color: #505063; }
span { border-color: rgb(80,80,99); }
td.TdClassName
{
border-color: #505063;
}
.TagClassName
{
border-color: #505063;
}
</style>