#55484E

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

Shades of Liver #55484E

Tints of Liver #55484E

Color information

#55484E (or 0x55484E) is unknown color: approx Liver. HEX triplet: 55, 48 and 4E. RGB value is (85,72,78). Sum of RGB (Red+Green+Blue) = 85+72+78=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #55484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55484E is #AAB7B1. Grayscale: #4C4C4C. Windows color (decimal): -11188146 or 5130325. OLE color: 5130325.

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

Color convert

RGB857278-
CMYK00.150.080.67
HSL332.31º8.28%30.78%-
HSV(B)332.31º15.29%33.33%-
XYZ7.447.128.19-
YUV76.57128.81134.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=36.17%
G=30.64%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85727800.150.080.67332.318.2830.78
Hex55484E0F84314c81f
Octal125110116017101035141037
Binary1010101100100010011100111110001000011101001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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