COLOR #5B4659

HEX: #5B4659
RGB: (91,70,89)

Color info

#5B4659 contains red, green and blue colors in about the same proportion. Web safe color of #5B4659 is #663366 (or #636).

RGB color model

#5B4659 color RGB value is (91,70,89).

  • red value is 91;
  • green value is 70;
  • blue value is 89.
RGB:
(91,70,89)
(36%,27%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 70 of 255 = 27%
B 89 of 255 = 35%

91
70
89

R + G + B ~ 33%. #5B4659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 70 + 89 = 250 (100%)
R 91 of 250 ~ 36.4%
G 70 of 250 ~ 28%
B 89 of 250 ~ 35.6%

%36.4
%28
%35.6

CMYK color model

#5B4659 color CMYK value is (0,23,2,64).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 2.20%
  • key color value is 64.31%
CMYK:
(0,23,2,64)
C0M23Y2K64 
(0%,23%,2%,64%)
(0.00/0.23/0.02/0.64)	

CMYK percentages

%0
%23.08
%2.2
%64.31

Codes

Color #5B4659 in popluar color models

5B4659
RGB917089
HSL306°13.04%31.57%
HSB/HSV306°23.08%35.69%
CMYK0.00%23.08%2.20%
64.31%

Color #5B4659 in popluar number systems.

HEX5B4659
Decimal917089
Binary101101110001101011001
Octal133106131

Shades and tints

Shades of #5B4659

#5B4659
(91,70,89)
#534051
(83,64,81)
#4B3A49
(75,58,73)
#433441
(67,52,65)
#3B2E39
(59,46,57)
#332831
(51,40,49)
#2B2229
(43,34,41)
#231C21
(35,28,33)
#1B1619
(27,22,25)
#131011
(19,16,17)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #5B4659

#5B4659
(91,70,89)
#695668
(105,86,104)
#776677
(119,102,119)
#857686
(133,118,134)
#938695
(147,134,149)
#A196A4
(161,150,164)
#AFA6B3
(175,166,179)
#BDB6C2
(189,182,194)
#CBC6D1
(203,198,209)
#D9D6E0
(217,214,224)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4659 color. Also use rgb(91,70,89) instead hex code.

Text Font Color

.myTextColor { color: #5B4659; }

<p style="color:#5B4659">This sample text font color is #5B4659.</p>

This text font color is #5B4659.


Background Color

.myBgColor { background-color: #5B4659; }

<div style="background-color:#5B4659">Inner text</div>

This div background color is #5B4659.


Border color

.myBorderColor { border: 1px solid #5B4659; }

<div style="border:3px solid #5B4659">Div</div>

This div border color is #5B4659.


Opacity

.myOpacity80 { color: #5B4659; opacity: 0.8; }

<p style="color:#5B4659;opacity:0.8;">80%</p>

Text with #5B4659 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5B4659;}

<p style="text-shadow: 3px 3px 1px #5B4659">Text here.</p>

This text has shadow with #5B4659 color.

.textShadow {text-shadow: 3px 3px 1px #5B4659, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5B4659, 5px 5px 20px red">Text here.</p>

This text has shadow with #5B4659 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5B4659, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5B4659, Direction=45, Strength=4)">Text</p>

This text has shadow with #5B4659 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5B4659;
  -webkit-box-shadow:	1px 1px 3px 2px #5B4659;
  box-shadow:		1px 1px 3px 2px #5B4659;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5B4659;
-webkit-box-shadow: 1px 1px 3px 2px #5B4659;
box-shadow:1px 1px 3px 2px #5B4659;">
Div content here</div>
This div box has shadow with color #5B4659.

Preview

Color preview on black background

This text has color #5B4659 on black background.


Color preview on white background

This text has color #5B4659 on white background.



Black color preview on #5B4659 background

This text has black color on #5B4659 background.


White color preview on #5B4659 background

This text has white color on #5B4659 background.