#515057

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

Shades of Gun Powder #515057

Tints of Gun Powder #515057

Color information

#515057 (or 0x515057) is unknown color: approx Gun Powder. HEX triplet: 51, 50 and 57. RGB value is (81,80,87). Sum of RGB (Red+Green+Blue) = 81+80+87=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 87 - color contains mainly: blue. Hex color #515057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515057 is #AEAFA8. Grayscale: #515151. Windows color (decimal): -11448233 or 5722193. OLE color: 5722193.

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

Color convert

RGB818087-
CMYK0.070.0800.66
HSL248.57º4.19%32.75%-
HSV(B)248.57º8.05%34.12%-
XYZ7.988.1710.17-
YUV81.1131.33127.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=32.66%
G=32.26%
B=35.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8180870.070.0800.66248.574.1932.75
Hex51505778042f9421
Octal1211201277100102371441
Binary10100011010000101011111110000100001011111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515057; }

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

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

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

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

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

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

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

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