#52515C

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

Shades of Gun Powder #52515C

Tints of Gun Powder #52515C

Color information

#52515C (or 0x52515C) is unknown color: approx Gun Powder. HEX triplet: 52, 51 and 5C. RGB value is (82,81,92). Sum of RGB (Red+Green+Blue) = 82+81+92=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #52515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52515C is #ADAEA3. Grayscale: #525252. Windows color (decimal): -11382436 or 6050130. OLE color: 6050130.

HSL color Cylindrical-coordinate representation of color #52515C: hue angle of 245.45º 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 #52515C is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB828192-
CMYK0.110.1200.64
HSL245.45º6.36%33.92%-
HSV(B)245.45º11.96%36.08%-
XYZ8.358.4511.32-
YUV82.55133.33127.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=32.16%
G=31.76%
B=36.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8281920.110.1200.64245.456.3633.92
Hex52515CBC040f5622
Octal12212113413140100365642
Binary101001010100011011100101111000100000011110101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52515C; }

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

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

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

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

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

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

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

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