#535361

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

Shades of Gun Powder #535361

Tints of Gun Powder #535361

Color information

#535361 (or 0x535361) is unknown color: approx Gun Powder. HEX triplet: 53, 53 and 61. RGB value is (83,83,97). Sum of RGB (Red+Green+Blue) = 83+83+97=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #535361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535361 is #ACAC9E. Grayscale: #545454. Windows color (decimal): -11316383 or 6378323. OLE color: 6378323.

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

Color convert

RGB838397-
CMYK0.140.1400.62
HSL240º7.78%35.29%-
HSV(B)240º14.43%38.04%-
XYZ8.828.8912.56-
YUV84.6135126.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=31.56%
G=31.56%
B=36.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8383970.140.1400.622407.7835.29
Hex535361EE03Ef0823
Octal12312314116160763601043
Binary101001110100111100001111011100111110111100001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535361; }

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

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

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

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

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

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

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

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