#505052

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

Shades of Gun Powder #505052

Tints of Gun Powder #505052

Color information

#505052 (or 0x505052) is unknown color: approx Gun Powder. HEX triplet: 50, 50 and 52. RGB value is (80,80,82). Sum of RGB (Red+Green+Blue) = 80+80+82=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 82 - color contains mainly: blue. Hex color #505052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505052 is #AFAFAD. Grayscale: #505050. Windows color (decimal): -11513774 or 5394512. OLE color: 5394512.

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

Color convert

RGB808082-
CMYK0.020.0200.68
HSL240º1.23%31.76%-
HSV(B)240º2.44%32.16%-
XYZ7.78.059.13-
YUV80.23129127.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=33.06%
G=33.06%
B=33.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8080820.020.0200.682401.2331.76
Hex50505222044f0120
Octal120120122220104360140
Binary101000010100001010010101001000100111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505052; }

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

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

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

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

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

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

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

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