#56474E

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

Shades of Liver #56474E

Tints of Liver #56474E

Color information

#56474E (or 0x56474E) is unknown color: approx Liver. HEX triplet: 56, 47 and 4E. RGB value is (86,71,78). Sum of RGB (Red+Green+Blue) = 86+71+78=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #56474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56474E is #A9B8B1. Grayscale: #4C4C4C. Windows color (decimal): -11122866 or 5130070. OLE color: 5130070.

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

Color convert

RGB867178-
CMYK00.170.090.66
HSL332º9.55%30.78%-
HSV(B)332º17.44%33.73%-
XYZ7.477.038.17-
YUV76.28128.97134.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=36.60%
G=30.21%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86717800.170.090.663329.5530.78
Hex56474E01194214ca1f
Octal126107116021111025141237
Binary10101101000111100111001000110011000010101001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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