COLOR #5B538B

HEX: #5B538B
RGB: (91,83,139)

Color info

#5B538B contains red, green and blue colors in about the same proportion. Web safe color of #5B538B is #666699 (or #669).

RGB color model

#5B538B color RGB value is (91,83,139).

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

RGB channels and saturation

R 91 of 255 = 36%
G 83 of 255 = 33%
B 139 of 255 = 55%

91
83
139

R + G + B ~ 41%. #5B538B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 83 + 139 = 313 (100%)
R 91 of 313 ~ 29.07%
G 83 of 313 ~ 26.52%
B 139 of 313 ~ 44.41%

%29.07
%26.52
%44.41

CMYK color model

#5B538B color CMYK value is (35,40,0,45).

  • cyan value is 34.53%
  • magenta value is 40.29%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(35,40,0,45)
C35M40Y0K45 
(35%,40%,0%,45%)
(0.35/0.40/0.00/0.45)	

CMYK percentages

%34.53
%40.29
%0
%45.49

Codes

Color #5B538B in popluar color models

5B538B
RGB9183139
HSL249°25.23%43.53%
HSB/HSV249°40.29%54.51%
CMYK34.53%40.29%0.00%
45.49%

Color #5B538B in popluar number systems.

HEX5B538B
Decimal9183139
Binary1011011101001110001011
Octal133123213

Shades and tints

Shades of #5B538B

#5B538B
(91,83,139)
#534C7F
(83,76,127)
#4B4573
(75,69,115)
#433E67
(67,62,103)
#3B375B
(59,55,91)
#33304F
(51,48,79)
#2B2943
(43,41,67)
#232237
(35,34,55)
#1B1B2B
(27,27,43)
#13141F
(19,20,31)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #5B538B

#5B538B
(91,83,139)
#696295
(105,98,149)
#77719F
(119,113,159)
#8580A9
(133,128,169)
#938FB3
(147,143,179)
#A19EBD
(161,158,189)
#AFADC7
(175,173,199)
#BDBCD1
(189,188,209)
#CBCBDB
(203,203,219)
#D9DAE5
(217,218,229)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B538B; }

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

This text font color is #5B538B.


Background Color

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

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

This div background color is #5B538B.


Border color

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

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

This div border color is #5B538B.


Opacity

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

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

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

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

This text has shadow with #5B538B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B538B on black background.


Color preview on white background

This text has color #5B538B on white background.



Black color preview on #5B538B background

This text has black color on #5B538B background.


White color preview on #5B538B background

This text has white color on #5B538B background.