#57354F

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

Shades of Purple Taupe #57354F

Tints of Purple Taupe #57354F

Color information

#57354F (or 0x57354F) is unknown color: approx Purple Taupe. HEX triplet: 57, 35 and 4F. RGB value is (87,53,79). Sum of RGB (Red+Green+Blue) = 87+53+79=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #57354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57354F is #A8CAB0. Grayscale: #424242. Windows color (decimal): -11061937 or 5190999. OLE color: 5190999.

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

Color convert

RGB875379-
CMYK00.390.090.66
HSL314.12º24.29%27.45%-
HSV(B)314.12º39.08%34.12%-
XYZ6.615.148.04-
YUV66.13135.26142.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=39.73%
G=24.20%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87537900.390.090.66314.1224.2927.45
Hex57354F02794213a181b
Octal12765117047111024723033
Binary101011111010110011110100111100110000101001110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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