Shades of Gun Powder #50515B
Tints of Gun Powder #50515B
RGB
CMYK
RGB Variations
Color information
#50515B (or 0x50515B) is known color: Gun Powder. HEX triplet: 50, 51 and 5B. RGB value is (80,81,91). Sum of RGB (Red+Green+Blue) = 80+81+91=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #50515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50515B is #AFAEA4. Grayscale: #515151. Windows color (decimal): -11513509 or 5984592. OLE color: 5984592.
HSL color Cylindrical-coordinate representation of color #50515B: hue angle of 234.55º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50515B is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 81 | 91 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.64 |
| HSL | 234.55º | 0.06% | 0.34% | - |
| HSV(B) | 234.55º | 0.12% | 0.36% | - |
| XYZ | 8.14 | 8.35 | 11.08 | - |
| YUV | 81.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 91 | 0.12 | 0.11 | 0 | 0.64 | 234.55 | 0.06 | 0.34 |
| Hex | 50 | 51 | 5B | C | B | 0 | 40 | EB | 6 | 22 |
| Octal | 120 | 121 | 133 | 14 | 13 | 0 | 100 | 353 | 6 | 42 |
| Binary | 1010000 | 1010001 | 1011011 | 1100 | 1011 | 0 | 1000000 | 11101011 | 110 | 100010 |
Color Harmonies of #50515B
Complementary color
Monochromatic Colors of #50515B
Black with #50515B
Text Example
Text Example
White with #50515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50515B; }
p { color: rgb(80,81,91); }
H1.HeaderClassName
{
color: #50515B;
}
.AnyTagClassName
{
color: #50515B;
}
</style>
background-color css
<style>
a { background-color: #50515B; }
a { background-color: rgb(80,81,91); }
div.DivClassName
{
background-color: #50515B;
}
.BgClassName
{
background-color: #50515B;
}
</style>
border-color css
<style>
span { border-color: #50515B; }
span { border-color: rgb(80,81,91); }
td.TdClassName
{
border-color: #50515B;
}
.TagClassName
{
border-color: #50515B;
}
</style>