#57374D

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

Shades of Purple Taupe #57374D

Tints of Purple Taupe #57374D

Color information

#57374D (or 0x57374D) is unknown color: approx Purple Taupe. HEX triplet: 57, 37 and 4D. RGB value is (87,55,77). Sum of RGB (Red+Green+Blue) = 87+55+77=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #57374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57374D is #A8C8B2. Grayscale: #434343. Windows color (decimal): -11061427 or 5060439. OLE color: 5060439.

HSL color Cylindrical-coordinate representation of color #57374D: hue angle of 318.75º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57374D is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB875577-
CMYK00.370.110.66
HSL318.75º22.54%27.84%-
HSV(B)318.75º36.78%34.12%-
XYZ6.645.297.69-
YUV67.08133.6142.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=39.73%
G=25.11%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87557700.370.110.66318.7522.5427.84
Hex57374D025B4213f171c
Octal12767115045131024772734
Binary101011111011110011010100101101110000101001111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57374D; }

 p { color: rgb(87,55,77); }

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

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

 a { background-color: rgb(87,55,77); }

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

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

 span { border-color: rgb(87,55,77); }

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