#54535B

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

Shades of Gun Powder #54535B

Tints of Gun Powder #54535B

Color information

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

RGB848391-
CMYK0.080.0900.64
HSL247.5º4.6%34.12%-
HSV(B)247.5º8.79%35.69%-
XYZ8.648.8311.15-
YUV84.21131.83127.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=32.56%
G=32.17%
B=35.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8483910.080.0900.64247.54.634.12
Hex54535B89040f8522
Octal12412313310110100370542
Binary101010010100111011011100010010100000011111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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