COLOR #5B576E

HEX: #5B576E
RGB: (91,87,110)

Color info

#5B576E contains red, green and blue colors in about the same proportion. Web safe color of #5B576E is #666666 (or #666).

RGB color model

#5B576E color RGB value is (91,87,110).

  • red value is 91;
  • green value is 87;
  • blue value is 110.
RGB:
(91,87,110)
(36%,34%,43%)

RGB channels and saturation

R 91 of 255 = 36%
G 87 of 255 = 34%
B 110 of 255 = 43%

91
87
110

R + G + B ~ 38%. #5B576E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 87 + 110 = 288 (100%)
R 91 of 288 ~ 31.6%
G 87 of 288 ~ 30.21%
B 110 of 288 ~ 38.19%

%31.6
%30.21
%38.19

CMYK color model

#5B576E color CMYK value is (17,21,0,57).

  • cyan value is 17.27%
  • magenta value is 20.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(17,21,0,57)
C17M21Y0K57 
(17%,21%,0%,57%)
(0.17/0.21/0.00/0.57)	

CMYK percentages

%17.27
%20.91
%0
%56.86

Codes

Color #5B576E in popluar color models

5B576E
RGB9187110
HSL250°11.68%38.63%
HSB/HSV250°20.91%43.14%
CMYK17.27%20.91%0.00%
56.86%

Color #5B576E in popluar number systems.

HEX5B576E
Decimal9187110
Binary101101110101111101110
Octal133127156

Shades and tints

Shades of #5B576E

#5B576E
(91,87,110)
#535064
(83,80,100)
#4B495A
(75,73,90)
#434250
(67,66,80)
#3B3B46
(59,59,70)
#33343C
(51,52,60)
#2B2D32
(43,45,50)
#232628
(35,38,40)
#1B1F1E
(27,31,30)
#131814
(19,24,20)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #5B576E

#5B576E
(91,87,110)
#69667B
(105,102,123)
#777588
(119,117,136)
#858495
(133,132,149)
#9393A2
(147,147,162)
#A1A2AF
(161,162,175)
#AFB1BC
(175,177,188)
#BDC0C9
(189,192,201)
#CBCFD6
(203,207,214)
#D9DEE3
(217,222,227)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B576E color. Also use rgb(91,87,110) instead hex code.

Text Font Color

.myTextColor { color: #5B576E; }

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

This text font color is #5B576E.


Background Color

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

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

This div background color is #5B576E.


Border color

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

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

This div border color is #5B576E.


Opacity

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

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

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

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

This text has shadow with #5B576E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B576E on black background.


Color preview on white background

This text has color #5B576E on white background.



Black color preview on #5B576E background

This text has black color on #5B576E background.


White color preview on #5B576E background

This text has white color on #5B576E background.