#555556

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

Shades of Gun Powder #555556

Tints of Gun Powder #555556

Color information

#555556 (or 0x555556) is unknown color: approx Gun Powder. HEX triplet: 55, 55 and 56. RGB value is (85,85,86). Sum of RGB (Red+Green+Blue) = 85+85+86=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 86 - color contains mainly: blue. Hex color #555556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555556 is #AAAAA9. Grayscale: #555555. Windows color (decimal): -11184810 or 5657941. OLE color: 5657941.

HSL color Cylindrical-coordinate representation of color #555556: 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.01%. Process color model (Four color, CMYK) of #555556 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB858586-
CMYK0.010.0100.66
HSL240º0.58%33.53%-
HSV(B)240º1.16%33.73%-
XYZ8.679.110.1-
YUV85.11128.5127.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=33.20%
G=33.20%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8585860.010.0100.662400.5833.53
Hex55555611042f0122
Octal125125126110102360142
Binary1010101101010110101101101000010111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555556; }

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

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

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

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

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

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

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

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