#59554F

Color #59554F Masala (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Masala #59554F

Tints of Masala #59554F

Color information

#59554F (or 0x59554F) is unknown color: approx Masala. HEX triplet: 59, 55 and 4F. RGB value is (89,85,79). Sum of RGB (Red+Green+Blue) = 89+85+79=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #59554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59554F is #A6AAB0. Grayscale: #555555. Windows color (decimal): -10922673 or 5199193. OLE color: 5199193.

HSL color Cylindrical-coordinate representation of color #59554F: hue angle of 36º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #59554F is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB898579-
CMYK00.040.110.65
HSL36º5.95%32.94%-
HSV(B)36º11.24%34.9%-
XYZ8.789.198.71-
YUV85.51124.33130.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=35.18%
G=33.60%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89857900.040.110.65365.9532.94
Hex59554F04B4124621
Octal131125117041310144641
Binary101100110101011001111010010111000001100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59554F; }

 p { color: rgb(89,85,79); }

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

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

 a { background-color: rgb(89,85,79); }

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

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

 span { border-color: rgb(89,85,79); }

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