Shades of Gun Powder #504F57
Tints of Gun Powder #504F57
RGB
CMYK
RGB Variations
Color information
#504F57 (or 0x504F57) is known color: Gun Powder. HEX triplet: 50, 4F and 57. RGB value is (80,79,87). Sum of RGB (Red+Green+Blue) = 80+79+87=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 87 - color contains mainly: blue. Hex color #504F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F57 is #AFB0A8. Grayscale: #505050. Windows color (decimal): -11514025 or 5721936. OLE color: 5721936.
HSL color Cylindrical-coordinate representation of color #504F57: hue angle of 247.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #504F57 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 79 | 87 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.66 |
| HSL | 247.5º | 0.05% | 0.33% | - |
| HSV(B) | 247.5º | 0.09% | 0.34% | - |
| XYZ | 7.82 | 7.99 | 10.15 | - |
| YUV | 80.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 87 | 0.08 | 0.09 | 0 | 0.66 | 247.5 | 0.05 | 0.33 |
| Hex | 50 | 4F | 57 | 8 | 9 | 0 | 42 | F8 | 5 | 21 |
| Octal | 120 | 117 | 127 | 10 | 11 | 0 | 102 | 370 | 5 | 41 |
| Binary | 1010000 | 1001111 | 1010111 | 1000 | 1001 | 0 | 1000010 | 11111000 | 101 | 100001 |
Color Harmonies of #504F57
Complementary color
Monochromatic Colors of #504F57
Black with #504F57
Text Example
Text Example
White with #504F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F57; }
p { color: rgb(80,79,87); }
H1.HeaderClassName
{
color: #504F57;
}
.AnyTagClassName
{
color: #504F57;
}
</style>
background-color css
<style>
a { background-color: #504F57; }
a { background-color: rgb(80,79,87); }
div.DivClassName
{
background-color: #504F57;
}
.BgClassName
{
background-color: #504F57;
}
</style>
border-color css
<style>
span { border-color: #504F57; }
span { border-color: rgb(80,79,87); }
td.TdClassName
{
border-color: #504F57;
}
.TagClassName
{
border-color: #504F57;
}
</style>