Html Css Color HEX #504E5C Gun Powder

📋 copy color: '#504E5C'

red 80 ◦ green 78 ◦ blue 92

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

Shades of Gun Powder #504E5C

Tints of Gun Powder #504E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 32%
G = 31.2%
B = 36.8%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#504E5C (or 0x504E5C) is known color: Gun Powder. HEX triplet: 50, 4E and 5C. RGB value is (80,78,92). Sum of RGB (Red+Green+Blue) = 80+78+92=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #504E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E5C is #AFB1A3. Grayscale: #505050. Windows color (decimal): -11514276 or 6049360. OLE color: 6049360.

HSL color Cylindrical-coordinate representation of color #504E5C: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #504E5C is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 78 92 -
CMYK 0.13 0.15 0 0.64
HSL 248.57º 0.08% 0.33% -
HSV(B) 248.57º 0.15% 0.36% -
XYZ 7.96 7.93 11.24 -
YUV 80.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 80 78 92 0.13 0.15 0 0.64 248.57 0.08 0.33
Hex 50 4E 5C D F 0 40 F9 8 21
Octal 120 116 134 15 17 0 100 371 10 41
Binary 1010000 1001110 1011100 1101 1111 0 1000000 11111001 1000 100001

Color Harmonies of #504E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E5C

Black with #504E5C

Text Example


Text Example

White with #504E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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