#5E5058

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

Shades of Liver #5E5058

Tints of Liver #5E5058

Color information

#5E5058 (or 0x5E5058) is unknown color: approx Liver. HEX triplet: 5E, 50 and 58. RGB value is (94,80,88). Sum of RGB (Red+Green+Blue) = 94+80+88=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5058 is #A1AFA7. Grayscale: #555555. Windows color (decimal): -10596264 or 5787742. OLE color: 5787742.

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

Color convert

RGB948088-
CMYK00.150.060.63
HSL325.71º8.05%34.12%-
HSV(B)325.71º14.89%36.86%-
XYZ9.258.8210.45-
YUV85.1129.64134.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.88%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=35.88%
G=30.53%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94808800.150.060.63325.718.0534.12
Hex5E50580F63F146822
Octal1361201300176775061042
Binary101111010100001011000011111101111111010001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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