#53424C

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

Shades of Liver #53424C

Tints of Liver #53424C

Color information

#53424C (or 0x53424C) is unknown color: approx Liver. HEX triplet: 53, 42 and 4C. RGB value is (83,66,76). Sum of RGB (Red+Green+Blue) = 83+66+76=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #53424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53424C is #ACBDB3. Grayscale: #484848. Windows color (decimal): -11320756 or 4997715. OLE color: 4997715.

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

Color convert

RGB836676-
CMYK00.200.080.67
HSL324.71º11.41%29.22%-
HSV(B)324.71º20.48%32.55%-
XYZ6.826.267.69-
YUV72.22130.13135.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=36.89%
G=29.33%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83667600.200.080.67324.7111.4129.22
Hex53424C014843145b1d
Octal123102114024101035051335
Binary10100111000010100110001010010001000011101000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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