#5E5458

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

Shades of Liver #5E5458

Tints of Liver #5E5458

Color information

#5E5458 (or 0x5E5458) is unknown color: approx Liver. HEX triplet: 5E, 54 and 58. RGB value is (94,84,88). Sum of RGB (Red+Green+Blue) = 94+84+88=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5458 is #A1ABA7. Grayscale: #575757. Windows color (decimal): -10595240 or 5788766. OLE color: 5788766.

HSL color Cylindrical-coordinate representation of color #5E5458: hue angle of 336º 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 #5E5458 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB948488-
CMYK00.110.060.63
HSL336º5.62%34.9%-
HSV(B)336º10.64%36.86%-
XYZ9.559.4210.55-
YUV87.45128.31132.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.34%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=35.34%
G=31.58%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94848800.110.060.633365.6234.9
Hex5E54580B63F150623
Octal136124130013677520643
Binary10111101010100101100001011110111111101010000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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