Html Css Color HEX #50515F Gun Powder

📋 copy color: '#50515F'

red 80 ◦ green 81 ◦ blue 95

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

Shades of Gun Powder #50515F

Tints of Gun Powder #50515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 31.25%
G = 31.64%
B = 37.11%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50515F (or 0x50515F) is known color: Gun Powder. HEX triplet: 50, 51 and 5F. RGB value is (80,81,95). Sum of RGB (Red+Green+Blue) = 80+81+95=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #50515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50515F is #AFAEA0. Grayscale: #525252. Windows color (decimal): -11513505 or 6246736. OLE color: 6246736.

HSL color Cylindrical-coordinate representation of color #50515F: hue angle of 236º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #50515F is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 81 95 -
CMYK 0.16 0.15 0 0.63
HSL 236º 0.09% 0.34% -
HSV(B) 236º 0.16% 0.37% -
XYZ 8.32 8.42 12.01 -
YUV 82.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 80 81 95 0.16 0.15 0 0.63 236 0.09 0.34
Hex 50 51 5F 10 F 0 3F EC 9 22
Octal 120 121 137 20 17 0 77 354 11 42
Binary 1010000 1010001 1011111 10000 1111 0 111111 11101100 1001 100010

Color Harmonies of #50515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50515F

Black with #50515F

Text Example


Text Example

White with #50515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50515F; }

 p { color: rgb(80,81,95); }

 H1.HeaderClassName
 {
   color: #50515F;
 }
 .AnyTagClassName
 {
   color: #50515F;
 }
</style>

background-color css

<style>
 a { background-color: #50515F; }

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

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

border-color css

<style>
 span { border-color: #50515F; }

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

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