#54545C

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

Shades of Gun Powder #54545C

Tints of Gun Powder #54545C

Color information

#54545C (or 0x54545C) is unknown color: approx Gun Powder. HEX triplet: 54, 54 and 5C. RGB value is (84,84,92). Sum of RGB (Red+Green+Blue) = 84+84+92=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 92 - color contains mainly: blue. Hex color #54545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54545C is #ABABA3. Grayscale: #545454. Windows color (decimal): -11250596 or 6050900. OLE color: 6050900.

HSL color Cylindrical-coordinate representation of color #54545C: hue angle of 240º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #54545C is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB848492-
CMYK0.090.0900.64
HSL240º4.55%34.51%-
HSV(B)240º8.7%36.08%-
XYZ8.76911.4-
YUV84.91132127.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.31%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=32.31%
G=32.31%
B=35.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8484920.090.0900.642404.5534.51
Hex54545C99040f0523
Octal12412413411110100360543
Binary101010010101001011100100110010100000011110000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54545C; }

 p { color: rgb(84,84,92); }

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

<style>
 a { background-color: #54545C; }

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

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

<style>
 span { border-color: #54545C; }

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

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