COLOR #5B4B6B

HEX: #5B4B6B
RGB: (91,75,107)

Color info

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

RGB color model

#5B4B6B color RGB value is (91,75,107).

  • red value is 91;
  • green value is 75;
  • blue value is 107.
RGB:
(91,75,107)
(36%,29%,42%)

RGB channels and saturation

R 91 of 255 = 36%
G 75 of 255 = 29%
B 107 of 255 = 42%

91
75
107

R + G + B ~ 36%. #5B4B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 75 + 107 = 273 (100%)
R 91 of 273 ~ 33.33%
G 75 of 273 ~ 27.47%
B 107 of 273 ~ 39.19%

%33.33
%27.47
%39.19

CMYK color model

#5B4B6B color CMYK value is (15,30,0,58).

  • cyan value is 14.95%
  • magenta value is 29.91%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(15,30,0,58)
C15M30Y0K58 
(15%,30%,0%,58%)
(0.15/0.30/0.00/0.58)	

CMYK percentages

%14.95
%29.91
%0
%58.04

Codes

Color #5B4B6B in popluar color models

5B4B6B
RGB9175107
HSL270°17.58%35.69%
HSB/HSV270°29.91%41.96%
CMYK14.95%29.91%0.00%
58.04%

Color #5B4B6B in popluar number systems.

HEX5B4B6B
Decimal9175107
Binary101101110010111101011
Octal133113153

Shades and tints

Shades of #5B4B6B

#5B4B6B
(91,75,107)
#534562
(83,69,98)
#4B3F59
(75,63,89)
#433950
(67,57,80)
#3B3347
(59,51,71)
#332D3E
(51,45,62)
#2B2735
(43,39,53)
#23212C
(35,33,44)
#1B1B23
(27,27,35)
#13151A
(19,21,26)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #5B4B6B

#5B4B6B
(91,75,107)
#695B78
(105,91,120)
#776B85
(119,107,133)
#857B92
(133,123,146)
#938B9F
(147,139,159)
#A19BAC
(161,155,172)
#AFABB9
(175,171,185)
#BDBBC6
(189,187,198)
#CBCBD3
(203,203,211)
#D9DBE0
(217,219,224)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4B6B color. Also use rgb(91,75,107) instead hex code.

Text Font Color

.myTextColor { color: #5B4B6B; }

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

This text font color is #5B4B6B.


Background Color

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

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

This div background color is #5B4B6B.


Border color

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

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

This div border color is #5B4B6B.


Opacity

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

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

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

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

This text has shadow with #5B4B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4B6B on black background.


Color preview on white background

This text has color #5B4B6B on white background.



Black color preview on #5B4B6B background

This text has black color on #5B4B6B background.


White color preview on #5B4B6B background

This text has white color on #5B4B6B background.