COLOR #5B4561

HEX: #5B4561
RGB: (91,69,97)

Color info

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

RGB color model

#5B4561 color RGB value is (91,69,97).

  • red value is 91;
  • green value is 69;
  • blue value is 97.
RGB:
(91,69,97)
(36%,27%,38%)

RGB channels and saturation

R 91 of 255 = 36%
G 69 of 255 = 27%
B 97 of 255 = 38%

91
69
97

R + G + B ~ 34%. #5B4561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 69 + 97 = 257 (100%)
R 91 of 257 ~ 35.41%
G 69 of 257 ~ 26.85%
B 97 of 257 ~ 37.74%

%35.41
%26.85
%37.74

CMYK color model

#5B4561 color CMYK value is (6,29,0,62).

  • cyan value is 6.19%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(6,29,0,62)
C6M29Y0K62 
(6%,29%,0%,62%)
(0.06/0.29/0.00/0.62)	

CMYK percentages

%6.19
%28.87
%0
%61.96

Codes

Color #5B4561 in popluar color models

5B4561
RGB916997
HSL287°16.87%32.55%
HSB/HSV287°28.87%38.04%
CMYK6.19%28.87%0.00%
61.96%

Color #5B4561 in popluar number systems.

HEX5B4561
Decimal916997
Binary101101110001011100001
Octal133105141

Shades and tints

Shades of #5B4561

#5B4561
(91,69,97)
#533F59
(83,63,89)
#4B3951
(75,57,81)
#433349
(67,51,73)
#3B2D41
(59,45,65)
#332739
(51,39,57)
#2B2131
(43,33,49)
#231B29
(35,27,41)
#1B1521
(27,21,33)
#130F19
(19,15,25)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #5B4561

#5B4561
(91,69,97)
#69556F
(105,85,111)
#77657D
(119,101,125)
#85758B
(133,117,139)
#938599
(147,133,153)
#A195A7
(161,149,167)
#AFA5B5
(175,165,181)
#BDB5C3
(189,181,195)
#CBC5D1
(203,197,209)
#D9D5DF
(217,213,223)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4561 color. Also use rgb(91,69,97) instead hex code.

Text Font Color

.myTextColor { color: #5B4561; }

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

This text font color is #5B4561.


Background Color

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

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

This div background color is #5B4561.


Border color

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

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

This div border color is #5B4561.


Opacity

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

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

Text with #5B4561 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 #5B4561;}

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

This text has shadow with #5B4561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4561 on black background.


Color preview on white background

This text has color #5B4561 on white background.



Black color preview on #5B4561 background

This text has black color on #5B4561 background.


White color preview on #5B4561 background

This text has white color on #5B4561 background.