#525259

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

Shades of Gun Powder #525259

Tints of Gun Powder #525259

Color information

#525259 (or 0x525259) is unknown color: approx Gun Powder. HEX triplet: 52, 52 and 59. RGB value is (82,82,89). Sum of RGB (Red+Green+Blue) = 82+82+89=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #525259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525259 is #ADADA6. Grayscale: #525252. Windows color (decimal): -11382183 or 5853778. OLE color: 5853778.

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

Color convert

RGB828289-
CMYK0.080.0800.65
HSL240º4.09%33.53%-
HSV(B)240º7.87%34.9%-
XYZ8.38.5510.66-
YUV82.8131.5127.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 89 (35.16% from 255) = 35.18%
R=32.41%
G=32.41%
B=35.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8282890.080.0800.652404.0933.53
Hex52525988041f0422
Octal12212213110100101360442
Binary101001010100101011001100010000100000111110000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525259; }

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

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

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

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

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

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

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

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