#5A5155

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

Shades of Liver #5A5155

Tints of Liver #5A5155

Color information

#5A5155 (or 0x5A5155) is unknown color: approx Liver. HEX triplet: 5A, 51 and 55. RGB value is (90,81,85). Sum of RGB (Red+Green+Blue) = 90+81+85=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5155 is #A5AEAA. Grayscale: #545454. Windows color (decimal): -10858155 or 5591386. OLE color: 5591386.

HSL color Cylindrical-coordinate representation of color #5A5155: hue angle of 333.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A5155 is Cyan = 0, Magento = 0.1, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB908185-
CMYK00.10.060.65
HSL333.33º5.26%33.53%-
HSV(B)333.33º10%35.29%-
XYZ8.88.719.81-
YUV84.15128.48132.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.16%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=35.16%
G=31.64%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90818500.10.060.65333.335.2633.53
Hex5A51550A64114d522
Octal1321211250126101515542
Binary101101010100011010101010101101000001101001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,81,85); }

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

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

 a { background-color: rgb(90,81,85); }

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

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

 span { border-color: rgb(90,81,85); }

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