#59554A

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

Shades of Masala #59554A

Tints of Masala #59554A

Color information

#59554A (or 0x59554A) is unknown color: approx Masala. HEX triplet: 59, 55 and 4A. RGB value is (89,85,74). Sum of RGB (Red+Green+Blue) = 89+85+74=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #59554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59554A is #A6AAB5. Grayscale: #545454. Windows color (decimal): -10922678 or 4871513. OLE color: 4871513.

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

Color convert

RGB898574-
CMYK00.040.170.65
HSL44º9.2%31.96%-
HSV(B)44º16.85%34.9%-
XYZ8.69.127.78-
YUV84.94121.83130.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=35.89%
G=34.27%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89857400.040.170.65449.231.96
Hex59554A0411412c920
Octal1311251120421101541140
Binary10110011010101100101001001000110000011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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