Html Css Color HEX #504E63 Gun Powder

📋 copy color: '#504E63'

red 80 ◦ green 78 ◦ blue 99

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

Shades of Gun Powder #504E63

Tints of Gun Powder #504E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.35%

 BLUE value IS 99 (39.06% from 255) = 38.52%

R = 31.13%
G = 30.35%
B = 38.52%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#504E63 (or 0x504E63) is known color: Gun Powder. HEX triplet: 50, 4E and 63. RGB value is (80,78,99). Sum of RGB (Red+Green+Blue) = 80+78+99=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #504E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E63 is #AFB19C. Grayscale: #505050. Windows color (decimal): -11514269 or 6508112. OLE color: 6508112.

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

Color convert

RGB 80 78 99 -
CMYK 0.19 0.21 0 0.61
HSL 245.71º 0.12% 0.35% -
HSV(B) 245.71º 0.21% 0.39% -
XYZ 8.28 8.06 12.92 -
YUV 80.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 80 78 99 0.19 0.21 0 0.61 245.71 0.12 0.35
Hex 50 4E 63 13 15 0 3D F6 C 23
Octal 120 116 143 23 25 0 75 366 14 43
Binary 1010000 1001110 1100011 10011 10101 0 111101 11110110 1100 100011

Color Harmonies of #504E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E63

Black with #504E63

Text Example


Text Example

White with #504E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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