Shades of Gun Powder #504F5B
Tints of Gun Powder #504F5B
RGB
CMYK
RGB Variations
Color information
#504F5B (or 0x504F5B) is known color: Gun Powder. HEX triplet: 50, 4F and 5B. RGB value is (80,79,91). Sum of RGB (Red+Green+Blue) = 80+79+91=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #504F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F5B is #AFB0A4. Grayscale: #505050. Windows color (decimal): -11514021 or 5984080. OLE color: 5984080.
HSL color Cylindrical-coordinate representation of color #504F5B: hue angle of 245º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #504F5B is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 79 | 91 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.64 |
| HSL | 245º | 0.07% | 0.33% | - |
| HSV(B) | 245º | 0.13% | 0.36% | - |
| XYZ | 7.99 | 8.05 | 11.03 | - |
| YUV | 80.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 91 | 0.12 | 0.13 | 0 | 0.64 | 245 | 0.07 | 0.33 |
| Hex | 50 | 4F | 5B | C | D | 0 | 40 | F5 | 7 | 21 |
| Octal | 120 | 117 | 133 | 14 | 15 | 0 | 100 | 365 | 7 | 41 |
| Binary | 1010000 | 1001111 | 1011011 | 1100 | 1101 | 0 | 1000000 | 11110101 | 111 | 100001 |
Color Harmonies of #504F5B
Complementary color
Monochromatic Colors of #504F5B
Black with #504F5B
Text Example
Text Example
White with #504F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F5B; }
p { color: rgb(80,79,91); }
H1.HeaderClassName
{
color: #504F5B;
}
.AnyTagClassName
{
color: #504F5B;
}
</style>
background-color css
<style>
a { background-color: #504F5B; }
a { background-color: rgb(80,79,91); }
div.DivClassName
{
background-color: #504F5B;
}
.BgClassName
{
background-color: #504F5B;
}
</style>
border-color css
<style>
span { border-color: #504F5B; }
span { border-color: rgb(80,79,91); }
td.TdClassName
{
border-color: #504F5B;
}
.TagClassName
{
border-color: #504F5B;
}
</style>