#56364E

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

Shades of Purple Taupe #56364E

Tints of Purple Taupe #56364E

Color information

#56364E (or 0x56364E) is unknown color: approx Purple Taupe. HEX triplet: 56, 36 and 4E. RGB value is (86,54,78). Sum of RGB (Red+Green+Blue) = 86+54+78=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #56364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56364E is #A9C9B1. Grayscale: #424242. Windows color (decimal): -11127218 or 5125718. OLE color: 5125718.

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

Color convert

RGB865478-
CMYK00.370.090.66
HSL315º22.86%27.45%-
HSV(B)315º37.21%33.73%-
XYZ6.535.177.86-
YUV66.3134.6142.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=39.45%
G=24.77%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86547800.370.090.6631522.8627.45
Hex56364E02594213b171b
Octal12666116045111024732733
Binary101011011011010011100100101100110000101001110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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