#535263

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

Shades of Gun Powder #535263

Tints of Gun Powder #535263

Color information

#535263 (or 0x535263) is unknown color: approx Gun Powder. HEX triplet: 53, 52 and 63. RGB value is (83,82,99). Sum of RGB (Red+Green+Blue) = 83+82+99=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #535263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535263 is #ACAD9C. Grayscale: #545454. Windows color (decimal): -11316637 or 6509139. OLE color: 6509139.

HSL color Cylindrical-coordinate representation of color #535263: hue angle of 243.53º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535263 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB838299-
CMYK0.160.1700.61
HSL243.53º9.39%35.49%-
HSV(B)243.53º17.17%38.82%-
XYZ8.848.7713.03-
YUV84.24136.33127.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=31.44%
G=31.06%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8382990.160.1700.61243.539.3935.49
Hex535263101103Df4923
Octal12312214320210753641143
Binary10100111010010110001110000100010111101111101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535263; }

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

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

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

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

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

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

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

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