#504D63

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

Shades of Gun Powder #504D63

Tints of Gun Powder #504D63

Color information

#504D63 (or 0x504D63) is unknown color: approx Gun Powder. HEX triplet: 50, 4D and 63. RGB value is (80,77,99). Sum of RGB (Red+Green+Blue) = 80+77+99=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #504D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D63 is #AFB29C. Grayscale: #505050. Windows color (decimal): -11514525 or 6507856. OLE color: 6507856.

HSL color Cylindrical-coordinate representation of color #504D63: hue angle of 248.18º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #504D63 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB807799-
CMYK0.190.2200.61
HSL248.18º12.5%34.51%-
HSV(B)248.18º22.22%38.82%-
XYZ8.217.9112.9-
YUV80.4138.49127.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=31.25%
G=30.08%
B=38.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8077990.190.2200.61248.1812.534.51
Hex504D63131603Df8c23
Octal12011514323260753701443
Binary10100001001101110001110011101100111101111110001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,77,99); }

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

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

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

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

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

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

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