#505055

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

Shades of Gun Powder #505055

Tints of Gun Powder #505055

Color information

#505055 (or 0x505055) is unknown color: approx Gun Powder. HEX triplet: 50, 50 and 55. RGB value is (80,80,85). Sum of RGB (Red+Green+Blue) = 80+80+85=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 85 - color contains mainly: blue. Hex color #505055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505055 is #AFAFAA. Grayscale: #505050. Windows color (decimal): -11513771 or 5591120. OLE color: 5591120.

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

Color convert

RGB808085-
CMYK0.060.0600.67
HSL240º3.03%32.35%-
HSV(B)240º5.88%33.33%-
XYZ7.828.19.75-
YUV80.57130.5127.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=32.65%
G=32.65%
B=34.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8080850.060.0600.672403.0332.35
Hex50505566043f0320
Octal120120125660103360340
Binary101000010100001010101110110010000111111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505055; }

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

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

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

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

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

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

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

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