#515056

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

Shades of Gun Powder #515056

Tints of Gun Powder #515056

Color information

#515056 (or 0x515056) is unknown color: approx Gun Powder. HEX triplet: 51, 50 and 56. RGB value is (81,80,86). Sum of RGB (Red+Green+Blue) = 81+80+86=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 86 - color contains mainly: blue. Hex color #515056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515056 is #AEAFA9. Grayscale: #505050. Windows color (decimal): -11448234 or 5656657. OLE color: 5656657.

HSL color Cylindrical-coordinate representation of color #515056: hue angle of 250º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #515056 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB818086-
CMYK0.060.0700.66
HSL250º3.61%32.55%-
HSV(B)250º6.98%33.73%-
XYZ7.948.169.96-
YUV80.98130.83128.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=32.79%
G=32.39%
B=34.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8180860.060.0700.662503.6132.55
Hex51505667042fa421
Octal121120126670102372441
Binary1010001101000010101101101110100001011111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515056; }

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

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

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

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

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

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

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

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