#545456

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

Shades of Gun Powder #545456

Tints of Gun Powder #545456

Color information

#545456 (or 0x545456) is unknown color: approx Gun Powder. HEX triplet: 54, 54 and 56. RGB value is (84,84,86). Sum of RGB (Red+Green+Blue) = 84+84+86=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 86 - color contains mainly: blue. Hex color #545456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545456 is #ABABA9. Grayscale: #545454. Windows color (decimal): -11250602 or 5657684. OLE color: 5657684.

HSL color Cylindrical-coordinate representation of color #545456: hue angle of 240º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #545456 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB848486-
CMYK0.020.0200.66
HSL240º1.18%33.33%-
HSV(B)240º2.33%33.73%-
XYZ8.518.910.07-
YUV84.23129127.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.07%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=33.07%
G=33.07%
B=33.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8484860.020.0200.662401.1833.33
Hex54545622042f0121
Octal124124126220102360141
Binary101010010101001010110101001000010111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545456; }

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

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

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

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

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

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

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

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