#5E584C

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

Shades of Masala #5E584C

Tints of Masala #5E584C

Color information

#5E584C (or 0x5E584C) is unknown color: approx Masala. HEX triplet: 5E, 58 and 4C. RGB value is (94,88,76). Sum of RGB (Red+Green+Blue) = 94+88+76=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 94 - color contains mainly: red. Hex color #5E584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E584C is #A1A7B3. Grayscale: #585858. Windows color (decimal): -10594228 or 5003358. OLE color: 5003358.

HSL color Cylindrical-coordinate representation of color #5E584C: hue angle of 40º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E584C is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB948876-
CMYK00.060.190.63
HSL40º10.59%33.33%-
HSV(B)40º19.15%36.86%-
XYZ9.419.888.25-
YUV88.43120.99131.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.43%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=36.43%
G=34.11%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94887600.060.190.634010.5933.33
Hex5E584C06133F28b21
Octal136130114062377501341
Binary1011110101100010011000110100111111111010001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,88,76); }

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

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

 a { background-color: rgb(94,88,76); }

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

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

 span { border-color: rgb(94,88,76); }

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