#505061

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

Shades of Gun Powder #505061

Tints of Gun Powder #505061

Color information

#505061 (or 0x505061) is unknown color: approx Gun Powder. HEX triplet: 50, 50 and 61. RGB value is (80,80,97). Sum of RGB (Red+Green+Blue) = 80+80+97=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #505061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505061 is #AFAF9E. Grayscale: #515151. Windows color (decimal): -11513759 or 6377552. OLE color: 6377552.

HSL color Cylindrical-coordinate representation of color #505061: hue angle of 240º 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 #505061 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB808097-
CMYK0.180.1800.62
HSL240º9.6%34.71%-
HSV(B)240º17.53%38.04%-
XYZ8.338.3112.47-
YUV81.94136.5126.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=31.13%
G=31.13%
B=37.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8080970.180.1800.622409.634.71
Hex505061121203Ef0a23
Octal12012014122220763601243
Binary10100001010000110000110010100100111110111100001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505061; }

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

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

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

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

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

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

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

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