#5B4752

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

Shades of Liver #5B4752

Tints of Liver #5B4752

Color information

#5B4752 (or 0x5B4752) is unknown color: approx Liver. HEX triplet: 5B, 47 and 52. RGB value is (91,71,82). Sum of RGB (Red+Green+Blue) = 91+71+82=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4752 is #A4B8AD. Grayscale: #4E4E4E. Windows color (decimal): -10795182 or 5392219. OLE color: 5392219.

HSL color Cylindrical-coordinate representation of color #5B4752: hue angle of 327º 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 #5B4752 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB917182-
CMYK00.220.100.64
HSL327º12.35%31.76%-
HSV(B)327º21.98%35.69%-
XYZ8.097.348.97-
YUV78.23130.13137.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.30%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=37.30%
G=29.10%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91718200.220.100.6432712.3531.76
Hex5B4752016A40147c20
Octal133107122026121005071440
Binary101101110001111010010010110101010000001010001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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