#57534C

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

Shades of Masala #57534C

Tints of Masala #57534C

Color information

#57534C (or 0x57534C) is unknown color: approx Masala. HEX triplet: 57, 53 and 4C. RGB value is (87,83,76). Sum of RGB (Red+Green+Blue) = 87+83+76=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 87 - color contains mainly: red. Hex color #57534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57534C is #A8ACB3. Grayscale: #535353. Windows color (decimal): -11054260 or 5002071. OLE color: 5002071.

HSL color Cylindrical-coordinate representation of color #57534C: hue angle of 38.18º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #57534C is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB878376-
CMYK00.050.130.66
HSL38.18º6.75%31.96%-
HSV(B)38.18º12.64%34.12%-
XYZ8.338.738.08-
YUV83.4123.83130.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.37%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=35.37%
G=33.74%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87837600.050.130.6638.186.7531.96
Hex57534C05D4226720
Octal127123114051510246740
Binary101011110100111001100010111011000010100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57534C; }

 p { color: rgb(87,83,76); }

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

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

 a { background-color: rgb(87,83,76); }

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

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

 span { border-color: rgb(87,83,76); }

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