COLOR #5B576C

HEX: #5B576C
RGB: (91,87,108)

Color info

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

RGB color model

#5B576C color RGB value is (91,87,108).

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

RGB channels and saturation

R 91 of 255 = 36%
G 87 of 255 = 34%
B 108 of 255 = 42%

91
87
108

R + G + B ~ 37%. #5B576C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 87 + 108 = 286 (100%)
R 91 of 286 ~ 31.82%
G 87 of 286 ~ 30.42%
B 108 of 286 ~ 37.76%

%31.82
%30.42
%37.76

CMYK color model

#5B576C color CMYK value is (16,19,0,58).

  • cyan value is 15.74%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(16,19,0,58)
C16M19Y0K58 
(16%,19%,0%,58%)
(0.16/0.19/0.00/0.58)	

CMYK percentages

%15.74
%19.44
%0
%57.65

Codes

Color #5B576C in popluar color models

5B576C
RGB9187108
HSL251°10.77%38.24%
HSB/HSV251°19.44%42.35%
CMYK15.74%19.44%0.00%
57.65%

Color #5B576C in popluar number systems.

HEX5B576C
Decimal9187108
Binary101101110101111101100
Octal133127154

Shades and tints

Shades of #5B576C

#5B576C
(91,87,108)
#535063
(83,80,99)
#4B495A
(75,73,90)
#434251
(67,66,81)
#3B3B48
(59,59,72)
#33343F
(51,52,63)
#2B2D36
(43,45,54)
#23262D
(35,38,45)
#1B1F24
(27,31,36)
#13181B
(19,24,27)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #5B576C

#5B576C
(91,87,108)
#696679
(105,102,121)
#777586
(119,117,134)
#858493
(133,132,147)
#9393A0
(147,147,160)
#A1A2AD
(161,162,173)
#AFB1BA
(175,177,186)
#BDC0C7
(189,192,199)
#CBCFD4
(203,207,212)
#D9DEE1
(217,222,225)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B576C; }

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

This text font color is #5B576C.


Background Color

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

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

This div background color is #5B576C.


Border color

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

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

This div border color is #5B576C.


Opacity

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

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

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

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

This text has shadow with #5B576C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B576C on black background.


Color preview on white background

This text has color #5B576C on white background.



Black color preview on #5B576C background

This text has black color on #5B576C background.


White color preview on #5B576C background

This text has white color on #5B576C background.