COLOR #515EDE

HEX: #515EDE
RGB: (81,94,222)

Color info

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

RGB color model

#515EDE color RGB value is (81,94,222).

  • red value is 81;
  • green value is 94;
  • blue value is 222.
RGB:
(81,94,222)
(32%,37%,87%)

RGB channels and saturation

R 81 of 255 = 32%
G 94 of 255 = 37%
B 222 of 255 = 87%

81
94
222

R + G + B ~ 52%. #515EDE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 94 + 222 = 397 (100%)
R 81 of 397 ~ 20.4%
G 94 of 397 ~ 23.68%
B 222 of 397 ~ 55.92%

%20.4
%23.68
%55.92

CMYK color model

#515EDE color CMYK value is (64,58,0,13).

  • cyan value is 63.51%
  • magenta value is 57.66%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(64,58,0,13)
C64M58Y0K13 
(64%,58%,0%,13%)
(0.64/0.58/0.00/0.13)	

CMYK percentages

%63.51
%57.66
%0
%12.94

Codes

Color #515EDE in popluar color models

515EDE
RGB8194222
HSL234°68.12%59.41%
HSB/HSV234°63.51%87.06%
CMYK63.51%57.66%0.00%
12.94%

Color #515EDE in popluar number systems.

HEX515EDE
Decimal8194222
Binary1010001101111011011110
Octal121136336

Shades and tints

Shades of #515EDE

#515EDE
(81,94,222)
#4A56CA
(74,86,202)
#434EB6
(67,78,182)
#3C46A2
(60,70,162)
#353E8E
(53,62,142)
#2E367A
(46,54,122)
#272E66
(39,46,102)
#202652
(32,38,82)
#191E3E
(25,30,62)
#12162A
(18,22,42)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #515EDE

#515EDE
(81,94,222)
#606CE1
(96,108,225)
#6F7AE4
(111,122,228)
#7E88E7
(126,136,231)
#8D96EA
(141,150,234)
#9CA4ED
(156,164,237)
#ABB2F0
(171,178,240)
#BAC0F3
(186,192,243)
#C9CEF6
(201,206,246)
#D8DCF9
(216,220,249)
#E7EAFC
(231,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515EDE color. Also use rgb(81,94,222) instead hex code.

Text Font Color

.myTextColor { color: #515EDE; }

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

This text font color is #515EDE.


Background Color

.myBgColor { background-color: #515EDE; }

<div style="background-color:#515EDE">Inner text</div>

This div background color is #515EDE.


Border color

.myBorderColor { border: 1px solid #515EDE; }

<div style="border:3px solid #515EDE">Div</div>

This div border color is #515EDE.


Opacity

.myOpacity80 { color: #515EDE; opacity: 0.8; }

<p style="color:#515EDE;opacity:0.8;">80%</p>

Text with #515EDE 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 #515EDE;}

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

This text has shadow with #515EDE color.

.textShadow {text-shadow: 3px 3px 1px #515EDE, 3px 3px 1px red;}

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

This text has shadow with #515EDE primary color and red secondary color.


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

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

This text has shadow with #515EDE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515EDE on black background.


Color preview on white background

This text has color #515EDE on white background.



Black color preview on #515EDE background

This text has black color on #515EDE background.


White color preview on #515EDE background

This text has white color on #515EDE background.