#56374E

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

Shades of Purple Taupe #56374E

Tints of Purple Taupe #56374E

Color information

#56374E (or 0x56374E) is unknown color: approx Purple Taupe. HEX triplet: 56, 37 and 4E. RGB value is (86,55,78). Sum of RGB (Red+Green+Blue) = 86+55+78=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #56374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56374E is #A9C8B1. Grayscale: #424242. Windows color (decimal): -11126962 or 5125974. OLE color: 5125974.

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

Color convert

RGB865578-
CMYK00.360.090.66
HSL315.48º21.99%27.65%-
HSV(B)315.48º36.05%33.73%-
XYZ6.585.267.88-
YUV66.89134.27141.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=39.27%
G=25.11%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86557800.360.090.66315.4821.9927.65
Hex56374E02494213b161c
Octal12667116044111024732634
Binary101011011011110011100100100100110000101001110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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