COLOR #5B4C6D

HEX: #5B4C6D
RGB: (91,76,109)

Color info

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

RGB color model

#5B4C6D color RGB value is (91,76,109).

  • red value is 91;
  • green value is 76;
  • blue value is 109.
RGB:
(91,76,109)
(36%,30%,43%)

RGB channels and saturation

R 91 of 255 = 36%
G 76 of 255 = 30%
B 109 of 255 = 43%

91
76
109

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

Portions of RGB colors in percentages

R + G + B =
91 + 76 + 109 = 276 (100%)
R 91 of 276 ~ 32.97%
G 76 of 276 ~ 27.54%
B 109 of 276 ~ 39.49%

%32.97
%27.54
%39.49

CMYK color model

#5B4C6D color CMYK value is (17,30,0,57).

  • cyan value is 16.51%
  • magenta value is 30.28%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(17,30,0,57)
C17M30Y0K57 
(17%,30%,0%,57%)
(0.17/0.30/0.00/0.57)	

CMYK percentages

%16.51
%30.28
%0
%57.25

Codes

Color #5B4C6D in popluar color models

5B4C6D
RGB9176109
HSL267°17.84%36.27%
HSB/HSV267°30.28%42.75%
CMYK16.51%30.28%0.00%
57.25%

Color #5B4C6D in popluar number systems.

HEX5B4C6D
Decimal9176109
Binary101101110011001101101
Octal133114155

Shades and tints

Shades of #5B4C6D

#5B4C6D
(91,76,109)
#534664
(83,70,100)
#4B405B
(75,64,91)
#433A52
(67,58,82)
#3B3449
(59,52,73)
#332E40
(51,46,64)
#2B2837
(43,40,55)
#23222E
(35,34,46)
#1B1C25
(27,28,37)
#13161C
(19,22,28)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #5B4C6D

#5B4C6D
(91,76,109)
#695C7A
(105,92,122)
#776C87
(119,108,135)
#857C94
(133,124,148)
#938CA1
(147,140,161)
#A19CAE
(161,156,174)
#AFACBB
(175,172,187)
#BDBCC8
(189,188,200)
#CBCCD5
(203,204,213)
#D9DCE2
(217,220,226)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4C6D color. Also use rgb(91,76,109) instead hex code.

Text Font Color

.myTextColor { color: #5B4C6D; }

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

This text font color is #5B4C6D.


Background Color

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

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

This div background color is #5B4C6D.


Border color

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

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

This div border color is #5B4C6D.


Opacity

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

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

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

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

This text has shadow with #5B4C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4C6D on black background.


Color preview on white background

This text has color #5B4C6D on white background.



Black color preview on #5B4C6D background

This text has black color on #5B4C6D background.


White color preview on #5B4C6D background

This text has white color on #5B4C6D background.