Html Css Color HEX #504D63 Gun Powder

📋 copy color: '#504D63'

red 80 ◦ green 77 ◦ blue 99

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

Shades of Gun Powder #504D63

Tints of Gun Powder #504D63

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 value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#504D63 (or 0x504D63) is known color: 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

RGB 80 77 99 -
CMYK 0.19 0.22 0 0.61
HSL 248.18º 0.13% 0.35% -
HSV(B) 248.18º 0.22% 0.39% -
XYZ 8.21 7.91 12.9 -
YUV 80.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 80 77 99 0.19 0.22 0 0.61 248.18 0.13 0.35
Hex 50 4D 63 13 16 0 3D F8 C 23
Octal 120 115 143 23 26 0 75 370 14 43
Binary 1010000 1001101 1100011 10011 10110 0 111101 11111000 1100 100011

Color Harmonies of #504D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D63

Black with #504D63

Text Example


Text Example

White with #504D63

Text Example


Text Example

HTML Codes & Css Web 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>