Shades of Gun Powder #50515C
Tints of Gun Powder #50515C
RGB
CMYK
RGB Variations
Color information
#50515C (or 0x50515C) is known color: Gun Powder. HEX triplet: 50, 51 and 5C. RGB value is (80,81,92). Sum of RGB (Red+Green+Blue) = 80+81+92=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 92 - color contains mainly: blue. Hex color #50515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50515C is #AFAEA3. Grayscale: #515151. Windows color (decimal): -11513508 or 6050128. OLE color: 6050128.
HSL color Cylindrical-coordinate representation of color #50515C: hue angle of 235º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #50515C is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 81 | 92 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.64 |
| HSL | 235º | 0.07% | 0.34% | - |
| HSV(B) | 235º | 0.13% | 0.36% | - |
| XYZ | 8.18 | 8.36 | 11.31 | - |
| YUV | 81.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 92 | 0.13 | 0.12 | 0 | 0.64 | 235 | 0.07 | 0.34 |
| Hex | 50 | 51 | 5C | D | C | 0 | 40 | EB | 7 | 22 |
| Octal | 120 | 121 | 134 | 15 | 14 | 0 | 100 | 353 | 7 | 42 |
| Binary | 1010000 | 1010001 | 1011100 | 1101 | 1100 | 0 | 1000000 | 11101011 | 111 | 100010 |
Color Harmonies of #50515C
Complementary color
Monochromatic Colors of #50515C
Black with #50515C
Text Example
Text Example
White with #50515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50515C; }
p { color: rgb(80,81,92); }
H1.HeaderClassName
{
color: #50515C;
}
.AnyTagClassName
{
color: #50515C;
}
</style>
background-color css
<style>
a { background-color: #50515C; }
a { background-color: rgb(80,81,92); }
div.DivClassName
{
background-color: #50515C;
}
.BgClassName
{
background-color: #50515C;
}
</style>
border-color css
<style>
span { border-color: #50515C; }
span { border-color: rgb(80,81,92); }
td.TdClassName
{
border-color: #50515C;
}
.TagClassName
{
border-color: #50515C;
}
</style>