#53525A

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

Shades of Gun Powder #53525A

Tints of Gun Powder #53525A

Color information

#53525A (or 0x53525A) is unknown color: approx Gun Powder. HEX triplet: 53, 52 and 5A. RGB value is (83,82,90). Sum of RGB (Red+Green+Blue) = 83+82+90=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 90 - color contains mainly: blue. Hex color #53525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53525A is #ACADA5. Grayscale: #535353. Windows color (decimal): -11316646 or 5919315. OLE color: 5919315.

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

Color convert

RGB838290-
CMYK0.080.0900.65
HSL247.5º4.65%33.73%-
HSV(B)247.5º8.89%35.29%-
XYZ8.438.6110.89-
YUV83.21131.83127.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.55%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=32.55%
G=32.16%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8382900.080.0900.65247.54.6533.73
Hex53525A89041f8522
Octal12312213210110101370542
Binary101001110100101011010100010010100000111111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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