#55555D

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

Shades of Gun Powder #55555D

Tints of Gun Powder #55555D

Color information

#55555D (or 0x55555D) is unknown color: approx Gun Powder. HEX triplet: 55, 55 and 5D. RGB value is (85,85,93). Sum of RGB (Red+Green+Blue) = 85+85+93=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #55555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55555D is #AAAAA2. Grayscale: #555555. Windows color (decimal): -11184803 or 6116693. OLE color: 6116693.

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

Color convert

RGB858593-
CMYK0.090.0900.64
HSL240º4.49%34.9%-
HSV(B)240º8.6%36.47%-
XYZ8.979.2211.66-
YUV85.91132127.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=32.32%
G=32.32%
B=35.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8585930.090.0900.642404.4934.9
Hex55555D99040f0423
Octal12512513511110100360443
Binary101010110101011011101100110010100000011110000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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