#553D4A

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

Shades of Liver #553D4A

Tints of Liver #553D4A

Color information

#553D4A (or 0x553D4A) is unknown color: approx Liver. HEX triplet: 55, 3D and 4A. RGB value is (85,61,74). Sum of RGB (Red+Green+Blue) = 85+61+74=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #553D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D4A is #AAC2B5. Grayscale: #454545. Windows color (decimal): -11190966 or 4865365. OLE color: 4865365.

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

Color convert

RGB856174-
CMYK00.280.130.67
HSL327.5º16.44%28.63%-
HSV(B)327.5º28.24%33.33%-
XYZ6.655.767.24-
YUV69.66130.45138.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=38.64%
G=27.73%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85617400.280.130.67327.516.4428.63
Hex553D4A01CD43148101d
Octal12575112034151035102035
Binary10101011111011001010011100110110000111010010001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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