#54545A

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

Shades of Gun Powder #54545A

Tints of Gun Powder #54545A

Color information

#54545A (or 0x54545A) is unknown color: approx Gun Powder. HEX triplet: 54, 54 and 5A. RGB value is (84,84,90). Sum of RGB (Red+Green+Blue) = 84+84+90=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #54545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54545A is #ABABA5. Grayscale: #545454. Windows color (decimal): -11250598 or 5919828. OLE color: 5919828.

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

Color convert

RGB848490-
CMYK0.070.0700.65
HSL240º3.45%34.12%-
HSV(B)240º6.67%35.29%-
XYZ8.678.9610.95-
YUV84.68131127.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=32.56%
G=32.56%
B=34.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8484900.070.0700.652403.4534.12
Hex54545A77041f0322
Octal124124132770101360342
Binary101010010101001011010111111010000011111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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