#535261

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

Shades of Gun Powder #535261

Tints of Gun Powder #535261

Color information

#535261 (or 0x535261) is unknown color: approx Gun Powder. HEX triplet: 53, 52 and 61. RGB value is (83,82,97). Sum of RGB (Red+Green+Blue) = 83+82+97=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: blue. Hex color #535261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535261 is #ACAD9E. Grayscale: #535353. Windows color (decimal): -11316639 or 6378067. OLE color: 6378067.

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

Color convert

RGB838297-
CMYK0.140.1500.62
HSL244º8.38%35.1%-
HSV(B)244º15.46%38.04%-
XYZ8.748.7412.53-
YUV84.01135.33127.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=31.68%
G=31.30%
B=37.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8382970.140.1500.622448.3835.1
Hex535261EF03Ef4823
Octal12312214116170763641043
Binary101001110100101100001111011110111110111101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535261; }

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

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

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

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

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

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

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

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