COLOR #5B0783

HEX: #5B0783
RGB: (91,7,131)

Color info

#5B0783 contains mainly red and blue colors. Web safe color of #5B0783 is #660099 (or #609).

RGB color model

#5B0783 color RGB value is (91,7,131).

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

RGB channels and saturation

R 91 of 255 = 36%
G 7 of 255 = 3%
B 131 of 255 = 51%

91
7
131

R + G + B ~ 30%. #5B0783 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 7 + 131 = 229 (100%)
R 91 of 229 ~ 39.74%
G 7 of 229 ~ 3.06%
B 131 of 229 ~ 57.21%

%39.74
%57.21

CMYK color model

#5B0783 color CMYK value is (31,95,0,49).

  • cyan value is 30.53%
  • magenta value is 94.66%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(31,95,0,49)
C31M95Y0K49 
(31%,95%,0%,49%)
(0.31/0.95/0.00/0.49)	

CMYK percentages

%30.53
%94.66
%0
%48.63

Codes

Color #5B0783 in popluar color models

5B0783
RGB917131
HSL281°89.86%27.06%
HSB/HSV281°94.66%51.37%
CMYK30.53%94.66%0.00%
48.63%

Color #5B0783 in popluar number systems.

HEX5B0783
Decimal917131
Binary101101111110000011
Octal1337203

Shades and tints

Shades of #5B0783

#5B0783
(91,7,131)
#530778
(83,7,120)
#4B076D
(75,7,109)
#430762
(67,7,98)
#3B0757
(59,7,87)
#33074C
(51,7,76)
#2B0741
(43,7,65)
#230736
(35,7,54)
#1B072B
(27,7,43)
#130720
(19,7,32)
#0B0715
(11,7,21)
#000000
(0,0,0)

Tints of #5B0783

#5B0783
(91,7,131)
#691D8E
(105,29,142)
#773399
(119,51,153)
#8549A4
(133,73,164)
#935FAF
(147,95,175)
#A175BA
(161,117,186)
#AF8BC5
(175,139,197)
#BDA1D0
(189,161,208)
#CBB7DB
(203,183,219)
#D9CDE6
(217,205,230)
#E7E3F1
(231,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B0783; }

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

This text font color is #5B0783.


Background Color

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

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

This div background color is #5B0783.


Border color

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

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

This div border color is #5B0783.


Opacity

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

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

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

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

This text has shadow with #5B0783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B0783 on black background.


Color preview on white background

This text has color #5B0783 on white background.



Black color preview on #5B0783 background

This text has black color on #5B0783 background.


White color preview on #5B0783 background

This text has white color on #5B0783 background.