COLOR #515AE6

HEX: #515AE6
RGB: (81,90,230)

Color info

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

RGB color model

#515AE6 color RGB value is (81,90,230).

  • red value is 81;
  • green value is 90;
  • blue value is 230.
RGB:
(81,90,230)
(32%,35%,90%)

RGB channels and saturation

R 81 of 255 = 32%
G 90 of 255 = 35%
B 230 of 255 = 90%

81
90
230

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

Portions of RGB colors in percentages

R + G + B =
81 + 90 + 230 = 401 (100%)
R 81 of 401 ~ 20.2%
G 90 of 401 ~ 22.44%
B 230 of 401 ~ 57.36%

%20.2
%22.44
%57.36

CMYK color model

#515AE6 color CMYK value is (65,61,0,10).

  • cyan value is 64.78%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(65,61,0,10)
C65M61Y0K10 
(65%,61%,0%,10%)
(0.65/0.61/0.00/0.10)	

CMYK percentages

%64.78
%60.87
%0
%9.8

Codes

Color #515AE6 in popluar color models

515AE6
RGB8190230
HSL236°74.87%60.98%
HSB/HSV236°64.78%90.20%
CMYK64.78%60.87%0.00%
9.80%

Color #515AE6 in popluar number systems.

HEX515AE6
Decimal8190230
Binary1010001101101011100110
Octal121132346

Shades and tints

Shades of #515AE6

#515AE6
(81,90,230)
#4A52D2
(74,82,210)
#434ABE
(67,74,190)
#3C42AA
(60,66,170)
#353A96
(53,58,150)
#2E3282
(46,50,130)
#272A6E
(39,42,110)
#20225A
(32,34,90)
#191A46
(25,26,70)
#121232
(18,18,50)
#0B0A1E
(11,10,30)
#000000
(0,0,0)

Tints of #515AE6

#515AE6
(81,90,230)
#6069E8
(96,105,232)
#6F78EA
(111,120,234)
#7E87EC
(126,135,236)
#8D96EE
(141,150,238)
#9CA5F0
(156,165,240)
#ABB4F2
(171,180,242)
#BAC3F4
(186,195,244)
#C9D2F6
(201,210,246)
#D8E1F8
(216,225,248)
#E7F0FA
(231,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515AE6 color. Also use rgb(81,90,230) instead hex code.

Text Font Color

.myTextColor { color: #515AE6; }

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

This text font color is #515AE6.


Background Color

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

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

This div background color is #515AE6.


Border color

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

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

This div border color is #515AE6.


Opacity

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

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

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

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

This text has shadow with #515AE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515AE6 on black background.


Color preview on white background

This text has color #515AE6 on white background.



Black color preview on #515AE6 background

This text has black color on #515AE6 background.


White color preview on #515AE6 background

This text has white color on #515AE6 background.