#504F56

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

Shades of Gun Powder #504F56

Tints of Gun Powder #504F56

Color information

#504F56 (or 0x504F56) is unknown color: approx Gun Powder. HEX triplet: 50, 4F and 56. RGB value is (80,79,86). Sum of RGB (Red+Green+Blue) = 80+79+86=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 86 - color contains mainly: blue. Hex color #504F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F56 is #AFB0A9. Grayscale: #505050. Windows color (decimal): -11514026 or 5656400. OLE color: 5656400.

HSL color Cylindrical-coordinate representation of color #504F56: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #504F56 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB807986-
CMYK0.070.0800.66
HSL248.57º4.24%32.35%-
HSV(B)248.57º8.14%33.73%-
XYZ7.787.979.93-
YUV80.1131.33127.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=32.65%
G=32.24%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8079860.070.0800.66248.574.2432.35
Hex504F5678042f9420
Octal1201171267100102371440
Binary10100001001111101011011110000100001011111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504F56; }

 p { color: rgb(80,79,86); }

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

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

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

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

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

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

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