Html Css Color HEX #504D62 Gun Powder

📋 copy color: '#504D62'

red 80 ◦ green 77 ◦ blue 98

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

Shades of Gun Powder #504D62

Tints of Gun Powder #504D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 31.37%
G = 30.2%
B = 38.43%

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

#504D62 (or 0x504D62) is known color: Gun Powder. HEX triplet: 50, 4D and 62. RGB value is (80,77,98). Sum of RGB (Red+Green+Blue) = 80+77+98=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #504D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D62 is #AFB29D. Grayscale: #505050. Windows color (decimal): -11514526 or 6442320. OLE color: 6442320.

HSL color Cylindrical-coordinate representation of color #504D62: hue angle of 248.57º degrees, saturation: 0.12, 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 #504D62 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 77 98 -
CMYK 0.18 0.21 0 0.62
HSL 248.57º 0.12% 0.34% -
HSV(B) 248.57º 0.21% 0.38% -
XYZ 8.17 7.9 12.65 -
YUV 80.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 80 77 98 0.18 0.21 0 0.62 248.57 0.12 0.34
Hex 50 4D 62 12 15 0 3E F9 C 22
Octal 120 115 142 22 25 0 76 371 14 42
Binary 1010000 1001101 1100010 10010 10101 0 111110 11111001 1100 100010

Color Harmonies of #504D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D62

Black with #504D62

Text Example


Text Example

White with #504D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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