#5B4150

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

Shades of Liver #5B4150

Tints of Liver #5B4150

Color information

#5B4150 (or 0x5B4150) is unknown color: approx Liver. HEX triplet: 5B, 41 and 50. RGB value is (91,65,80). Sum of RGB (Red+Green+Blue) = 91+65+80=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4150 is #A4BEAF. Grayscale: #4A4A4A. Windows color (decimal): -10796720 or 5259611. OLE color: 5259611.

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

Color convert

RGB916580-
CMYK00.290.120.64
HSL325.38º16.67%30.59%-
HSV(B)325.38º28.57%35.69%-
XYZ7.656.588.46-
YUV74.48131.11139.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=38.56%
G=27.54%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91658000.290.120.64325.3816.6730.59
Hex5B415001DC40145111f
Octal133101120035141005052137
Binary101101110000011010000011101110010000001010001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,65,80); }

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

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

 a { background-color: rgb(91,65,80); }

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

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

 span { border-color: rgb(91,65,80); }

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