#5E584B

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

Shades of Masala #5E584B

Tints of Masala #5E584B

Color information

#5E584B (or 0x5E584B) is unknown color: approx Masala. HEX triplet: 5E, 58 and 4B. RGB value is (94,88,75). Sum of RGB (Red+Green+Blue) = 94+88+75=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 94 - color contains mainly: red. Hex color #5E584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E584B is #A1A7B4. Grayscale: #585858. Windows color (decimal): -10594229 or 4937822. OLE color: 4937822.

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

Color convert

RGB948875-
CMYK00.060.200.63
HSL41.05º11.24%33.14%-
HSV(B)41.05º20.21%36.86%-
XYZ9.389.878.07-
YUV88.31120.49132.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.58%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=36.58%
G=34.24%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94887500.060.200.6341.0511.2433.14
Hex5E584B06143F29b21
Octal136130113062477511341
Binary1011110101100010010110110101001111111010011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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