#56394E

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

Shades of Purple Taupe #56394E

Tints of Purple Taupe #56394E

Color information

#56394E (or 0x56394E) is unknown color: approx Purple Taupe. HEX triplet: 56, 39 and 4E. RGB value is (86,57,78). Sum of RGB (Red+Green+Blue) = 86+57+78=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #56394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56394E is #A9C6B1. Grayscale: #444444. Windows color (decimal): -11126450 or 5126486. OLE color: 5126486.

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

Color convert

RGB865778-
CMYK00.340.090.66
HSL316.55º20.28%28.04%-
HSV(B)316.55º33.72%33.73%-
XYZ6.685.457.91-
YUV68.06133.61140.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=38.91%
G=25.79%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86577800.340.090.66316.5520.2828.04
Hex56394E02294213d141c
Octal12671116042111024752434
Binary101011011100110011100100010100110000101001111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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