#5A404C

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

Shades of Liver #5A404C

Tints of Liver #5A404C

Color information

#5A404C (or 0x5A404C) is unknown color: approx Liver. HEX triplet: 5A, 40 and 4C. RGB value is (90,64,76). Sum of RGB (Red+Green+Blue) = 90+64+76=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 90 - color contains mainly: red. Hex color #5A404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A404C is #A5BFB3. Grayscale: #494949. Windows color (decimal): -10862516 or 4997210. OLE color: 4997210.

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

Color convert

RGB906476-
CMYK00.290.160.65
HSL332.31º16.88%30.2%-
HSV(B)332.31º28.89%35.29%-
XYZ7.356.367.68-
YUV73.14129.61140.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.13%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=39.13%
G=27.83%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90647600.290.160.65332.3116.8830.2
Hex5A404C01D104114c111e
Octal132100114035201015142136
Binary1011010100000010011000111011000010000011010011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,64,76); }

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

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

 a { background-color: rgb(90,64,76); }

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

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

 span { border-color: rgb(90,64,76); }

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