Shades of Gun Powder #505163
Tints of Gun Powder #505163
RGB
CMYK
RGB Variations
Color information
#505163 (or 0x505163) is known color: Gun Powder. HEX triplet: 50, 51 and 63. RGB value is (80,81,99). Sum of RGB (Red+Green+Blue) = 80+81+99=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #505163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505163 is #AFAE9C. Grayscale: #525252. Windows color (decimal): -11513501 or 6508880. OLE color: 6508880.
HSL color Cylindrical-coordinate representation of color #505163: hue angle of 236.84º 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 #505163 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 81 | 99 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.61 |
| HSL | 236.84º | 0.11% | 0.35% | - |
| HSV(B) | 236.84º | 0.19% | 0.39% | - |
| XYZ | 8.5 | 8.49 | 13 | - |
| YUV | 82.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 99 | 0.19 | 0.18 | 0 | 0.61 | 236.84 | 0.11 | 0.35 |
| Hex | 50 | 51 | 63 | 13 | 12 | 0 | 3D | ED | B | 23 |
| Octal | 120 | 121 | 143 | 23 | 22 | 0 | 75 | 355 | 13 | 43 |
| Binary | 1010000 | 1010001 | 1100011 | 10011 | 10010 | 0 | 111101 | 11101101 | 1011 | 100011 |
Color Harmonies of #505163
Complementary color
Monochromatic Colors of #505163
Black with #505163
Text Example
Text Example
White with #505163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505163; }
p { color: rgb(80,81,99); }
H1.HeaderClassName
{
color: #505163;
}
.AnyTagClassName
{
color: #505163;
}
</style>
background-color css
<style>
a { background-color: #505163; }
a { background-color: rgb(80,81,99); }
div.DivClassName
{
background-color: #505163;
}
.BgClassName
{
background-color: #505163;
}
</style>
border-color css
<style>
span { border-color: #505163; }
span { border-color: rgb(80,81,99); }
td.TdClassName
{
border-color: #505163;
}
.TagClassName
{
border-color: #505163;
}
</style>