#59554C

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

Shades of Masala #59554C

Tints of Masala #59554C

Color information

#59554C (or 0x59554C) is unknown color: approx Masala. HEX triplet: 59, 55 and 4C. RGB value is (89,85,76). Sum of RGB (Red+Green+Blue) = 89+85+76=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 89 - color contains mainly: red. Hex color #59554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59554C is #A6AAB3. Grayscale: #555555. Windows color (decimal): -10922676 or 5002585. OLE color: 5002585.

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

Color convert

RGB898576-
CMYK00.040.150.65
HSL41.54º7.88%32.35%-
HSV(B)41.54º14.61%34.9%-
XYZ8.679.148.15-
YUV85.17122.83130.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.6%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=35.6%
G=34%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89857600.040.150.6541.547.8832.35
Hex59554C04F412a820
Octal1311251140417101521040
Binary1011001101010110011000100111110000011010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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