#5A454D

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

Shades of Liver #5A454D

Tints of Liver #5A454D

Color information

#5A454D (or 0x5A454D) is unknown color: approx Liver. HEX triplet: 5A, 45 and 4D. RGB value is (90,69,77). Sum of RGB (Red+Green+Blue) = 90+69+77=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 90 - color contains mainly: red. Hex color #5A454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A454D is #A5BAB2. Grayscale: #4C4C4C. Windows color (decimal): -10861235 or 5064026. OLE color: 5064026.

HSL color Cylindrical-coordinate representation of color #5A454D: hue angle of 337.14º 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 #5A454D is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB906977-
CMYK00.230.140.65
HSL337.14º13.21%31.18%-
HSV(B)337.14º23.33%35.29%-
XYZ7.686.977.96-
YUV76.19128.46137.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=38.14%
G=29.24%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90697700.230.140.65337.1413.2131.18
Hex5A454D017E41151d1f
Octal132105115027161015211537
Binary10110101000101100110101011111101000001101010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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