Shades of Gun Powder #504F59
Tints of Gun Powder #504F59
RGB
CMYK
RGB Variations
Color information
#504F59 (or 0x504F59) is known color: Gun Powder. HEX triplet: 50, 4F and 59. RGB value is (80,79,89). Sum of RGB (Red+Green+Blue) = 80+79+89=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #504F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F59 is #AFB0A6. Grayscale: #505050. Windows color (decimal): -11514023 or 5853008. OLE color: 5853008.
HSL color Cylindrical-coordinate representation of color #504F59: hue angle of 246º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #504F59 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 79 | 89 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.65 |
| HSL | 246º | 0.06% | 0.33% | - |
| HSV(B) | 246º | 0.11% | 0.35% | - |
| XYZ | 7.91 | 8.02 | 10.58 | - |
| YUV | 80.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 89 | 0.10 | 0.11 | 0 | 0.65 | 246 | 0.06 | 0.33 |
| Hex | 50 | 4F | 59 | A | B | 0 | 41 | F6 | 6 | 21 |
| Octal | 120 | 117 | 131 | 12 | 13 | 0 | 101 | 366 | 6 | 41 |
| Binary | 1010000 | 1001111 | 1011001 | 1010 | 1011 | 0 | 1000001 | 11110110 | 110 | 100001 |
Color Harmonies of #504F59
Complementary color
Monochromatic Colors of #504F59
Black with #504F59
Text Example
Text Example
White with #504F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F59; }
p { color: rgb(80,79,89); }
H1.HeaderClassName
{
color: #504F59;
}
.AnyTagClassName
{
color: #504F59;
}
</style>
background-color css
<style>
a { background-color: #504F59; }
a { background-color: rgb(80,79,89); }
div.DivClassName
{
background-color: #504F59;
}
.BgClassName
{
background-color: #504F59;
}
</style>
border-color css
<style>
span { border-color: #504F59; }
span { border-color: rgb(80,79,89); }
td.TdClassName
{
border-color: #504F59;
}
.TagClassName
{
border-color: #504F59;
}
</style>