#575053

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

Shades of Liver #575053

Tints of Liver #575053

Color information

#575053 (or 0x575053) is unknown color: approx Liver. HEX triplet: 57, 50 and 53. RGB value is (87,80,83). Sum of RGB (Red+Green+Blue) = 87+80+83=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 87 - color contains mainly: red. Hex color #575053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575053 is #A8AFAC. Grayscale: #525252. Windows color (decimal): -11055021 or 5460055. OLE color: 5460055.

HSL color Cylindrical-coordinate representation of color #575053: hue angle of 334.29º 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 #575053 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB878083-
CMYK00.080.050.66
HSL334.29º4.19%32.75%-
HSV(B)334.29º8.05%34.12%-
XYZ8.368.399.36-
YUV82.43128.32131.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=34.8%
G=32%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87808300.080.050.66334.294.1932.75
Hex5750530854214e421
Octal1271201230105102516441
Binary101011110100001010011010001011000010101001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575053; }

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

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

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

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

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

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

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

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