#55404C

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

Shades of Liver #55404C

Tints of Liver #55404C

Color information

#55404C (or 0x55404C) is unknown color: approx Liver. HEX triplet: 55, 40 and 4C. RGB value is (85,64,76). Sum of RGB (Red+Green+Blue) = 85+64+76=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #55404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55404C is #AABFB3. Grayscale: #474747. Windows color (decimal): -11190196 or 4997205. OLE color: 4997205.

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

Color convert

RGB856476-
CMYK00.250.110.67
HSL325.71º14.09%29.22%-
HSV(B)325.71º24.71%33.33%-
XYZ6.886.127.66-
YUV71.65130.46137.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=37.78%
G=28.44%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85647600.250.110.67325.7114.0929.22
Hex55404C019B43146e1d
Octal125100114031131035061635
Binary10101011000000100110001100110111000011101000110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,64,76); }

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

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

 a { background-color: rgb(85,64,76); }

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

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

 span { border-color: rgb(85,64,76); }

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