#56404D

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

Shades of Liver #56404D

Tints of Liver #56404D

Color information

#56404D (or 0x56404D) is unknown color: approx Liver. HEX triplet: 56, 40 and 4D. RGB value is (86,64,77). Sum of RGB (Red+Green+Blue) = 86+64+77=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #56404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56404D is #A9BFB2. Grayscale: #484848. Windows color (decimal): -11124659 or 5062742. OLE color: 5062742.

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

Color convert

RGB866477-
CMYK00.260.100.66
HSL324.55º14.67%29.41%-
HSV(B)324.55º25.58%33.73%-
XYZ7.016.187.84-
YUV72.06130.79137.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=37.89%
G=28.19%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86647700.260.100.66324.5514.6729.41
Hex56404D01AA42145f1d
Octal126100115032121025051735
Binary10101101000000100110101101010101000010101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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