#555558

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

Shades of Gun Powder #555558

Tints of Gun Powder #555558

Color information

#555558 (or 0x555558) is unknown color: approx Gun Powder. HEX triplet: 55, 55 and 58. RGB value is (85,85,88). Sum of RGB (Red+Green+Blue) = 85+85+88=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 88 - color contains mainly: blue. Hex color #555558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555558 is #AAAAA7. Grayscale: #555555. Windows color (decimal): -11184808 or 5789013. OLE color: 5789013.

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

Color convert

RGB858588-
CMYK0.030.0300.65
HSL240º1.73%33.92%-
HSV(B)240º3.41%34.51%-
XYZ8.769.1310.53-
YUV85.34129.5127.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=32.95%
G=32.95%
B=34.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8585880.030.0300.652401.7333.92
Hex55555833041f0222
Octal125125130330101360242
Binary1010101101010110110001111010000011111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555558; }

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

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

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

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

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

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

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

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