#55474C

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

Shades of Liver #55474C

Tints of Liver #55474C

Color information

#55474C (or 0x55474C) is unknown color: approx Liver. HEX triplet: 55, 47 and 4C. RGB value is (85,71,76). Sum of RGB (Red+Green+Blue) = 85+71+76=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #55474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55474C is #AAB8B3. Grayscale: #4B4B4B. Windows color (decimal): -11188404 or 4998997. OLE color: 4998997.

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

Color convert

RGB857176-
CMYK00.160.110.67
HSL338.57º8.97%30.59%-
HSV(B)338.57º16.47%33.33%-
XYZ7.36.967.8-
YUV75.76128.14134.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=36.64%
G=30.60%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85717600.160.110.67338.578.9730.59
Hex55474C010B4315391f
Octal125107114020131035231137
Binary10101011000111100110001000010111000011101010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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