#575155

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

Shades of Liver #575155

Tints of Liver #575155

Color information

#575155 (or 0x575155) is unknown color: approx Liver. HEX triplet: 57, 51 and 55. RGB value is (87,81,85). Sum of RGB (Red+Green+Blue) = 87+81+85=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 87 - color contains mainly: red. Hex color #575155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575155 is #A8AEAA. Grayscale: #535353. Windows color (decimal): -11054763 or 5591383. OLE color: 5591383.

HSL color Cylindrical-coordinate representation of color #575155: hue angle of 320º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575155 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB878185-
CMYK00.070.020.66
HSL320º3.57%32.94%-
HSV(B)320º6.9%34.12%-
XYZ8.518.579.8-
YUV83.25128.99130.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.39%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=34.39%
G=32.02%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87818500.070.020.663203.5732.94
Hex57515507242140421
Octal127121125072102500441
Binary1010111101000110101010111101000010101000000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575155; }

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

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

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

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

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

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

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

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