#55424D

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

Shades of Liver #55424D

Tints of Liver #55424D

Color information

#55424D (or 0x55424D) is unknown color: approx Liver. HEX triplet: 55, 42 and 4D. RGB value is (85,66,77). Sum of RGB (Red+Green+Blue) = 85+66+77=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55424D is #AABDB2. Grayscale: #484848. Windows color (decimal): -11189683 or 5063253. OLE color: 5063253.

HSL color Cylindrical-coordinate representation of color #55424D: hue angle of 325.26º 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 #55424D is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB856677-
CMYK00.220.090.67
HSL325.26º12.58%29.61%-
HSV(B)325.26º22.35%33.33%-
XYZ7.036.367.88-
YUV72.94130.29136.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=37.28%
G=28.95%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85667700.220.090.67325.2612.5829.61
Hex55424D016943145d1e
Octal125102115026111035051536
Binary10101011000010100110101011010011000011101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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