#5C4E55

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

Shades of Liver #5C4E55

Tints of Liver #5C4E55

Color information

#5C4E55 (or 0x5C4E55) is unknown color: approx Liver. HEX triplet: 5C, 4E and 55. RGB value is (92,78,85). Sum of RGB (Red+Green+Blue) = 92+78+85=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4E55 is #A3B1AA. Grayscale: #525252. Windows color (decimal): -10727851 or 5590620. OLE color: 5590620.

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

Color convert

RGB927885-
CMYK00.150.080.64
HSL330º8.24%33.33%-
HSV(B)330º15.22%36.08%-
XYZ8.788.389.75-
YUV82.98129.14134.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.08%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=36.08%
G=30.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92788500.150.080.643308.2433.33
Hex5C4E550F84014a821
Octal134116125017101005121041
Binary10111001001110101010101111100010000001010010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C4E55; }

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

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

<style>
 a { background-color: #5C4E55; }

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

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

<style>
 span { border-color: #5C4E55; }

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

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