#59544D

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

Shades of Masala #59544D

Tints of Masala #59544D

Color information

#59544D (or 0x59544D) is unknown color: approx Masala. HEX triplet: 59, 54 and 4D. RGB value is (89,84,77). Sum of RGB (Red+Green+Blue) = 89+84+77=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 89 - color contains mainly: red. Hex color #59544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59544D is #A6ABB2. Grayscale: #545454. Windows color (decimal): -10922931 or 5067865. OLE color: 5067865.

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

Color convert

RGB898477-
CMYK00.060.130.65
HSL35º7.23%32.55%-
HSV(B)35º13.48%34.9%-
XYZ8.6398.3-
YUV84.7123.66131.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.6%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=35.6%
G=33.6%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89847700.060.130.65357.2332.55
Hex59544D06D4123721
Octal131124115061510143741
Binary101100110101001001101011011011000001100011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,84,77); }

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

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

 a { background-color: rgb(89,84,77); }

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

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

 span { border-color: rgb(89,84,77); }

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