#53494E

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

Shades of Liver #53494E

Tints of Liver #53494E

Color information

#53494E (or 0x53494E) is unknown color: approx Liver. HEX triplet: 53, 49 and 4E. RGB value is (83,73,78). Sum of RGB (Red+Green+Blue) = 83+73+78=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #53494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53494E is #ACB6B1. Grayscale: #4C4C4C. Windows color (decimal): -11318962 or 5130579. OLE color: 5130579.

HSL color Cylindrical-coordinate representation of color #53494E: hue angle of 330º 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 #53494E is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB837378-
CMYK00.120.060.67
HSL330º6.41%30.59%-
HSV(B)330º12.05%32.55%-
XYZ7.327.158.2-
YUV76.56128.81132.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=35.47%
G=31.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83737800.120.060.673306.4130.59
Hex53494E0C64314a61f
Octal1231111160146103512637
Binary10100111001001100111001100110100001110100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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