#5C574E

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

Shades of Masala #5C574E

Tints of Masala #5C574E

Color information

#5C574E (or 0x5C574E) is unknown color: approx Masala. HEX triplet: 5C, 57 and 4E. RGB value is (92,87,78). Sum of RGB (Red+Green+Blue) = 92+87+78=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 92 - color contains mainly: red. Hex color #5C574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C574E is #A3A8B1. Grayscale: #575757. Windows color (decimal): -10725554 or 5134172. OLE color: 5134172.

HSL color Cylindrical-coordinate representation of color #5C574E: hue angle of 38.57º 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 #5C574E is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB928778-
CMYK00.050.150.64
HSL38.57º8.24%33.33%-
HSV(B)38.57º15.22%36.08%-
XYZ9.29.648.58-
YUV87.47122.66131.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.80%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=35.80%
G=33.85%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92877800.050.150.6438.578.2433.33
Hex5C574E05F4027821
Octal1341271160517100471041
Binary1011100101011110011100101111110000001001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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