#5B464E

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

Shades of Liver #5B464E

Tints of Liver #5B464E

Color information

#5B464E (or 0x5B464E) is unknown color: approx Liver. HEX triplet: 5B, 46 and 4E. RGB value is (91,70,78). Sum of RGB (Red+Green+Blue) = 91+70+78=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 91 - color contains mainly: red. Hex color #5B464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B464E is #A4B9B1. Grayscale: #4D4D4D. Windows color (decimal): -10795442 or 5129819. OLE color: 5129819.

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

Color convert

RGB917078-
CMYK00.230.140.64
HSL337.14º13.04%31.57%-
HSV(B)337.14º23.08%35.69%-
XYZ7.887.158.17-
YUV77.19128.46137.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=38.08%
G=29.29%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91707800.230.140.64337.1413.0431.57
Hex5B464E017E40151d20
Octal133106116027161005211540
Binary101101110001101001110010111111010000001010100011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,70,78); }

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

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

 a { background-color: rgb(91,70,78); }

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

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

 span { border-color: rgb(91,70,78); }

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