#555560

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

Shades of Gun Powder #555560

Tints of Gun Powder #555560

Color information

#555560 (or 0x555560) is unknown color: approx Gun Powder. HEX triplet: 55, 55 and 60. RGB value is (85,85,96). Sum of RGB (Red+Green+Blue) = 85+85+96=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #555560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555560 is #AAAA9F. Grayscale: #565656. Windows color (decimal): -11184800 or 6313301. OLE color: 6313301.

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

Color convert

RGB858596-
CMYK0.110.1100.62
HSL240º6.08%35.49%-
HSV(B)240º11.46%37.65%-
XYZ9.119.2712.38-
YUV86.25133.5127.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=31.95%
G=31.95%
B=36.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8585960.110.1100.622406.0835.49
Hex555560BB03Ef0623
Octal1251251401313076360643
Binary10101011010101110000010111011011111011110000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555560; }

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

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

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

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

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

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

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

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