Shades of Gun Powder #50515D
Tints of Gun Powder #50515D
RGB
CMYK
RGB Variations
Color information
#50515D (or 0x50515D) is known color: Gun Powder. HEX triplet: 50, 51 and 5D. RGB value is (80,81,93). Sum of RGB (Red+Green+Blue) = 80+81+93=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #50515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50515D is #AFAEA2. Grayscale: #525252. Windows color (decimal): -11513507 or 6115664. OLE color: 6115664.
HSL color Cylindrical-coordinate representation of color #50515D: hue angle of 235.38º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #50515D is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 81 | 93 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.64 |
| HSL | 235.38º | 0.08% | 0.34% | - |
| HSV(B) | 235.38º | 0.14% | 0.36% | - |
| XYZ | 8.23 | 8.38 | 11.54 | - |
| YUV | 82.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 93 | 0.14 | 0.13 | 0 | 0.64 | 235.38 | 0.08 | 0.34 |
| Hex | 50 | 51 | 5D | E | D | 0 | 40 | EB | 8 | 22 |
| Octal | 120 | 121 | 135 | 16 | 15 | 0 | 100 | 353 | 10 | 42 |
| Binary | 1010000 | 1010001 | 1011101 | 1110 | 1101 | 0 | 1000000 | 11101011 | 1000 | 100010 |
Color Harmonies of #50515D
Complementary color
Monochromatic Colors of #50515D
Black with #50515D
Text Example
Text Example
White with #50515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50515D; }
p { color: rgb(80,81,93); }
H1.HeaderClassName
{
color: #50515D;
}
.AnyTagClassName
{
color: #50515D;
}
</style>
background-color css
<style>
a { background-color: #50515D; }
a { background-color: rgb(80,81,93); }
div.DivClassName
{
background-color: #50515D;
}
.BgClassName
{
background-color: #50515D;
}
</style>
border-color css
<style>
span { border-color: #50515D; }
span { border-color: rgb(80,81,93); }
td.TdClassName
{
border-color: #50515D;
}
.TagClassName
{
border-color: #50515D;
}
</style>