#55555B

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

Shades of Gun Powder #55555B

Tints of Gun Powder #55555B

Color information

#55555B (or 0x55555B) is unknown color: approx Gun Powder. HEX triplet: 55, 55 and 5B. RGB value is (85,85,91). Sum of RGB (Red+Green+Blue) = 85+85+91=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #55555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55555B is #AAAAA4. Grayscale: #555555. Windows color (decimal): -11184805 or 5985621. OLE color: 5985621.

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

Color convert

RGB858591-
CMYK0.070.0700.64
HSL240º3.41%34.51%-
HSV(B)240º6.59%35.69%-
XYZ8.889.1811.2-
YUV85.68131127.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=32.57%
G=32.57%
B=34.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8585910.070.0700.642403.4134.51
Hex55555B77040f0323
Octal125125133770100360343
Binary101010110101011011011111111010000001111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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