#5A434D

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

Shades of Liver #5A434D

Tints of Liver #5A434D

Color information

#5A434D (or 0x5A434D) is unknown color: approx Liver. HEX triplet: 5A, 43 and 4D. RGB value is (90,67,77). Sum of RGB (Red+Green+Blue) = 90+67+77=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A434D is #A5BCB2. Grayscale: #4B4B4B. Windows color (decimal): -10861747 or 5063514. OLE color: 5063514.

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

Color convert

RGB906777-
CMYK00.260.140.65
HSL333.91º14.65%30.78%-
HSV(B)333.91º25.56%35.29%-
XYZ7.566.727.92-
YUV75.02129.12138.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.46%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=38.46%
G=28.63%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90677700.260.140.65333.9114.6530.78
Hex5A434D01AE4114ef1f
Octal132103115032161015161737
Binary10110101000011100110101101011101000001101001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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