#555561

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

Shades of Gun Powder #555561

Tints of Gun Powder #555561

Color information

#555561 (or 0x555561) is unknown color: approx Gun Powder. HEX triplet: 55, 55 and 61. RGB value is (85,85,97). Sum of RGB (Red+Green+Blue) = 85+85+97=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 97 - color contains mainly: blue. Hex color #555561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555561 is #AAAA9E. Grayscale: #565656. Windows color (decimal): -11184799 or 6378837. OLE color: 6378837.

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

Color convert

RGB858597-
CMYK0.120.1200.62
HSL240º6.59%35.69%-
HSV(B)240º12.37%38.04%-
XYZ9.159.2912.62-
YUV86.37134127.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=31.84%
G=31.84%
B=36.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8585970.120.1200.622406.5935.69
Hex555561CC03Ef0724
Octal1251251411414076360744
Binary10101011010101110000111001100011111011110000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555561; }

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

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

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

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

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

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

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

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