#545361

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

Shades of Gun Powder #545361

Tints of Gun Powder #545361

Color information

#545361 (or 0x545361) is unknown color: approx Gun Powder. HEX triplet: 54, 53 and 61. RGB value is (84,83,97). Sum of RGB (Red+Green+Blue) = 84+83+97=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #545361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545361 is #ABAC9E. Grayscale: #545454. Windows color (decimal): -11250847 or 6378324. OLE color: 6378324.

HSL color Cylindrical-coordinate representation of color #545361: hue angle of 244.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #545361 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB848397-
CMYK0.130.1400.62
HSL244.29º7.78%35.29%-
HSV(B)244.29º14.43%38.04%-
XYZ8.918.9312.56-
YUV84.89134.83127.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=31.82%
G=31.44%
B=36.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8483970.130.1400.62244.297.7835.29
Hex545361DE03Ef4823
Octal12412314115160763641043
Binary101010010100111100001110111100111110111101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545361; }

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

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

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

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

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

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

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

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