COLOR #5B07EE

HEX: #5B07EE
RGB: (91,7,238)

Color info

#5B07EE contains mainly blue color. Web safe color of #5B07EE is #6600FF (or #60F).

RGB color model

#5B07EE color RGB value is (91,7,238).

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

RGB channels and saturation

R 91 of 255 = 36%
G 7 of 255 = 3%
B 238 of 255 = 93%

91
7
238

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

Portions of RGB colors in percentages

R + G + B =
91 + 7 + 238 = 336 (100%)
R 91 of 336 ~ 27.08%
G 7 of 336 ~ 2.08%
B 238 of 336 ~ 70.83%

%27.08
%70.83

CMYK color model

#5B07EE color CMYK value is (62,97,0,7).

  • cyan value is 61.76%
  • magenta value is 97.06%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(62,97,0,7)
C62M97Y0K7 
(62%,97%,0%,7%)
(0.62/0.97/0.00/0.07)	

CMYK percentages

%61.76
%97.06
%0
%6.67

Codes

Color #5B07EE in popluar color models

5B07EE
RGB917238
HSL262°94.29%48.04%
HSB/HSV262°97.06%93.33%
CMYK61.76%97.06%0.00%
6.67%

Color #5B07EE in popluar number systems.

HEX5B07EE
Decimal917238
Binary101101111111101110
Octal1337356

Shades and tints

Shades of #5B07EE

#5B07EE
(91,7,238)
#5307D9
(83,7,217)
#4B07C4
(75,7,196)
#4307AF
(67,7,175)
#3B079A
(59,7,154)
#330785
(51,7,133)
#2B0770
(43,7,112)
#23075B
(35,7,91)
#1B0746
(27,7,70)
#130731
(19,7,49)
#0B071C
(11,7,28)
#000000
(0,0,0)

Tints of #5B07EE

#5B07EE
(91,7,238)
#691DEF
(105,29,239)
#7733F0
(119,51,240)
#8549F1
(133,73,241)
#935FF2
(147,95,242)
#A175F3
(161,117,243)
#AF8BF4
(175,139,244)
#BDA1F5
(189,161,245)
#CBB7F6
(203,183,246)
#D9CDF7
(217,205,247)
#E7E3F8
(231,227,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B07EE; }

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

This text font color is #5B07EE.


Background Color

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

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

This div background color is #5B07EE.


Border color

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

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

This div border color is #5B07EE.


Opacity

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

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

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

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

This text has shadow with #5B07EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B07EE on black background.


Color preview on white background

This text has color #5B07EE on white background.



Black color preview on #5B07EE background

This text has black color on #5B07EE background.


White color preview on #5B07EE background

This text has white color on #5B07EE background.