#555559

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

Shades of Gun Powder #555559

Tints of Gun Powder #555559

Color information

#555559 (or 0x555559) is unknown color: approx Gun Powder. HEX triplet: 55, 55 and 59. RGB value is (85,85,89). Sum of RGB (Red+Green+Blue) = 85+85+89=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 89 - color contains mainly: blue. Hex color #555559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555559 is #AAAAA6. Grayscale: #555555. Windows color (decimal): -11184807 or 5854549. OLE color: 5854549.

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

Color convert

RGB858589-
CMYK0.040.0400.65
HSL240º2.3%34.12%-
HSV(B)240º4.49%34.9%-
XYZ8.89.1510.75-
YUV85.46130127.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 89 (35.16% from 255) = 34.36%
R=32.82%
G=32.82%
B=34.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8585890.040.0400.652402.334.12
Hex55555944041f0222
Octal125125131440101360242
Binary101010110101011011001100100010000011111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555559; }

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

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

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

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

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

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

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

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