Html Css Color HEX #50505B Gun Powder

📋 copy color: '#50505B'

red 80 ◦ green 80 ◦ blue 91

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

Shades of Gun Powder #50505B

Tints of Gun Powder #50505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 31.87%
G = 31.87%
B = 36.25%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50505B (or 0x50505B) is known color: Gun Powder. HEX triplet: 50, 50 and 5B. RGB value is (80,80,91). Sum of RGB (Red+Green+Blue) = 80+80+91=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #50505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50505B is #AFAFA4. Grayscale: #515151. Windows color (decimal): -11513765 or 5984336. OLE color: 5984336.

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

Color convert

RGB 80 80 91 -
CMYK 0.12 0.12 0 0.64
HSL 240º 0.06% 0.34% -
HSV(B) 240º 0.12% 0.36% -
XYZ 8.07 8.2 11.05 -
YUV 81.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 80 80 91 0.12 0.12 0 0.64 240 0.06 0.34
Hex 50 50 5B C C 0 40 F0 6 22
Octal 120 120 133 14 14 0 100 360 6 42
Binary 1010000 1010000 1011011 1100 1100 0 1000000 11110000 110 100010

Color Harmonies of #50505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50505B

Black with #50505B

Text Example


Text Example

White with #50505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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