#52525D

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

Shades of Gun Powder #52525D

Tints of Gun Powder #52525D

Color information

#52525D (or 0x52525D) is unknown color: approx Gun Powder. HEX triplet: 52, 52 and 5D. RGB value is (82,82,93). Sum of RGB (Red+Green+Blue) = 82+82+93=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #52525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52525D is #ADADA2. Grayscale: #535353. Windows color (decimal): -11382179 or 6115922. OLE color: 6115922.

HSL color Cylindrical-coordinate representation of color #52525D: hue angle of 240º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #52525D is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB828293-
CMYK0.120.1200.64
HSL240º6.29%34.31%-
HSV(B)240º11.83%36.47%-
XYZ8.478.6211.57-
YUV83.25133.5127.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=31.91%
G=31.91%
B=36.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8282930.120.1200.642406.2934.31
Hex52525DCC040f0622
Octal12212213514140100360642
Binary101001010100101011101110011000100000011110000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52525D; }

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

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

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

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

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

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

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

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