#555557

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

Shades of Gun Powder #555557

Tints of Gun Powder #555557

Color information

#555557 (or 0x555557) is unknown color: approx Gun Powder. HEX triplet: 55, 55 and 57. RGB value is (85,85,87). Sum of RGB (Red+Green+Blue) = 85+85+87=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 87 - color contains mainly: blue. Hex color #555557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555557 is #AAAAA8. Grayscale: #555555. Windows color (decimal): -11184809 or 5723477. OLE color: 5723477.

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

Color convert

RGB858587-
CMYK0.020.0200.66
HSL240º1.16%33.73%-
HSV(B)240º2.3%34.12%-
XYZ8.729.1210.32-
YUV85.23129127.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=33.07%
G=33.07%
B=33.85%

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
Decimal8585870.020.0200.662401.1633.73
Hex55555722042f0122
Octal125125127220102360142
Binary101010110101011010111101001000010111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555557; }

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

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

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

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

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

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

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

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