#5A4551

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

Shades of Liver #5A4551

Tints of Liver #5A4551

Color information

#5A4551 (or 0x5A4551) is unknown color: approx Liver. HEX triplet: 5A, 45 and 51. RGB value is (90,69,81). Sum of RGB (Red+Green+Blue) = 90+69+81=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4551 is #A5BAAE. Grayscale: #4C4C4C. Windows color (decimal): -10861231 or 5326170. OLE color: 5326170.

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

Color convert

RGB906981-
CMYK00.230.10.65
HSL325.71º13.21%31.18%-
HSV(B)325.71º23.33%35.29%-
XYZ7.837.028.73-
YUV76.65130.46137.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.5%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=37.5%
G=28.75%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90698100.230.10.65325.7113.2131.18
Hex5A4551017A41146d1f
Octal132105121027121015061537
Binary10110101000101101000101011110101000001101000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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