#5A4451

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

Shades of Liver #5A4451

Tints of Liver #5A4451

Color information

#5A4451 (or 0x5A4451) is unknown color: approx Liver. HEX triplet: 5A, 44 and 51. RGB value is (90,68,81). Sum of RGB (Red+Green+Blue) = 90+68+81=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4451 is #A5BBAE. Grayscale: #4C4C4C. Windows color (decimal): -10861487 or 5325914. OLE color: 5325914.

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

Color convert

RGB906881-
CMYK00.240.10.65
HSL324.55º13.92%30.98%-
HSV(B)324.55º24.44%35.29%-
XYZ7.776.98.71-
YUV76.06130.79137.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=37.66%
G=28.45%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90688100.240.10.65324.5513.9230.98
Hex5A4451018A41145e1f
Octal132104121030121015051637
Binary10110101000100101000101100010101000001101000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,68,81); }

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

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

 a { background-color: rgb(90,68,81); }

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

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

 span { border-color: rgb(90,68,81); }

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