#553A4A

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

Shades of Liver #553A4A

Tints of Liver #553A4A

Color information

#553A4A (or 0x553A4A) is unknown color: approx Liver. HEX triplet: 55, 3A and 4A. RGB value is (85,58,74). Sum of RGB (Red+Green+Blue) = 85+58+74=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #553A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A4A is #AAC5B5. Grayscale: #434343. Windows color (decimal): -11191734 or 4864597. OLE color: 4864597.

HSL color Cylindrical-coordinate representation of color #553A4A: hue angle of 324.44º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553A4A is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB855874-
CMYK00.320.130.67
HSL324.44º18.88%28.04%-
HSV(B)324.44º31.76%33.33%-
XYZ6.55.457.19-
YUV67.9131.45140.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=39.17%
G=26.73%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85587400.320.130.67324.4418.8828.04
Hex553A4A020D43144131c
Octal12572112040151035042334
Binary101010111101010010100100000110110000111010001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553A4A; }

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

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

<style>
 a { background-color: #553A4A; }

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

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

<style>
 span { border-color: #553A4A; }

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

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