#5A464D

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

Shades of Liver #5A464D

Tints of Liver #5A464D

Color information

#5A464D (or 0x5A464D) is unknown color: approx Liver. HEX triplet: 5A, 46 and 4D. RGB value is (90,70,77). Sum of RGB (Red+Green+Blue) = 90+70+77=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 90 - color contains mainly: red. Hex color #5A464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A464D is #A5B9B2. Grayscale: #4C4C4C. Windows color (decimal): -10860979 or 5064282. OLE color: 5064282.

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

Color convert

RGB907077-
CMYK00.220.140.65
HSL339º12.5%31.37%-
HSV(B)339º22.22%35.29%-
XYZ7.757.097.98-
YUV76.78128.13137.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=37.97%
G=29.54%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90707700.220.140.6533912.531.37
Hex5A464D016E41153c1f
Octal132106115026161015231437
Binary10110101000110100110101011011101000001101010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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