#53525E

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

Shades of Gun Powder #53525E

Tints of Gun Powder #53525E

Color information

#53525E (or 0x53525E) is unknown color: approx Gun Powder. HEX triplet: 53, 52 and 5E. RGB value is (83,82,94). Sum of RGB (Red+Green+Blue) = 83+82+94=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 94 - color contains mainly: blue. Hex color #53525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53525E is #ACADA1. Grayscale: #535353. Windows color (decimal): -11316642 or 6181459. OLE color: 6181459.

HSL color Cylindrical-coordinate representation of color #53525E: hue angle of 245º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #53525E is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB838294-
CMYK0.120.1300.63
HSL245º6.82%34.51%-
HSV(B)245º12.77%36.86%-
XYZ8.68.6811.81-
YUV83.67133.83127.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=32.05%
G=31.66%
B=36.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8382940.120.1300.632456.8234.51
Hex53525ECD03Ff5723
Octal1231221361415077365743
Binary10100111010010101111011001101011111111110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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