#56404F

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

Shades of Purple Taupe #56404F

Tints of Purple Taupe #56404F

Color information

#56404F (or 0x56404F) is unknown color: approx Purple Taupe. HEX triplet: 56, 40 and 4F. RGB value is (86,64,79). Sum of RGB (Red+Green+Blue) = 86+64+79=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 86 - color contains mainly: red. Hex color #56404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56404F is #A9BFB0. Grayscale: #484848. Windows color (decimal): -11124657 or 5193814. OLE color: 5193814.

HSL color Cylindrical-coordinate representation of color #56404F: hue angle of 319.09º 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 #56404F is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB866479-
CMYK00.260.080.66
HSL319.09º14.67%29.41%-
HSV(B)319.09º25.58%33.73%-
XYZ7.086.218.22-
YUV72.29131.79137.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=37.55%
G=27.95%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86647900.260.080.66319.0914.6729.41
Hex56404F01A84213ff1d
Octal126100117032101024771735
Binary10101101000000100111101101010001000010100111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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