Shades of Gun Powder #54535B
Tints of Gun Powder #54535B
RGB
CMYK
RGB Variations
Color information
#54535B (or 0x54535B) is known color: Gun Powder. HEX triplet: 54, 53 and 5B. RGB value is (84,83,91). Sum of RGB (Red+Green+Blue) = 84+83+91=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 91 - color contains mainly: blue. Hex color #54535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54535B is #ABACA4. Grayscale: #545454. Windows color (decimal): -11250853 or 5985108. OLE color: 5985108.
HSL color Cylindrical-coordinate representation of color #54535B: hue angle of 247.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #54535B is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 83 | 91 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.64 |
| HSL | 247.5º | 0.05% | 0.34% | - |
| HSV(B) | 247.5º | 0.09% | 0.36% | - |
| XYZ | 8.64 | 8.83 | 11.15 | - |
| YUV | 84.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 91 | 0.08 | 0.09 | 0 | 0.64 | 247.5 | 0.05 | 0.34 |
| Hex | 54 | 53 | 5B | 8 | 9 | 0 | 40 | F8 | 5 | 22 |
| Octal | 124 | 123 | 133 | 10 | 11 | 0 | 100 | 370 | 5 | 42 |
| Binary | 1010100 | 1010011 | 1011011 | 1000 | 1001 | 0 | 1000000 | 11111000 | 101 | 100010 |
Color Harmonies of #54535B
Complementary color
Monochromatic Colors of #54535B
Black with #54535B
Text Example
Text Example
White with #54535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54535B; }
p { color: rgb(84,83,91); }
H1.HeaderClassName
{
color: #54535B;
}
.AnyTagClassName
{
color: #54535B;
}
</style>
background-color css
<style>
a { background-color: #54535B; }
a { background-color: rgb(84,83,91); }
div.DivClassName
{
background-color: #54535B;
}
.BgClassName
{
background-color: #54535B;
}
</style>
border-color css
<style>
span { border-color: #54535B; }
span { border-color: rgb(84,83,91); }
td.TdClassName
{
border-color: #54535B;
}
.TagClassName
{
border-color: #54535B;
}
</style>