Html Css Color HEX #504D61 Gun Powder

📋 copy color: '#504D61'

red 80 ◦ green 77 ◦ blue 97

#504D61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #504D61

Tints of Gun Powder #504D61

RGB

 RED value IS 80 (31.64% from 255) = 31.5%

 GREEN value IS 77 (30.47% from 255) = 30.31%

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 31.5%
G = 30.31%
B = 38.19%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#504D61 (or 0x504D61) is known color: Gun Powder. HEX triplet: 50, 4D and 61. RGB value is (80,77,97). Sum of RGB (Red+Green+Blue) = 80+77+97=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #504D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D61 is #AFB29E. Grayscale: #505050. Windows color (decimal): -11514527 or 6376784. OLE color: 6376784.

HSL color Cylindrical-coordinate representation of color #504D61: hue angle of 249º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #504D61 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 77 97 -
CMYK 0.18 0.21 0 0.62
HSL 249º 0.11% 0.34% -
HSV(B) 249º 0.21% 0.38% -
XYZ 8.12 7.88 12.4 -
YUV 80.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 80 77 97 0.18 0.21 0 0.62 249 0.11 0.34
Hex 50 4D 61 12 15 0 3E F9 B 22
Octal 120 115 141 22 25 0 76 371 13 42
Binary 1010000 1001101 1100001 10010 10101 0 111110 11111001 1011 100010

Color Harmonies of #504D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D61

Black with #504D61

Text Example


Text Example

White with #504D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #504D61;
 }
 .AnyTagClassName
 {
   color: #504D61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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