#515152

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

Shades of Gun Powder #515152

Tints of Gun Powder #515152

Color information

#515152 (or 0x515152) is unknown color: approx Gun Powder. HEX triplet: 51, 51 and 52. RGB value is (81,81,82). Sum of RGB (Red+Green+Blue) = 81+81+82=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 82 - color contains mainly: blue. Hex color #515152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515152 is #AEAEAD. Grayscale: #515151. Windows color (decimal): -11447982 or 5394769. OLE color: 5394769.

HSL color Cylindrical-coordinate representation of color #515152: hue angle of 240º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #515152 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB818182-
CMYK0.010.0100.68
HSL240º0.61%31.96%-
HSV(B)240º1.22%32.16%-
XYZ7.868.249.16-
YUV81.11128.5127.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=33.20%
G=33.20%
B=33.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8181820.010.0100.682400.6131.96
Hex51515211044f0120
Octal121121122110104360140
Binary1010001101000110100101101000100111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515152; }

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

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

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

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

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

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

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

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