#5C584E

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

Shades of Masala #5C584E

Tints of Masala #5C584E

Color information

#5C584E (or 0x5C584E) is unknown color: approx Masala. HEX triplet: 5C, 58 and 4E. RGB value is (92,88,78). Sum of RGB (Red+Green+Blue) = 92+88+78=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 92 - color contains mainly: red. Hex color #5C584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C584E is #A3A7B1. Grayscale: #585858. Windows color (decimal): -10725298 or 5134428. OLE color: 5134428.

HSL color Cylindrical-coordinate representation of color #5C584E: hue angle of 42.86º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5C584E is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB928878-
CMYK00.040.150.64
HSL42.86º8.24%33.33%-
HSV(B)42.86º15.22%36.08%-
XYZ9.289.88.61-
YUV88.06122.33130.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.66%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=35.66%
G=34.11%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92887800.040.150.6442.868.2433.33
Hex5C584E04F402b821
Octal1341301160417100531041
Binary1011100101100010011100100111110000001010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,88,78); }

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

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

 a { background-color: rgb(92,88,78); }

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

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

 span { border-color: rgb(92,88,78); }

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