COLOR #5E58B5

HEX: #5E58B5
RGB: (94,88,181)

Color info

#5E58B5 contains mainly blue color. Web safe color of #5E58B5 is #6666CC (or #66C).

RGB color model

#5E58B5 color RGB value is (94,88,181).

  • red value is 94;
  • green value is 88;
  • blue value is 181.
RGB:
(94,88,181)
(37%,35%,71%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 181 of 255 = 71%

94
88
181

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

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 181 = 363 (100%)
R 94 of 363 ~ 25.9%
G 88 of 363 ~ 24.24%
B 181 of 363 ~ 49.86%

%25.9
%24.24
%49.86

CMYK color model

#5E58B5 color CMYK value is (48,51,0,29).

  • cyan value is 48.07%
  • magenta value is 51.38%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(48,51,0,29)
C48M51Y0K29 
(48%,51%,0%,29%)
(0.48/0.51/0.00/0.29)	

CMYK percentages

%48.07
%51.38
%0
%29.02

Codes

Color #5E58B5 in popluar color models

5E58B5
RGB9488181
HSL244°38.59%52.75%
HSB/HSV244°51.38%70.98%
CMYK48.07%51.38%0.00%
29.02%

Color #5E58B5 in popluar number systems.

HEX5E58B5
Decimal9488181
Binary1011110101100010110101
Octal136130265

Shades and tints

Shades of #5E58B5

#5E58B5
(94,88,181)
#5650A5
(86,80,165)
#4E4895
(78,72,149)
#464085
(70,64,133)
#3E3875
(62,56,117)
#363065
(54,48,101)
#2E2855
(46,40,85)
#262045
(38,32,69)
#1E1835
(30,24,53)
#161025
(22,16,37)
#0E0815
(14,8,21)
#000000
(0,0,0)

Tints of #5E58B5

#5E58B5
(94,88,181)
#6C67BB
(108,103,187)
#7A76C1
(122,118,193)
#8885C7
(136,133,199)
#9694CD
(150,148,205)
#A4A3D3
(164,163,211)
#B2B2D9
(178,178,217)
#C0C1DF
(192,193,223)
#CED0E5
(206,208,229)
#DCDFEB
(220,223,235)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E58B5 color. Also use rgb(94,88,181) instead hex code.

Text Font Color

.myTextColor { color: #5E58B5; }

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

This text font color is #5E58B5.


Background Color

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

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

This div background color is #5E58B5.


Border color

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

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

This div border color is #5E58B5.


Opacity

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

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

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

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

This text has shadow with #5E58B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E58B5 on black background.


Color preview on white background

This text has color #5E58B5 on white background.



Black color preview on #5E58B5 background

This text has black color on #5E58B5 background.


White color preview on #5E58B5 background

This text has white color on #5E58B5 background.