Html Css Color HEX #504E59 Gun Powder

📋 copy color: '#504E59'

red 80 ◦ green 78 ◦ blue 89

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

Shades of Gun Powder #504E59

Tints of Gun Powder #504E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 32.39%
G = 31.58%
B = 36.03%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#504E59 (or 0x504E59) is known color: Gun Powder. HEX triplet: 50, 4E and 59. RGB value is (80,78,89). Sum of RGB (Red+Green+Blue) = 80+78+89=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #504E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E59 is #AFB1A6. Grayscale: #4F4F4F. Windows color (decimal): -11514279 or 5852752. OLE color: 5852752.

HSL color Cylindrical-coordinate representation of color #504E59: hue angle of 250.91º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504E59 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 78 89 -
CMYK 0.10 0.12 0 0.65
HSL 250.91º 0.07% 0.33% -
HSV(B) 250.91º 0.12% 0.35% -
XYZ 7.84 7.88 10.56 -
YUV 79.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 80 78 89 0.10 0.12 0 0.65 250.91 0.07 0.33
Hex 50 4E 59 A C 0 41 FB 7 21
Octal 120 116 131 12 14 0 101 373 7 41
Binary 1010000 1001110 1011001 1010 1100 0 1000001 11111011 111 100001

Color Harmonies of #504E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E59

Black with #504E59

Text Example


Text Example

White with #504E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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