#5A3B4C

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

Shades of Liver #5A3B4C

Tints of Liver #5A3B4C

Color information

#5A3B4C (or 0x5A3B4C) is unknown color: approx Liver. HEX triplet: 5A, 3B and 4C. RGB value is (90,59,76). Sum of RGB (Red+Green+Blue) = 90+59+76=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B4C is #A5C4B3. Grayscale: #464646. Windows color (decimal): -10863796 or 4995930. OLE color: 4995930.

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

Color convert

RGB905976-
CMYK00.340.160.65
HSL327.1º20.81%29.22%-
HSV(B)327.1º34.44%35.29%-
XYZ7.085.827.59-
YUV70.21131.27142.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=40%
G=26.22%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90597600.340.160.65327.120.8129.22
Hex5A3B4C0221041147151d
Octal13273114042201015072535
Binary1011010111011100110001000101000010000011010001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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