#56484D

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

Shades of Liver #56484D

Tints of Liver #56484D

Color information

#56484D (or 0x56484D) is unknown color: approx Liver. HEX triplet: 56, 48 and 4D. RGB value is (86,72,77). Sum of RGB (Red+Green+Blue) = 86+72+77=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #56484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56484D is #A9B7B2. Grayscale: #4C4C4C. Windows color (decimal): -11122611 or 5064790. OLE color: 5064790.

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

Color convert

RGB867277-
CMYK00.160.100.66
HSL338.57º8.86%30.98%-
HSV(B)338.57º16.28%33.73%-
XYZ7.497.158.01-
YUV76.76128.14134.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=36.60%
G=30.64%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86727700.160.100.66338.578.8630.98
Hex56484D010A4215391f
Octal126110115020121025231137
Binary10101101001000100110101000010101000010101010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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