#53414C

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

Shades of Liver #53414C

Tints of Liver #53414C

Color information

#53414C (or 0x53414C) is unknown color: approx Liver. HEX triplet: 53, 41 and 4C. RGB value is (83,65,76). Sum of RGB (Red+Green+Blue) = 83+65+76=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #53414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53414C is #ACBEB3. Grayscale: #474747. Windows color (decimal): -11321012 or 4997459. OLE color: 4997459.

HSL color Cylindrical-coordinate representation of color #53414C: hue angle of 323.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53414C is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB836576-
CMYK00.220.080.67
HSL323.33º12.16%29.02%-
HSV(B)323.33º21.69%32.55%-
XYZ6.766.147.67-
YUV71.64130.46136.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=37.05%
G=29.02%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83657600.220.080.67323.3312.1629.02
Hex53414C016843143c1d
Octal123101114026101035031435
Binary10100111000001100110001011010001000011101000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53414C; }

 p { color: rgb(83,65,76); }

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

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

 a { background-color: rgb(83,65,76); }

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

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

 span { border-color: rgb(83,65,76); }

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