#505159

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

Shades of Gun Powder #505159

Tints of Gun Powder #505159

Color information

#505159 (or 0x505159) is unknown color: approx Gun Powder. HEX triplet: 50, 51 and 59. RGB value is (80,81,89). Sum of RGB (Red+Green+Blue) = 80+81+89=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #505159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505159 is #AFAEA6. Grayscale: #515151. Windows color (decimal): -11513511 or 5853520. OLE color: 5853520.

HSL color Cylindrical-coordinate representation of color #505159: hue angle of 233.33º 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 #505159 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB808189-
CMYK0.100.0900.65
HSL233.33º5.33%33.14%-
HSV(B)233.33º10.11%34.9%-
XYZ8.058.3110.63-
YUV81.61132.17126.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=32%
G=32.4%
B=35.6%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8081890.100.0900.65233.335.3333.14
Hex505159A9041e9521
Octal12012113112110101351541
Binary101000010100011011001101010010100000111101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505159; }

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

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

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

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

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

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

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

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