#56374D

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

Shades of Purple Taupe #56374D

Tints of Purple Taupe #56374D

Color information

#56374D (or 0x56374D) is unknown color: approx Purple Taupe. HEX triplet: 56, 37 and 4D. RGB value is (86,55,77). Sum of RGB (Red+Green+Blue) = 86+55+77=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #56374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56374D is #A9C8B2. Grayscale: #424242. Windows color (decimal): -11126963 or 5060438. OLE color: 5060438.

HSL color Cylindrical-coordinate representation of color #56374D: hue angle of 317.42º 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 #56374D is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB865577-
CMYK00.360.100.66
HSL317.42º21.99%27.65%-
HSV(B)317.42º36.05%33.73%-
XYZ6.545.257.69-
YUV66.78133.77141.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=39.45%
G=25.23%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86557700.360.100.66317.4221.9927.65
Hex56374D024A4213d161c
Octal12667115044121024752634
Binary101011011011110011010100100101010000101001111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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