#53494D

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

Shades of Liver #53494D

Tints of Liver #53494D

Color information

#53494D (or 0x53494D) is unknown color: approx Liver. HEX triplet: 53, 49 and 4D. RGB value is (83,73,77). Sum of RGB (Red+Green+Blue) = 83+73+77=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #53494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53494D is #ACB6B2. Grayscale: #4C4C4C. Windows color (decimal): -11318963 or 5065043. OLE color: 5065043.

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

Color convert

RGB837377-
CMYK00.120.070.67
HSL336º6.41%30.59%-
HSV(B)336º12.05%32.55%-
XYZ7.297.148.02-
YUV76.45128.31132.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=35.62%
G=31.33%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83737700.120.070.673366.4130.59
Hex53494D0C74315061f
Octal1231111150147103520637
Binary10100111001001100110101100111100001110101000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53494D; }

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

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

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

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

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

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

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

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