#5E555A

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

Shades of Liver #5E555A

Tints of Liver #5E555A

Color information

#5E555A (or 0x5E555A) is unknown color: approx Liver. HEX triplet: 5E, 55 and 5A. RGB value is (94,85,90). Sum of RGB (Red+Green+Blue) = 94+85+90=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 94 - color contains mainly: red. Hex color #5E555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E555A is #A1AAA5. Grayscale: #585858. Windows color (decimal): -10594982 or 5920094. OLE color: 5920094.

HSL color Cylindrical-coordinate representation of color #5E555A: hue angle of 326.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E555A is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB948590-
CMYK00.100.040.63
HSL326.67º5.03%35.1%-
HSV(B)326.67º9.57%36.86%-
XYZ9.719.6111.02-
YUV88.26128.98132.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.94%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=34.94%
G=31.60%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94859000.100.040.63326.675.0335.1
Hex5E555A0A43F147523
Octal136125132012477507543
Binary10111101010101101101001010100111111101000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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