#5E5A4F

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

Shades of Masala #5E5A4F

Tints of Masala #5E5A4F

Color information

#5E5A4F (or 0x5E5A4F) is unknown color: approx Masala. HEX triplet: 5E, 5A and 4F. RGB value is (94,90,79). Sum of RGB (Red+Green+Blue) = 94+90+79=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5A4F is #A1A5B0. Grayscale: #595959. Windows color (decimal): -10593713 or 5200478. OLE color: 5200478.

HSL color Cylindrical-coordinate representation of color #5E5A4F: hue angle of 44º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E5A4F is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB949079-
CMYK00.040.160.63
HSL44º8.67%33.92%-
HSV(B)44º15.96%36.86%-
XYZ9.6810.268.87-
YUV89.94121.83130.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.74%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 79 (31.25% from 255) = 30.04%
R=35.74%
G=34.22%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94907900.040.160.63448.6733.92
Hex5E5A4F04103F2c922
Octal136132117042077541142
Binary1011110101101010011110100100001111111011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E5A4F; }

 p { color: rgb(94,90,79); }

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

<style>
 a { background-color: #5E5A4F; }

 a { background-color: rgb(94,90,79); }

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

<style>
 span { border-color: #5E5A4F; }

 span { border-color: rgb(94,90,79); }

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