Shades of Gun Powder #505056
Tints of Gun Powder #505056
RGB
CMYK
RGB Variations
Color information
#505056 (or 0x505056) is known color: Gun Powder. HEX triplet: 50, 50 and 56. RGB value is (80,80,86). Sum of RGB (Red+Green+Blue) = 80+80+86=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 86 - color contains mainly: blue. Hex color #505056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505056 is #AFAFA9. Grayscale: #505050. Windows color (decimal): -11513770 or 5656656. OLE color: 5656656.
HSL color Cylindrical-coordinate representation of color #505056: hue angle of 240º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #505056 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 80 | 86 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.66 |
| HSL | 240º | 0.04% | 0.33% | - |
| HSV(B) | 240º | 0.07% | 0.34% | - |
| XYZ | 7.86 | 8.11 | 9.96 | - |
| YUV | 80.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 86 | 0.07 | 0.07 | 0 | 0.66 | 240 | 0.04 | 0.33 |
| Hex | 50 | 50 | 56 | 7 | 7 | 0 | 42 | F0 | 4 | 21 |
| Octal | 120 | 120 | 126 | 7 | 7 | 0 | 102 | 360 | 4 | 41 |
| Binary | 1010000 | 1010000 | 1010110 | 111 | 111 | 0 | 1000010 | 11110000 | 100 | 100001 |
Color Harmonies of #505056
Complementary color
Monochromatic Colors of #505056
Black with #505056
Text Example
Text Example
White with #505056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505056; }
p { color: rgb(80,80,86); }
H1.HeaderClassName
{
color: #505056;
}
.AnyTagClassName
{
color: #505056;
}
</style>
background-color css
<style>
a { background-color: #505056; }
a { background-color: rgb(80,80,86); }
div.DivClassName
{
background-color: #505056;
}
.BgClassName
{
background-color: #505056;
}
</style>
border-color css
<style>
span { border-color: #505056; }
span { border-color: rgb(80,80,86); }
td.TdClassName
{
border-color: #505056;
}
.TagClassName
{
border-color: #505056;
}
</style>