#55444C

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

Shades of Liver #55444C

Tints of Liver #55444C

Color information

#55444C (or 0x55444C) is unknown color: approx Liver. HEX triplet: 55, 44 and 4C. RGB value is (85,68,76). Sum of RGB (Red+Green+Blue) = 85+68+76=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55444C is #AABBB3. Grayscale: #494949. Windows color (decimal): -11189172 or 4998229. OLE color: 4998229.

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

Color convert

RGB856876-
CMYK00.200.110.67
HSL331.76º11.11%30%-
HSV(B)331.76º20%33.33%-
XYZ7.126.597.73-
YUV73.99129.13135.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=37.12%
G=29.69%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85687600.200.110.67331.7611.1130
Hex55444C014B4314cb1e
Octal125104114024131035141336
Binary10101011000100100110001010010111000011101001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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