COLOR #5B5383

HEX: #5B5383
RGB: (91,83,131)

Color info

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

RGB color model

#5B5383 color RGB value is (91,83,131).

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

RGB channels and saturation

R 91 of 255 = 36%
G 83 of 255 = 33%
B 131 of 255 = 51%

91
83
131

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

Portions of RGB colors in percentages

R + G + B =
91 + 83 + 131 = 305 (100%)
R 91 of 305 ~ 29.84%
G 83 of 305 ~ 27.21%
B 131 of 305 ~ 42.95%

%29.84
%27.21
%42.95

CMYK color model

#5B5383 color CMYK value is (31,37,0,49).

  • cyan value is 30.53%
  • magenta value is 36.64%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(31,37,0,49)
C31M37Y0K49 
(31%,37%,0%,49%)
(0.31/0.37/0.00/0.49)	

CMYK percentages

%30.53
%36.64
%0
%48.63

Codes

Color #5B5383 in popluar color models

5B5383
RGB9183131
HSL250°22.43%41.96%
HSB/HSV250°36.64%51.37%
CMYK30.53%36.64%0.00%
48.63%

Color #5B5383 in popluar number systems.

HEX5B5383
Decimal9183131
Binary1011011101001110000011
Octal133123203

Shades and tints

Shades of #5B5383

#5B5383
(91,83,131)
#534C78
(83,76,120)
#4B456D
(75,69,109)
#433E62
(67,62,98)
#3B3757
(59,55,87)
#33304C
(51,48,76)
#2B2941
(43,41,65)
#232236
(35,34,54)
#1B1B2B
(27,27,43)
#131420
(19,20,32)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #5B5383

#5B5383
(91,83,131)
#69628E
(105,98,142)
#777199
(119,113,153)
#8580A4
(133,128,164)
#938FAF
(147,143,175)
#A19EBA
(161,158,186)
#AFADC5
(175,173,197)
#BDBCD0
(189,188,208)
#CBCBDB
(203,203,219)
#D9DAE6
(217,218,230)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5383; }

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

This text font color is #5B5383.


Background Color

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

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

This div background color is #5B5383.


Border color

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

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

This div border color is #5B5383.


Opacity

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

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

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

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

This text has shadow with #5B5383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5383 on black background.


Color preview on white background

This text has color #5B5383 on white background.



Black color preview on #5B5383 background

This text has black color on #5B5383 background.


White color preview on #5B5383 background

This text has white color on #5B5383 background.