COLOR #5B248B

HEX: #5B248B
RGB: (91,36,139)

Color info

#5B248B contains mainly red and blue colors. Web safe color of #5B248B is #663399 (or #639).

RGB color model

#5B248B color RGB value is (91,36,139).

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

RGB channels and saturation

R 91 of 255 = 36%
G 36 of 255 = 14%
B 139 of 255 = 55%

91
36
139

R + G + B ~ 35%. #5B248B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 36 + 139 = 266 (100%)
R 91 of 266 ~ 34.21%
G 36 of 266 ~ 13.53%
B 139 of 266 ~ 52.26%

%34.21
%13.53
%52.26

CMYK color model

#5B248B color CMYK value is (35,74,0,45).

  • cyan value is 34.53%
  • magenta value is 74.10%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(35,74,0,45)
C35M74Y0K45 
(35%,74%,0%,45%)
(0.35/0.74/0.00/0.45)	

CMYK percentages

%34.53
%74.1
%0
%45.49

Codes

Color #5B248B in popluar color models

5B248B
RGB9136139
HSL272°58.86%34.31%
HSB/HSV272°74.10%54.51%
CMYK34.53%74.10%0.00%
45.49%

Color #5B248B in popluar number systems.

HEX5B248B
Decimal9136139
Binary101101110010010001011
Octal13344213

Shades and tints

Shades of #5B248B

#5B248B
(91,36,139)
#53217F
(83,33,127)
#4B1E73
(75,30,115)
#431B67
(67,27,103)
#3B185B
(59,24,91)
#33154F
(51,21,79)
#2B1243
(43,18,67)
#230F37
(35,15,55)
#1B0C2B
(27,12,43)
#13091F
(19,9,31)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #5B248B

#5B248B
(91,36,139)
#693795
(105,55,149)
#774A9F
(119,74,159)
#855DA9
(133,93,169)
#9370B3
(147,112,179)
#A183BD
(161,131,189)
#AF96C7
(175,150,199)
#BDA9D1
(189,169,209)
#CBBCDB
(203,188,219)
#D9CFE5
(217,207,229)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B248B; }

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

This text font color is #5B248B.


Background Color

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

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

This div background color is #5B248B.


Border color

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

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

This div border color is #5B248B.


Opacity

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

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

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

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

This text has shadow with #5B248B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B248B on black background.


Color preview on white background

This text has color #5B248B on white background.



Black color preview on #5B248B background

This text has black color on #5B248B background.


White color preview on #5B248B background

This text has white color on #5B248B background.