Html Css Color HEX #50505C Gun Powder

📋 copy color: '#50505C'

red 80 ◦ green 80 ◦ blue 92

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

Shades of Gun Powder #50505C

Tints of Gun Powder #50505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

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

R = 31.75%
G = 31.75%
B = 36.51%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50505C (or 0x50505C) is known color: Gun Powder. HEX triplet: 50, 50 and 5C. RGB value is (80,80,92). Sum of RGB (Red+Green+Blue) = 80+80+92=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 92 - color contains mainly: blue. Hex color #50505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50505C is #AFAFA3. Grayscale: #515151. Windows color (decimal): -11513764 or 6049872. OLE color: 6049872.

HSL color Cylindrical-coordinate representation of color #50505C: hue angle of 240º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #50505C is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 80 92 -
CMYK 0.13 0.13 0 0.64
HSL 240º 0.07% 0.34% -
HSV(B) 240º 0.13% 0.36% -
XYZ 8.11 8.22 11.28 -
YUV 81.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 80 80 92 0.13 0.13 0 0.64 240 0.07 0.34
Hex 50 50 5C D D 0 40 F0 7 22
Octal 120 120 134 15 15 0 100 360 7 42
Binary 1010000 1010000 1011100 1101 1101 0 1000000 11110000 111 100010

Color Harmonies of #50505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50505C

Black with #50505C

Text Example


Text Example

White with #50505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50505C; }

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

 H1.HeaderClassName
 {
   color: #50505C;
 }
 .AnyTagClassName
 {
   color: #50505C;
 }
</style>

background-color css

<style>
 a { background-color: #50505C; }

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

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

border-color css

<style>
 span { border-color: #50505C; }

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

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