Shades of Gun Powder #504F55
Tints of Gun Powder #504F55
RGB
CMYK
RGB Variations
Color information
#504F55 (or 0x504F55) is known color: Gun Powder. HEX triplet: 50, 4F and 55. RGB value is (80,79,85). Sum of RGB (Red+Green+Blue) = 80+79+85=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 85 - color contains mainly: blue. Hex color #504F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F55 is #AFB0AA. Grayscale: #4F4F4F. Windows color (decimal): -11514027 or 5590864. OLE color: 5590864.
HSL color Cylindrical-coordinate representation of color #504F55: hue angle of 250º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #504F55 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 79 | 85 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.67 |
| HSL | 250º | 0.04% | 0.32% | - |
| HSV(B) | 250º | 0.07% | 0.33% | - |
| XYZ | 7.74 | 7.95 | 9.72 | - |
| YUV | 79.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 85 | 0.06 | 0.07 | 0 | 0.67 | 250 | 0.04 | 0.32 |
| Hex | 50 | 4F | 55 | 6 | 7 | 0 | 43 | FA | 4 | 20 |
| Octal | 120 | 117 | 125 | 6 | 7 | 0 | 103 | 372 | 4 | 40 |
| Binary | 1010000 | 1001111 | 1010101 | 110 | 111 | 0 | 1000011 | 11111010 | 100 | 100000 |
Color Harmonies of #504F55
Complementary color
Monochromatic Colors of #504F55
Black with #504F55
Text Example
Text Example
White with #504F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F55; }
p { color: rgb(80,79,85); }
H1.HeaderClassName
{
color: #504F55;
}
.AnyTagClassName
{
color: #504F55;
}
</style>
background-color css
<style>
a { background-color: #504F55; }
a { background-color: rgb(80,79,85); }
div.DivClassName
{
background-color: #504F55;
}
.BgClassName
{
background-color: #504F55;
}
</style>
border-color css
<style>
span { border-color: #504F55; }
span { border-color: rgb(80,79,85); }
td.TdClassName
{
border-color: #504F55;
}
.TagClassName
{
border-color: #504F55;
}
</style>