#5B4751

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

Shades of Liver #5B4751

Tints of Liver #5B4751

Color information

#5B4751 (or 0x5B4751) is unknown color: approx Liver. HEX triplet: 5B, 47 and 51. RGB value is (91,71,81). Sum of RGB (Red+Green+Blue) = 91+71+81=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4751 is #A4B8AE. Grayscale: #4E4E4E. Windows color (decimal): -10795183 or 5326683. OLE color: 5326683.

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

Color convert

RGB917181-
CMYK00.220.110.64
HSL330º12.35%31.76%-
HSV(B)330º21.98%35.69%-
XYZ8.057.328.77-
YUV78.12129.63137.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.45%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=37.45%
G=29.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91718100.220.110.6433012.3531.76
Hex5B4751016B4014ac20
Octal133107121026131005121440
Binary101101110001111010001010110101110000001010010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,71,81); }

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

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

 a { background-color: rgb(91,71,81); }

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

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

 span { border-color: rgb(91,71,81); }

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