#55434E

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

Shades of Liver #55434E

Tints of Liver #55434E

Color information

#55434E (or 0x55434E) is unknown color: approx Liver. HEX triplet: 55, 43 and 4E. RGB value is (85,67,78). Sum of RGB (Red+Green+Blue) = 85+67+78=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #55434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55434E is #AABCB1. Grayscale: #494949. Windows color (decimal): -11189426 or 5129045. OLE color: 5129045.

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

Color convert

RGB856778-
CMYK00.210.080.67
HSL323.33º11.84%29.8%-
HSV(B)323.33º21.18%33.33%-
XYZ7.136.58.09-
YUV73.64130.46136.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 78 (30.86% from 255) = 33.91%
R=36.96%
G=29.13%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85677800.210.080.67323.3311.8429.8
Hex55434E015843143c1e
Octal125103116025101035031436
Binary10101011000011100111001010110001000011101000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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