#5E4455

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

Shades of Liver #5E4455

Tints of Liver #5E4455

Color information

#5E4455 (or 0x5E4455) is unknown color: approx Liver. HEX triplet: 5E, 44 and 55. RGB value is (94,68,85). Sum of RGB (Red+Green+Blue) = 94+68+85=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4455 is #A1BBAA. Grayscale: #4D4D4D. Windows color (decimal): -10599339 or 5588062. OLE color: 5588062.

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

Color convert

RGB946885-
CMYK00.280.100.63
HSL320.77º16.05%31.76%-
HSV(B)320.77º27.66%36.86%-
XYZ8.327.179.54-
YUV77.71132.11139.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.06%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=38.06%
G=27.53%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94688500.280.100.63320.7716.0531.76
Hex5E445501CA3F1411020
Octal13610412503412775012040
Binary101111010001001010101011100101011111110100000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,68,85); }

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

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

 a { background-color: rgb(94,68,85); }

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

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

 span { border-color: rgb(94,68,85); }

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