#55464E

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

Shades of Liver #55464E

Tints of Liver #55464E

Color information

#55464E (or 0x55464E) is unknown color: approx Liver. HEX triplet: 55, 46 and 4E. RGB value is (85,70,78). Sum of RGB (Red+Green+Blue) = 85+70+78=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #55464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55464E is #AAB9B1. Grayscale: #4B4B4B. Windows color (decimal): -11188658 or 5129813. OLE color: 5129813.

HSL color Cylindrical-coordinate representation of color #55464E: hue angle of 328º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #55464E is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB857078-
CMYK00.180.080.67
HSL328º9.68%30.39%-
HSV(B)328º17.65%33.33%-
XYZ7.316.868.15-
YUV75.4129.47134.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=36.48%
G=30.04%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85707800.180.080.673289.6830.39
Hex55464E012843148a1e
Octal125106116022101035101236
Binary10101011000110100111001001010001000011101001000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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