#56404E

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

Shades of Purple Taupe #56404E

Tints of Purple Taupe #56404E

Color information

#56404E (or 0x56404E) is unknown color: approx Purple Taupe. HEX triplet: 56, 40 and 4E. RGB value is (86,64,78). Sum of RGB (Red+Green+Blue) = 86+64+78=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #56404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56404E is #A9BFB1. Grayscale: #484848. Windows color (decimal): -11124658 or 5128278. OLE color: 5128278.

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

Color convert

RGB866478-
CMYK00.260.090.66
HSL321.82º14.67%29.41%-
HSV(B)321.82º25.58%33.73%-
XYZ7.056.28.03-
YUV72.17131.29137.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=37.72%
G=28.07%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86647800.260.090.66321.8214.6729.41
Hex56404E01A942142f1d
Octal126100116032111025021735
Binary10101101000000100111001101010011000010101000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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