#55434A

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

Shades of Liver #55434A

Tints of Liver #55434A

Color information

#55434A (or 0x55434A) is unknown color: approx Liver. HEX triplet: 55, 43 and 4A. RGB value is (85,67,74). Sum of RGB (Red+Green+Blue) = 85+67+74=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #55434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55434A is #AABCB5. Grayscale: #494949. Windows color (decimal): -11189430 or 4866901. OLE color: 4866901.

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

Color convert

RGB856774-
CMYK00.210.130.67
HSL336.67º11.84%29.8%-
HSV(B)336.67º21.18%33.33%-
XYZ6.996.447.35-
YUV73.18128.46136.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=37.61%
G=29.65%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85677400.210.130.67336.6711.8429.8
Hex55434A015D43151c1e
Octal125103112025151035211436
Binary10101011000011100101001010111011000011101010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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