#5A414D

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

Shades of Liver #5A414D

Tints of Liver #5A414D

Color information

#5A414D (or 0x5A414D) is unknown color: approx Liver. HEX triplet: 5A, 41 and 4D. RGB value is (90,65,77). Sum of RGB (Red+Green+Blue) = 90+65+77=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 90 - color contains mainly: red. Hex color #5A414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A414D is #A5BEB2. Grayscale: #494949. Windows color (decimal): -10862259 or 5063002. OLE color: 5063002.

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

Color convert

RGB906577-
CMYK00.280.140.65
HSL331.2º16.13%30.39%-
HSV(B)331.2º27.78%35.29%-
XYZ7.456.497.88-
YUV73.84129.78139.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.79%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=38.79%
G=28.02%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90657700.280.140.65331.216.1330.39
Hex5A414D01CE4114b101e
Octal132101115034161015132036
Binary101101010000011001101011100111010000011010010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,65,77); }

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

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

 a { background-color: rgb(90,65,77); }

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

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

 span { border-color: rgb(90,65,77); }

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