#55555A

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

Shades of Gun Powder #55555A

Tints of Gun Powder #55555A

Color information

#55555A (or 0x55555A) is unknown color: approx Gun Powder. HEX triplet: 55, 55 and 5A. RGB value is (85,85,90). Sum of RGB (Red+Green+Blue) = 85+85+90=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 90 - color contains mainly: blue. Hex color #55555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55555A is #AAAAA5. Grayscale: #555555. Windows color (decimal): -11184806 or 5920085. OLE color: 5920085.

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

Color convert

RGB858590-
CMYK0.060.0600.65
HSL240º2.86%34.31%-
HSV(B)240º5.56%35.29%-
XYZ8.849.1710.98-
YUV85.57130.5127.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=32.69%
G=32.69%
B=34.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8585900.060.0600.652402.8634.31
Hex55555A66041f0322
Octal125125132660101360342
Binary101010110101011011010110110010000011111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55555A; }

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

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

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

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

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

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

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

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