#505051

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

Shades of Gun Powder #505051

Tints of Gun Powder #505051

Color information

#505051 (or 0x505051) is unknown color: approx Gun Powder. HEX triplet: 50, 50 and 51. RGB value is (80,80,81). Sum of RGB (Red+Green+Blue) = 80+80+81=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 81 - color contains mainly: blue. Hex color #505051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505051 is #AFAFAE. Grayscale: #505050. Windows color (decimal): -11513775 or 5328976. OLE color: 5328976.

HSL color Cylindrical-coordinate representation of color #505051: 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.01%. Process color model (Four color, CMYK) of #505051 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB808081-
CMYK0.010.0100.68
HSL240º0.62%31.57%-
HSV(B)240º1.23%31.76%-
XYZ7.668.048.93-
YUV80.11128.5127.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=33.20%
G=33.20%
B=33.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8080810.010.0100.682400.6231.57
Hex50505111044f0120
Octal120120121110104360140
Binary1010000101000010100011101000100111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505051; }

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

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

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

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

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

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

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

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