#5A3E4C

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

Shades of Liver #5A3E4C

Tints of Liver #5A3E4C

Color information

#5A3E4C (or 0x5A3E4C) is unknown color: approx Liver. HEX triplet: 5A, 3E and 4C. RGB value is (90,62,76). Sum of RGB (Red+Green+Blue) = 90+62+76=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3E4C is #A5C1B3. Grayscale: #474747. Windows color (decimal): -10863028 or 4996698. OLE color: 4996698.

HSL color Cylindrical-coordinate representation of color #5A3E4C: hue angle of 330º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A3E4C is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB906276-
CMYK00.310.160.65
HSL330º18.42%29.8%-
HSV(B)330º31.11%35.29%-
XYZ7.246.147.64-
YUV71.97130.28140.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.47%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=39.47%
G=27.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90627600.310.160.6533018.4229.8
Hex5A3E4C01F104114a121e
Octal13276114037201015122236
Binary101101011111010011000111111000010000011010010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,62,76); }

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

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

 a { background-color: rgb(90,62,76); }

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

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

 span { border-color: rgb(90,62,76); }

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