COLOR #5B537B

HEX: #5B537B
RGB: (91,83,123)

Color info

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

RGB color model

#5B537B color RGB value is (91,83,123).

  • red value is 91;
  • green value is 83;
  • blue value is 123.
RGB:
(91,83,123)
(36%,33%,48%)

RGB channels and saturation

R 91 of 255 = 36%
G 83 of 255 = 33%
B 123 of 255 = 48%

91
83
123

R + G + B ~ 39%. #5B537B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 83 + 123 = 297 (100%)
R 91 of 297 ~ 30.64%
G 83 of 297 ~ 27.95%
B 123 of 297 ~ 41.41%

%30.64
%27.95
%41.41

CMYK color model

#5B537B color CMYK value is (26,33,0,52).

  • cyan value is 26.02%
  • magenta value is 32.52%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(26,33,0,52)
C26M33Y0K52 
(26%,33%,0%,52%)
(0.26/0.33/0.00/0.52)	

CMYK percentages

%26.02
%32.52
%0
%51.76

Codes

Color #5B537B in popluar color models

5B537B
RGB9183123
HSL252°19.42%40.39%
HSB/HSV252°32.52%48.24%
CMYK26.02%32.52%0.00%
51.76%

Color #5B537B in popluar number systems.

HEX5B537B
Decimal9183123
Binary101101110100111111011
Octal133123173

Shades and tints

Shades of #5B537B

#5B537B
(91,83,123)
#534C70
(83,76,112)
#4B4565
(75,69,101)
#433E5A
(67,62,90)
#3B374F
(59,55,79)
#333044
(51,48,68)
#2B2939
(43,41,57)
#23222E
(35,34,46)
#1B1B23
(27,27,35)
#131418
(19,20,24)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #5B537B

#5B537B
(91,83,123)
#696287
(105,98,135)
#777193
(119,113,147)
#85809F
(133,128,159)
#938FAB
(147,143,171)
#A19EB7
(161,158,183)
#AFADC3
(175,173,195)
#BDBCCF
(189,188,207)
#CBCBDB
(203,203,219)
#D9DAE7
(217,218,231)
#E7E9F3
(231,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B537B color. Also use rgb(91,83,123) instead hex code.

Text Font Color

.myTextColor { color: #5B537B; }

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

This text font color is #5B537B.


Background Color

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

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

This div background color is #5B537B.


Border color

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

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

This div border color is #5B537B.


Opacity

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

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

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

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

This text has shadow with #5B537B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B537B on black background.


Color preview on white background

This text has color #5B537B on white background.



Black color preview on #5B537B background

This text has black color on #5B537B background.


White color preview on #5B537B background

This text has white color on #5B537B background.