#5B4051

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

Shades of Liver #5B4051

Tints of Liver #5B4051

Color information

#5B4051 (or 0x5B4051) is unknown color: approx Liver. HEX triplet: 5B, 40 and 51. RGB value is (91,64,81). Sum of RGB (Red+Green+Blue) = 91+64+81=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4051 is #A4BFAE. Grayscale: #494949. Windows color (decimal): -10796975 or 5324891. OLE color: 5324891.

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

Color convert

RGB916481-
CMYK00.300.110.64
HSL322.22º17.42%30.39%-
HSV(B)322.22º29.67%35.69%-
XYZ7.636.498.63-
YUV74.01131.95140.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=38.56%
G=27.12%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91648100.300.110.64322.2217.4230.39
Hex5B405101EB40142111e
Octal133100121036131005022136
Binary101101110000001010001011110101110000001010000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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