#515157

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

Shades of Gun Powder #515157

Tints of Gun Powder #515157

Color information

#515157 (or 0x515157) is unknown color: approx Gun Powder. HEX triplet: 51, 51 and 57. RGB value is (81,81,87). Sum of RGB (Red+Green+Blue) = 81+81+87=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 87 - color contains mainly: blue. Hex color #515157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515157 is #AEAEA8. Grayscale: #515151. Windows color (decimal): -11447977 or 5722449. OLE color: 5722449.

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

Color convert

RGB818187-
CMYK0.070.0700.66
HSL240º3.57%32.94%-
HSV(B)240º6.9%34.12%-
XYZ8.068.3210.2-
YUV81.68131127.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=32.53%
G=32.53%
B=34.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8181870.070.0700.662403.5732.94
Hex51515777042f0421
Octal121121127770102360441
Binary1010001101000110101111111110100001011110000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515157; }

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

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

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

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

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

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

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

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