#5E5056

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

Shades of Liver #5E5056

Tints of Liver #5E5056

Color information

#5E5056 (or 0x5E5056) is unknown color: approx Liver. HEX triplet: 5E, 50 and 56. RGB value is (94,80,86). Sum of RGB (Red+Green+Blue) = 94+80+86=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5056 is #A1AFA9. Grayscale: #545454. Windows color (decimal): -10596266 or 5656670. OLE color: 5656670.

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

Color convert

RGB948086-
CMYK00.150.090.63
HSL334.29º8.05%34.12%-
HSV(B)334.29º14.89%36.86%-
XYZ9.168.7910.02-
YUV84.87128.64134.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.15%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=36.15%
G=30.77%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94808600.150.090.63334.298.0534.12
Hex5E50560F93F14e822
Octal13612012601711775161042
Binary1011110101000010101100111110011111111010011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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