#55414C

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

Shades of Liver #55414C

Tints of Liver #55414C

Color information

#55414C (or 0x55414C) is unknown color: approx Liver. HEX triplet: 55, 41 and 4C. RGB value is (85,65,76). Sum of RGB (Red+Green+Blue) = 85+65+76=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #55414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55414C is #AABEB3. Grayscale: #484848. Windows color (decimal): -11189940 or 4997461. OLE color: 4997461.

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

Color convert

RGB856576-
CMYK00.240.110.67
HSL327º13.33%29.41%-
HSV(B)327º23.53%33.33%-
XYZ6.946.237.67-
YUV72.23130.13137.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 65 (25.78% from 255) = 28.76%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=37.61%
G=28.76%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85657600.240.110.6732713.3329.41
Hex55414C018B43147d1d
Octal125101114030131035071535
Binary10101011000001100110001100010111000011101000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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