#575144

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

Shades of Masala #575144

Tints of Masala #575144

Color information

#575144 (or 0x575144) is unknown color: approx Masala. HEX triplet: 57, 51 and 44. RGB value is (87,81,68). Sum of RGB (Red+Green+Blue) = 87+81+68=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #575144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575144 is #A8AEBB. Grayscale: #515151. Windows color (decimal): -11054780 or 4477271. OLE color: 4477271.

HSL color Cylindrical-coordinate representation of color #575144: hue angle of 41.05º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575144 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB878168-
CMYK00.070.220.66
HSL41.05º12.26%30.39%-
HSV(B)41.05º21.84%34.12%-
XYZ7.928.336.66-
YUV81.31120.49132.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=36.86%
G=34.32%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87816800.070.220.6641.0512.2630.39
Hex57514407164229c1e
Octal1271211040726102511436
Binary1010111101000110001000111101101000010101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575144; }

 p { color: rgb(87,81,68); }

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

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

 a { background-color: rgb(87,81,68); }

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

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

 span { border-color: rgb(87,81,68); }

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