#505161

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

Shades of Gun Powder #505161

Tints of Gun Powder #505161

Color information

#505161 (or 0x505161) is unknown color: approx Gun Powder. HEX triplet: 50, 51 and 61. RGB value is (80,81,97). Sum of RGB (Red+Green+Blue) = 80+81+97=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #505161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505161 is #AFAE9E. Grayscale: #525252. Windows color (decimal): -11513503 or 6377808. OLE color: 6377808.

HSL color Cylindrical-coordinate representation of color #505161: hue angle of 236.47º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505161 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB808197-
CMYK0.180.1600.62
HSL236.47º9.6%34.71%-
HSV(B)236.47º17.53%38.04%-
XYZ8.418.4512.5-
YUV82.52136.17126.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=31.01%
G=31.40%
B=37.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8081970.180.1600.62236.479.634.71
Hex505161121003Eeca23
Octal12012114122200763541243
Binary10100001010001110000110010100000111110111011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505161; }

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

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

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

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

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

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

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

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