#54535F

Color #54535F Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #54535F

Tints of Gun Powder #54535F

Color information

#54535F (or 0x54535F) is unknown color: approx 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

RGB848395-
CMYK0.120.1300.63
HSL245º6.74%34.9%-
HSV(B)245º12.63%37.25%-
XYZ8.818.912.08-
YUV84.67133.83127.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=32.06%
G=31.68%
B=36.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8483950.120.1300.632456.7434.9
Hex54535FCD03Ff5723
Octal1241231371415077365743
Binary10101001010011101111111001101011111111110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>