COLOR #5B2B6E

HEX: #5B2B6E
RGB: (91,43,110)

Color info

#5B2B6E contains mainly red and blue colors. Web safe color of #5B2B6E is #663366 (or #636).

RGB color model

#5B2B6E color RGB value is (91,43,110).

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

RGB channels and saturation

R 91 of 255 = 36%
G 43 of 255 = 17%
B 110 of 255 = 43%

91
43
110

R + G + B ~ 32%. #5B2B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 43 + 110 = 244 (100%)
R 91 of 244 ~ 37.3%
G 43 of 244 ~ 17.62%
B 110 of 244 ~ 45.08%

%37.3
%17.62
%45.08

CMYK color model

#5B2B6E color CMYK value is (17,61,0,57).

  • cyan value is 17.27%
  • magenta value is 60.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(17,61,0,57)
C17M61Y0K57 
(17%,61%,0%,57%)
(0.17/0.61/0.00/0.57)	

CMYK percentages

%17.27
%60.91
%0
%56.86

Codes

Color #5B2B6E in popluar color models

5B2B6E
RGB9143110
HSL283°43.79%30.00%
HSB/HSV283°60.91%43.14%
CMYK17.27%60.91%0.00%
56.86%

Color #5B2B6E in popluar number systems.

HEX5B2B6E
Decimal9143110
Binary10110111010111101110
Octal13353156

Shades and tints

Shades of #5B2B6E

#5B2B6E
(91,43,110)
#532864
(83,40,100)
#4B255A
(75,37,90)
#432250
(67,34,80)
#3B1F46
(59,31,70)
#331C3C
(51,28,60)
#2B1932
(43,25,50)
#231628
(35,22,40)
#1B131E
(27,19,30)
#131014
(19,16,20)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #5B2B6E

#5B2B6E
(91,43,110)
#693E7B
(105,62,123)
#775188
(119,81,136)
#856495
(133,100,149)
#9377A2
(147,119,162)
#A18AAF
(161,138,175)
#AF9DBC
(175,157,188)
#BDB0C9
(189,176,201)
#CBC3D6
(203,195,214)
#D9D6E3
(217,214,227)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B2B6E; }

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

This text font color is #5B2B6E.


Background Color

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

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

This div background color is #5B2B6E.


Border color

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

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

This div border color is #5B2B6E.


Opacity

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

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

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

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

This text has shadow with #5B2B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2B6E on black background.


Color preview on white background

This text has color #5B2B6E on white background.



Black color preview on #5B2B6E background

This text has black color on #5B2B6E background.


White color preview on #5B2B6E background

This text has white color on #5B2B6E background.