#55444E

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

Shades of Liver #55444E

Tints of Liver #55444E

Color information

#55444E (or 0x55444E) is unknown color: approx Liver. HEX triplet: 55, 44 and 4E. RGB value is (85,68,78). Sum of RGB (Red+Green+Blue) = 85+68+78=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #55444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55444E is #AABBB1. Grayscale: #4A4A4A. Windows color (decimal): -11189170 or 5129301. OLE color: 5129301.

HSL color Cylindrical-coordinate representation of color #55444E: hue angle of 324.71º 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 #55444E is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB856878-
CMYK00.200.080.67
HSL324.71º11.11%30%-
HSV(B)324.71º20%33.33%-
XYZ7.196.628.11-
YUV74.22130.13135.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=36.80%
G=29.44%
B=33.77%

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
Decimal85687800.200.080.67324.7111.1130
Hex55444E014843145b1e
Octal125104116024101035051336
Binary10101011000100100111001010010001000011101000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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