#55424E

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

Shades of Liver #55424E

Tints of Liver #55424E

Color information

#55424E (or 0x55424E) is unknown color: approx Liver. HEX triplet: 55, 42 and 4E. RGB value is (85,66,78). Sum of RGB (Red+Green+Blue) = 85+66+78=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55424E is #AABDB1. Grayscale: #494949. Windows color (decimal): -11189682 or 5128789. OLE color: 5128789.

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

Color convert

RGB856678-
CMYK00.220.080.67
HSL322.11º12.58%29.61%-
HSV(B)322.11º22.35%33.33%-
XYZ7.076.388.07-
YUV73.05130.79136.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=37.12%
G=28.82%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85667800.220.080.67322.1112.5829.61
Hex55424E016843142d1e
Octal125102116026101035021536
Binary10101011000010100111001011010001000011101000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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