#53525D

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

Shades of Gun Powder #53525D

Tints of Gun Powder #53525D

Color information

#53525D (or 0x53525D) is unknown color: approx Gun Powder. HEX triplet: 53, 52 and 5D. RGB value is (83,82,93). Sum of RGB (Red+Green+Blue) = 83+82+93=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 93 - color contains mainly: blue. Hex color #53525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53525D is #ACADA2. Grayscale: #535353. Windows color (decimal): -11316643 or 6115923. OLE color: 6115923.

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

Color convert

RGB838293-
CMYK0.110.1200.64
HSL245.45º6.29%34.31%-
HSV(B)245.45º11.83%36.47%-
XYZ8.568.6611.58-
YUV83.55133.33127.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=32.17%
G=31.78%
B=36.05%

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
Decimal8382930.110.1200.64245.456.2934.31
Hex53525DBC040f5622
Octal12312213513140100365642
Binary101001110100101011101101111000100000011110101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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