#505053

Color #505053 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #505053

Tints of Gun Powder #505053

Color information

#505053 (or 0x505053) is unknown color: approx Gun Powder. HEX triplet: 50, 50 and 53. RGB value is (80,80,83). Sum of RGB (Red+Green+Blue) = 80+80+83=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 83 - color contains mainly: blue. Hex color #505053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505053 is #AFAFAC. Grayscale: #505050. Windows color (decimal): -11513773 or 5460048. OLE color: 5460048.

HSL color Cylindrical-coordinate representation of color #505053: hue angle of 240º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #505053 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB808083-
CMYK0.040.0400.67
HSL240º1.84%31.96%-
HSV(B)240º3.61%32.55%-
XYZ7.748.079.33-
YUV80.34129.5127.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=32.92%
G=32.92%
B=34.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8080830.040.0400.672401.8431.96
Hex50505344043f0220
Octal120120123440103360240
Binary101000010100001010011100100010000111111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505053; }

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

 H1.HeaderClassName
 {
   color: #505053;
 }
 .AnyTagClassName
 {
   color: #505053;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #505053;
 }
 .BgClassName
 {
   background-color: #505053;
 }
</style>
border-color css

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

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

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