#575355

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

Shades of Liver #575355

Tints of Liver #575355

Color information

#575355 (or 0x575355) is unknown color: approx Liver. HEX triplet: 57, 53 and 55. RGB value is (87,83,85). Sum of RGB (Red+Green+Blue) = 87+83+85=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 87 - color contains mainly: red. Hex color #575355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575355 is #A8ACAA. Grayscale: #545454. Windows color (decimal): -11054251 or 5591895. OLE color: 5591895.

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

Color convert

RGB878385-
CMYK00.050.020.66
HSL330º2.35%33.33%-
HSV(B)330º4.6%34.12%-
XYZ8.668.879.85-
YUV84.42128.33129.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.12%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=34.12%
G=32.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87838500.050.020.663302.3533.33
Hex5753550524214a221
Octal127123125052102512241
Binary101011110100111010101010110100001010100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575355; }

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

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

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

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

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

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

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

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