#505059

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

Shades of Gun Powder #505059

Tints of Gun Powder #505059

Color information

#505059 (or 0x505059) is unknown color: approx Gun Powder. HEX triplet: 50, 50 and 59. RGB value is (80,80,89). Sum of RGB (Red+Green+Blue) = 80+80+89=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #505059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505059 is #AFAFA6. Grayscale: #505050. Windows color (decimal): -11513767 or 5853264. OLE color: 5853264.

HSL color Cylindrical-coordinate representation of color #505059: hue angle of 240º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #505059 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB808089-
CMYK0.100.1000.65
HSL240º5.33%33.14%-
HSV(B)240º10.11%34.9%-
XYZ7.988.1610.61-
YUV81.03132.5127.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=32.13%
G=32.13%
B=35.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8080890.100.1000.652405.3333.14
Hex505059AA041f0521
Octal12012013112120101360541
Binary101000010100001011001101010100100000111110000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505059; }

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

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

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

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

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

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

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

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