#54535D

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

Shades of Gun Powder #54535D

Tints of Gun Powder #54535D

Color information

#54535D (or 0x54535D) is unknown color: approx Gun Powder. HEX triplet: 54, 53 and 5D. RGB value is (84,83,93). Sum of RGB (Red+Green+Blue) = 84+83+93=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 93 - color contains mainly: blue. Hex color #54535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54535D is #ABACA2. Grayscale: #545454. Windows color (decimal): -11250851 or 6116180. OLE color: 6116180.

HSL color Cylindrical-coordinate representation of color #54535D: hue angle of 246º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #54535D is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB848393-
CMYK0.100.1100.64
HSL246º5.68%34.51%-
HSV(B)246º10.75%36.47%-
XYZ8.738.8611.61-
YUV84.44132.83127.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.31%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=32.31%
G=31.92%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8483930.100.1100.642465.6834.51
Hex54535DAB040f6623
Octal12412313512130100366643
Binary101010010100111011101101010110100000011110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54535D; }

 p { color: rgb(84,83,93); }

 H1.HeaderClassName
 {
   color: #54535D;
 }
 .AnyTagClassName
 {
   color: #54535D;
 }
</style>
background-color css

<style>
 a { background-color: #54535D; }

 a { background-color: rgb(84,83,93); }

 div.DivClassName
 {
   background-color: #54535D;
 }
 .BgClassName
 {
   background-color: #54535D;
 }
</style>
border-color css

<style>
 span { border-color: #54535D; }

 span { border-color: rgb(84,83,93); }

 td.TdClassName
 {
   border-color: #54535D;
 }
 .TagClassName
 {
   border-color: #54535D;
 }
</style>