#53535D

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

Shades of Gun Powder #53535D

Tints of Gun Powder #53535D

Color information

#53535D (or 0x53535D) is unknown color: approx Gun Powder. HEX triplet: 53, 53 and 5D. RGB value is (83,83,93). Sum of RGB (Red+Green+Blue) = 83+83+93=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 93 - color contains mainly: blue. Hex color #53535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53535D is #ACACA2. Grayscale: #545454. Windows color (decimal): -11316387 or 6116179. OLE color: 6116179.

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

Color convert

RGB838393-
CMYK0.110.1100.64
HSL240º5.68%34.51%-
HSV(B)240º10.75%36.47%-
XYZ8.648.8211.6-
YUV84.14133127.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=32.05%
G=32.05%
B=35.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8383930.110.1100.642405.6834.51
Hex53535DBB040f0623
Octal12312313513130100360643
Binary101001110100111011101101110110100000011110000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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