#5A3C4E

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

Shades of Liver #5A3C4E

Tints of Liver #5A3C4E

Color information

#5A3C4E (or 0x5A3C4E) is unknown color: approx Liver. HEX triplet: 5A, 3C and 4E. RGB value is (90,60,78). Sum of RGB (Red+Green+Blue) = 90+60+78=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3C4E is #A5C3B1. Grayscale: #464646. Windows color (decimal): -10863538 or 5127258. OLE color: 5127258.

HSL color Cylindrical-coordinate representation of color #5A3C4E: hue angle of 324º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A3C4E is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB906078-
CMYK00.330.130.65
HSL324º20%29.41%-
HSV(B)324º33.33%35.29%-
XYZ7.215.967.98-
YUV71.02131.94141.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.47%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=39.47%
G=26.32%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90607800.330.130.653242029.41
Hex5A3C4E021D41144141d
Octal13274116041151015042435
Binary101101011110010011100100001110110000011010001001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,60,78); }

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

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

 a { background-color: rgb(90,60,78); }

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

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

 span { border-color: rgb(90,60,78); }

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