#5E4F56

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

Shades of Liver #5E4F56

Tints of Liver #5E4F56

Color information

#5E4F56 (or 0x5E4F56) is unknown color: approx Liver. HEX triplet: 5E, 4F and 56. RGB value is (94,79,86). Sum of RGB (Red+Green+Blue) = 94+79+86=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4F56 is #A1B0A9. Grayscale: #545454. Windows color (decimal): -10596522 or 5656414. OLE color: 5656414.

HSL color Cylindrical-coordinate representation of color #5E4F56: hue angle of 332º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E4F56 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB947986-
CMYK00.160.090.63
HSL332º8.67%33.92%-
HSV(B)332º15.96%36.86%-
XYZ9.098.649.99-
YUV84.28128.97134.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.29%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=36.29%
G=30.50%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94798600.160.090.633328.6733.92
Hex5E4F5601093F14c922
Octal13611712602011775141142
Binary10111101001111101011001000010011111111010011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E4F56; }

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

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

<style>
 a { background-color: #5E4F56; }

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

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

<style>
 span { border-color: #5E4F56; }

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

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