COLOR #5D7DE3

HEX: #5D7DE3
RGB: (93,125,227)

Color info

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

RGB color model

#5D7DE3 color RGB value is (93,125,227).

  • red value is 93;
  • green value is 125;
  • blue value is 227.
RGB:
(93,125,227)
(36%,49%,89%)

RGB channels and saturation

R 93 of 255 = 36%
G 125 of 255 = 49%
B 227 of 255 = 89%

93
125
227

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

Portions of RGB colors in percentages

R + G + B =
93 + 125 + 227 = 445 (100%)
R 93 of 445 ~ 20.9%
G 125 of 445 ~ 28.09%
B 227 of 445 ~ 51.01%

%20.9
%28.09
%51.01

CMYK color model

#5D7DE3 color CMYK value is (59,45,0,11).

  • cyan value is 59.03%
  • magenta value is 44.93%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(59,45,0,11)
C59M45Y0K11 
(59%,45%,0%,11%)
(0.59/0.45/0.00/0.11)	

CMYK percentages

%59.03
%44.93
%0
%10.98

Codes

Color #5D7DE3 in popluar color models

5D7DE3
RGB93125227
HSL226°70.53%62.75%
HSB/HSV226°59.03%89.02%
CMYK59.03%44.93%0.00%
10.98%

Color #5D7DE3 in popluar number systems.

HEX5D7DE3
Decimal93125227
Binary1011101111110111100011
Octal135175343

Shades and tints

Shades of #5D7DE3

#5D7DE3
(93,125,227)
#5572CF
(85,114,207)
#4D67BB
(77,103,187)
#455CA7
(69,92,167)
#3D5193
(61,81,147)
#35467F
(53,70,127)
#2D3B6B
(45,59,107)
#253057
(37,48,87)
#1D2543
(29,37,67)
#151A2F
(21,26,47)
#0D0F1B
(13,15,27)
#000000
(0,0,0)

Tints of #5D7DE3

#5D7DE3
(93,125,227)
#6B88E5
(107,136,229)
#7993E7
(121,147,231)
#879EE9
(135,158,233)
#95A9EB
(149,169,235)
#A3B4ED
(163,180,237)
#B1BFEF
(177,191,239)
#BFCAF1
(191,202,241)
#CDD5F3
(205,213,243)
#DBE0F5
(219,224,245)
#E9EBF7
(233,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7DE3 color. Also use rgb(93,125,227) instead hex code.

Text Font Color

.myTextColor { color: #5D7DE3; }

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

This text font color is #5D7DE3.


Background Color

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

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

This div background color is #5D7DE3.


Border color

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

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

This div border color is #5D7DE3.


Opacity

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

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

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

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

This text has shadow with #5D7DE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7DE3 on black background.


Color preview on white background

This text has color #5D7DE3 on white background.



Black color preview on #5D7DE3 background

This text has black color on #5D7DE3 background.


White color preview on #5D7DE3 background

This text has white color on #5D7DE3 background.