#59554B

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

Shades of Masala #59554B

Tints of Masala #59554B

Color information

#59554B (or 0x59554B) is unknown color: approx Masala. HEX triplet: 59, 55 and 4B. RGB value is (89,85,75). Sum of RGB (Red+Green+Blue) = 89+85+75=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #59554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59554B is #A6AAB4. Grayscale: #555555. Windows color (decimal): -10922677 or 4937049. OLE color: 4937049.

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

Color convert

RGB898575-
CMYK00.040.160.65
HSL42.86º8.54%32.16%-
HSV(B)42.86º15.73%34.9%-
XYZ8.649.137.96-
YUV85.06122.33130.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.74%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=35.74%
G=34.14%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89857500.040.160.6542.868.5432.16
Hex59554B0410412b920
Octal1311251130420101531140
Binary10110011010101100101101001000010000011010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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