#53535A

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

Shades of Gun Powder #53535A

Tints of Gun Powder #53535A

Color information

#53535A (or 0x53535A) is unknown color: approx Gun Powder. HEX triplet: 53, 53 and 5A. RGB value is (83,83,90). Sum of RGB (Red+Green+Blue) = 83+83+90=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 90 - color contains mainly: blue. Hex color #53535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53535A is #ACACA5. Grayscale: #535353. Windows color (decimal): -11316390 or 5919571. OLE color: 5919571.

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

Color convert

RGB838390-
CMYK0.080.0800.65
HSL240º4.05%33.92%-
HSV(B)240º7.78%35.29%-
XYZ8.518.7610.92-
YUV83.8131.5127.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=32.42%
G=32.42%
B=35.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8383900.080.0800.652404.0533.92
Hex53535A88041f0422
Octal12312313210100101360442
Binary101001110100111011010100010000100000111110000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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