#55444A

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

Shades of Liver #55444A

Tints of Liver #55444A

Color information

#55444A (or 0x55444A) is unknown color: approx Liver. HEX triplet: 55, 44 and 4A. RGB value is (85,68,74). Sum of RGB (Red+Green+Blue) = 85+68+74=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #55444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55444A is #AABBB5. Grayscale: #494949. Windows color (decimal): -11189174 or 4867157. OLE color: 4867157.

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

Color convert

RGB856874-
CMYK00.200.130.67
HSL338.82º11.11%30%-
HSV(B)338.82º20%33.33%-
XYZ7.056.567.37-
YUV73.77128.13136.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=37.44%
G=29.96%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85687400.200.130.67338.8211.1130
Hex55444A014D43153b1e
Octal125104112024151035231336
Binary10101011000100100101001010011011000011101010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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