COLOR #5D69D7

HEX: #5D69D7
RGB: (93,105,215)

Color info

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

RGB color model

#5D69D7 color RGB value is (93,105,215).

  • red value is 93;
  • green value is 105;
  • blue value is 215.
RGB:
(93,105,215)
(36%,41%,84%)

RGB channels and saturation

R 93 of 255 = 36%
G 105 of 255 = 41%
B 215 of 255 = 84%

93
105
215

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

Portions of RGB colors in percentages

R + G + B =
93 + 105 + 215 = 413 (100%)
R 93 of 413 ~ 22.52%
G 105 of 413 ~ 25.42%
B 215 of 413 ~ 52.06%

%22.52
%25.42
%52.06

CMYK color model

#5D69D7 color CMYK value is (57,51,0,16).

  • cyan value is 56.74%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(57,51,0,16)
C57M51Y0K16 
(57%,51%,0%,16%)
(0.57/0.51/0.00/0.16)	

CMYK percentages

%56.74
%51.16
%0
%15.69

Codes

Color #5D69D7 in popluar color models

5D69D7
RGB93105215
HSL234°60.40%60.39%
HSB/HSV234°56.74%84.31%
CMYK56.74%51.16%0.00%
15.69%

Color #5D69D7 in popluar number systems.

HEX5D69D7
Decimal93105215
Binary1011101110100111010111
Octal135151327

Shades and tints

Shades of #5D69D7

#5D69D7
(93,105,215)
#5560C4
(85,96,196)
#4D57B1
(77,87,177)
#454E9E
(69,78,158)
#3D458B
(61,69,139)
#353C78
(53,60,120)
#2D3365
(45,51,101)
#252A52
(37,42,82)
#1D213F
(29,33,63)
#15182C
(21,24,44)
#0D0F19
(13,15,25)
#000000
(0,0,0)

Tints of #5D69D7

#5D69D7
(93,105,215)
#6B76DA
(107,118,218)
#7983DD
(121,131,221)
#8790E0
(135,144,224)
#959DE3
(149,157,227)
#A3AAE6
(163,170,230)
#B1B7E9
(177,183,233)
#BFC4EC
(191,196,236)
#CDD1EF
(205,209,239)
#DBDEF2
(219,222,242)
#E9EBF5
(233,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D69D7 color. Also use rgb(93,105,215) instead hex code.

Text Font Color

.myTextColor { color: #5D69D7; }

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

This text font color is #5D69D7.


Background Color

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

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

This div background color is #5D69D7.


Border color

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

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

This div border color is #5D69D7.


Opacity

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

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

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

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

This text has shadow with #5D69D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D69D7 on black background.


Color preview on white background

This text has color #5D69D7 on white background.



Black color preview on #5D69D7 background

This text has black color on #5D69D7 background.


White color preview on #5D69D7 background

This text has white color on #5D69D7 background.