#53494F

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

Shades of Liver #53494F

Tints of Liver #53494F

Color information

#53494F (or 0x53494F) is unknown color: approx Liver. HEX triplet: 53, 49 and 4F. RGB value is (83,73,79). Sum of RGB (Red+Green+Blue) = 83+73+79=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #53494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53494F is #ACB6B0. Grayscale: #4C4C4C. Windows color (decimal): -11318961 or 5196115. OLE color: 5196115.

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

Color convert

RGB837379-
CMYK00.120.050.67
HSL324º6.41%30.59%-
HSV(B)324º12.05%32.55%-
XYZ7.367.178.39-
YUV76.67129.31132.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=35.32%
G=31.06%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83737900.120.050.673246.4130.59
Hex53494F0C54314461f
Octal1231111170145103504637
Binary10100111001001100111101100101100001110100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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