Html Css Color HEX #50505D Gun Powder

📋 copy color: '#50505D'

red 80 ◦ green 80 ◦ blue 93

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

Shades of Gun Powder #50505D

Tints of Gun Powder #50505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 31.62%
G = 31.62%
B = 36.76%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50505D (or 0x50505D) is known color: Gun Powder. HEX triplet: 50, 50 and 5D. RGB value is (80,80,93). Sum of RGB (Red+Green+Blue) = 80+80+93=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #50505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50505D is #AFAFA2. Grayscale: #515151. Windows color (decimal): -11513763 or 6115408. OLE color: 6115408.

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

Color convert

RGB 80 80 93 -
CMYK 0.14 0.14 0 0.64
HSL 240º 0.08% 0.34% -
HSV(B) 240º 0.14% 0.36% -
XYZ 8.15 8.23 11.52 -
YUV 81.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 80 80 93 0.14 0.14 0 0.64 240 0.08 0.34
Hex 50 50 5D E E 0 40 F0 8 22
Octal 120 120 135 16 16 0 100 360 10 42
Binary 1010000 1010000 1011101 1110 1110 0 1000000 11110000 1000 100010

Color Harmonies of #50505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50505D

Black with #50505D

Text Example


Text Example

White with #50505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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