#534D50

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

Shades of Liver #534D50

Tints of Liver #534D50

Color information

#534D50 (or 0x534D50) is unknown color: approx Liver. HEX triplet: 53, 4D and 50. RGB value is (83,77,80). Sum of RGB (Red+Green+Blue) = 83+77+80=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 83 - color contains mainly: red. Hex color #534D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D50 is #ACB2AF. Grayscale: #4F4F4F. Windows color (decimal): -11317936 or 5262675. OLE color: 5262675.

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

Color convert

RGB837780-
CMYK00.070.040.67
HSL330º3.75%31.37%-
HSV(B)330º7.23%32.55%-
XYZ7.677.738.68-
YUV79.14128.49130.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=34.58%
G=32.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83778000.070.040.673303.7531.37
Hex534D500744314a41f
Octal123115120074103512437
Binary1010011100110110100000111100100001110100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D50; }

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

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

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

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

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

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

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

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