#56474D

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

Shades of Liver #56474D

Tints of Liver #56474D

Color information

#56474D (or 0x56474D) is unknown color: approx Liver. HEX triplet: 56, 47 and 4D. RGB value is (86,71,77). Sum of RGB (Red+Green+Blue) = 86+71+77=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #56474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56474D is #A9B8B2. Grayscale: #4C4C4C. Windows color (decimal): -11122867 or 5064534. OLE color: 5064534.

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

Color convert

RGB867177-
CMYK00.170.100.66
HSL336º9.55%30.78%-
HSV(B)336º17.44%33.73%-
XYZ7.437.027.98-
YUV76.17128.47135.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=36.75%
G=30.34%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86717700.170.100.663369.5530.78
Hex56474D011A42150a1f
Octal126107115021121025201237
Binary10101101000111100110101000110101000010101010000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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