#59554E

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

Shades of Masala #59554E

Tints of Masala #59554E

Color information

#59554E (or 0x59554E) is unknown color: approx Masala. HEX triplet: 59, 55 and 4E. RGB value is (89,85,78). Sum of RGB (Red+Green+Blue) = 89+85+78=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #59554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59554E is #A6AAB1. Grayscale: #555555. Windows color (decimal): -10922674 or 5133657. OLE color: 5133657.

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

Color convert

RGB898578-
CMYK00.040.120.65
HSL38.18º6.59%32.75%-
HSV(B)38.18º12.36%34.9%-
XYZ8.749.178.52-
YUV85.4123.83130.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.32%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=35.32%
G=33.73%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89857800.040.120.6538.186.5932.75
Hex59554E04C4126721
Octal131125116041410146741
Binary101100110101011001110010011001000001100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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