Shades of Gun Powder #54535F
Tints of Gun Powder #54535F
RGB
CMYK
RGB Variations
Color information
#54535F (or 0x54535F) is known color: Gun Powder. HEX triplet: 54, 53 and 5F. RGB value is (84,83,95). Sum of RGB (Red+Green+Blue) = 84+83+95=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 95 - color contains mainly: blue. Hex color #54535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54535F is #ABACA0. Grayscale: #545454. Windows color (decimal): -11250849 or 6247252. OLE color: 6247252.
HSL color Cylindrical-coordinate representation of color #54535F: hue angle of 245º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #54535F is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 83 | 95 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.63 |
| HSL | 245º | 0.07% | 0.35% | - |
| HSV(B) | 245º | 0.13% | 0.37% | - |
| XYZ | 8.81 | 8.9 | 12.08 | - |
| YUV | 84.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 95 | 0.12 | 0.13 | 0 | 0.63 | 245 | 0.07 | 0.35 |
| Hex | 54 | 53 | 5F | C | D | 0 | 3F | F5 | 7 | 23 |
| Octal | 124 | 123 | 137 | 14 | 15 | 0 | 77 | 365 | 7 | 43 |
| Binary | 1010100 | 1010011 | 1011111 | 1100 | 1101 | 0 | 111111 | 11110101 | 111 | 100011 |
Color Harmonies of #54535F
Complementary color
Monochromatic Colors of #54535F
Black with #54535F
Text Example
Text Example
White with #54535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54535F; }
p { color: rgb(84,83,95); }
H1.HeaderClassName
{
color: #54535F;
}
.AnyTagClassName
{
color: #54535F;
}
</style>
background-color css
<style>
a { background-color: #54535F; }
a { background-color: rgb(84,83,95); }
div.DivClassName
{
background-color: #54535F;
}
.BgClassName
{
background-color: #54535F;
}
</style>
border-color css
<style>
span { border-color: #54535F; }
span { border-color: rgb(84,83,95); }
td.TdClassName
{
border-color: #54535F;
}
.TagClassName
{
border-color: #54535F;
}
</style>