#57544F

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

Shades of Masala #57544F

Tints of Masala #57544F

Color information

#57544F (or 0x57544F) is unknown color: approx Masala. HEX triplet: 57, 54 and 4F. RGB value is (87,84,79). Sum of RGB (Red+Green+Blue) = 87+84+79=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 87 - color contains mainly: red. Hex color #57544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57544F is #A8ABB0. Grayscale: #545454. Windows color (decimal): -11054001 or 5198935. OLE color: 5198935.

HSL color Cylindrical-coordinate representation of color #57544F: hue angle of 37.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #57544F is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB878479-
CMYK00.030.090.66
HSL37.5º4.82%32.55%-
HSV(B)37.5º9.2%34.12%-
XYZ8.518.938.67-
YUV84.33124.99129.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=34.8%
G=33.6%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87847900.030.090.6637.54.8232.55
Hex57544F0394226521
Octal127124117031110246541
Binary10101111010100100111101110011000010100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57544F; }

 p { color: rgb(87,84,79); }

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

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

 a { background-color: rgb(87,84,79); }

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

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

 span { border-color: rgb(87,84,79); }

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