#55545D

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

Shades of Gun Powder #55545D

Tints of Gun Powder #55545D

Color information

#55545D (or 0x55545D) is unknown color: approx Gun Powder. HEX triplet: 55, 54 and 5D. RGB value is (85,84,93). Sum of RGB (Red+Green+Blue) = 85+84+93=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 93 - color contains mainly: blue. Hex color #55545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55545D is #AAABA2. Grayscale: #555555. Windows color (decimal): -11185059 or 6116437. OLE color: 6116437.

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

Color convert

RGB858493-
CMYK0.090.1000.64
HSL246.67º5.08%34.71%-
HSV(B)246.67º9.68%36.47%-
XYZ8.899.0611.64-
YUV85.32132.33127.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=32.44%
G=32.06%
B=35.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8584930.090.1000.64246.675.0834.71
Hex55545D9A040f7523
Octal12512413511120100367543
Binary101010110101001011101100110100100000011110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55545D; }

 p { color: rgb(85,84,93); }

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

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

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

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

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

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

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