#57384D

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

Shades of Purple Taupe #57384D

Tints of Purple Taupe #57384D

Color information

#57384D (or 0x57384D) is unknown color: approx Purple Taupe. HEX triplet: 57, 38 and 4D. RGB value is (87,56,77). Sum of RGB (Red+Green+Blue) = 87+56+77=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #57384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57384D is #A8C7B2. Grayscale: #434343. Windows color (decimal): -11061171 or 5060695. OLE color: 5060695.

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

Color convert

RGB875677-
CMYK00.360.110.66
HSL319.35º21.68%28.04%-
HSV(B)319.35º35.63%34.12%-
XYZ6.685.397.71-
YUV67.66133.27141.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 77 (30.47% from 255) = 35%
R=39.55%
G=25.45%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87567700.360.110.66319.3521.6828.04
Hex57384D024B4213f161c
Octal12770115044131024772634
Binary101011111100010011010100100101110000101001111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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