#575055

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

Shades of Liver #575055

Tints of Liver #575055

Color information

#575055 (or 0x575055) is unknown color: approx Liver. HEX triplet: 57, 50 and 55. RGB value is (87,80,85). Sum of RGB (Red+Green+Blue) = 87+80+85=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 87 - color contains mainly: red. Hex color #575055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575055 is #A8AFAA. Grayscale: #525252. Windows color (decimal): -11055019 or 5591127. OLE color: 5591127.

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

Color convert

RGB878085-
CMYK00.080.020.66
HSL317.14º4.19%32.75%-
HSV(B)317.14º8.05%34.12%-
XYZ8.448.429.77-
YUV82.66129.32131.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=34.52%
G=31.75%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87808500.080.020.66317.144.1932.75
Hex5750550824213d421
Octal1271201250102102475441
Binary10101111010000101010101000101000010100111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575055; }

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

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

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

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

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

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

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

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