#50505A

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

Shades of Gun Powder #50505A

Tints of Gun Powder #50505A

Color information

#50505A (or 0x50505A) is unknown color: approx Gun Powder. HEX triplet: 50, 50 and 5A. RGB value is (80,80,90). Sum of RGB (Red+Green+Blue) = 80+80+90=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 90 - color contains mainly: blue. Hex color #50505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50505A is #AFAFA5. Grayscale: #515151. Windows color (decimal): -11513766 or 5918800. OLE color: 5918800.

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

Color convert

RGB808090-
CMYK0.110.1100.65
HSL240º5.88%33.33%-
HSV(B)240º11.11%35.29%-
XYZ8.028.1810.83-
YUV81.14133127.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 90 (35.55% from 255) = 36%
R=32%
G=32%
B=36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8080900.110.1100.652405.8833.33
Hex50505ABB041f0621
Octal12012013213130101360641
Binary101000010100001011010101110110100000111110000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50505A; }

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

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

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

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

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

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

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

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