#5E545B

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

Shades of Liver #5E545B

Tints of Liver #5E545B

Color information

#5E545B (or 0x5E545B) is unknown color: approx Liver. HEX triplet: 5E, 54 and 5B. RGB value is (94,84,91). Sum of RGB (Red+Green+Blue) = 94+84+91=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 94 - color contains mainly: red. Hex color #5E545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E545B is #A1ABA4. Grayscale: #575757. Windows color (decimal): -10595237 or 5985374. OLE color: 5985374.

HSL color Cylindrical-coordinate representation of color #5E545B: hue angle of 318º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5E545B is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB948491-
CMYK00.110.030.63
HSL318º5.62%34.9%-
HSV(B)318º10.64%36.86%-
XYZ9.679.4811.22-
YUV87.79129.81132.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.94%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=34.94%
G=31.23%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94849100.110.030.633185.6234.9
Hex5E545B0B33F13e623
Octal136124133013377476643
Binary1011110101010010110110101111111111100111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,84,91); }

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

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

 a { background-color: rgb(94,84,91); }

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

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

 span { border-color: rgb(94,84,91); }

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