#525160

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

Shades of Gun Powder #525160

Tints of Gun Powder #525160

Color information

#525160 (or 0x525160) is unknown color: approx Gun Powder. HEX triplet: 52, 51 and 60. RGB value is (82,81,96). Sum of RGB (Red+Green+Blue) = 82+81+96=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: blue. Hex color #525160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525160 is #ADAE9F. Grayscale: #525252. Windows color (decimal): -11382432 or 6312274. OLE color: 6312274.

HSL color Cylindrical-coordinate representation of color #525160: hue angle of 244º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #525160 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB828196-
CMYK0.150.1600.62
HSL244º8.47%34.71%-
HSV(B)244º15.62%37.65%-
XYZ8.538.5212.26-
YUV83.01135.33127.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=31.66%
G=31.27%
B=37.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8281960.150.1600.622448.4734.71
Hex525160F1003Ef4823
Octal12212114017200763641043
Binary1010010101000111000001111100000111110111101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525160; }

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

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

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

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

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

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

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

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