COLOR #504EE6

HEX: #504EE6
RGB: (80,78,230)

Color info

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

RGB color model

#504EE6 color RGB value is (80,78,230).

  • red value is 80;
  • green value is 78;
  • blue value is 230.
RGB:
(80,78,230)
(31%,31%,90%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 230 of 255 = 90%

80
78
230

R + G + B ~ 51%. #504EE6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 78 + 230 = 388 (100%)
R 80 of 388 ~ 20.62%
G 78 of 388 ~ 20.1%
B 230 of 388 ~ 59.28%

%20.62
%20.1
%59.28

CMYK color model

#504EE6 color CMYK value is (65,66,0,10).

  • cyan value is 65.22%
  • magenta value is 66.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(65,66,0,10)
C65M66Y0K10 
(65%,66%,0%,10%)
(0.65/0.66/0.00/0.10)	

CMYK percentages

%65.22
%66.09
%0
%9.8

Codes

Color #504EE6 in popluar color models

504EE6
RGB8078230
HSL241°75.25%60.39%
HSB/HSV241°66.09%90.20%
CMYK65.22%66.09%0.00%
9.80%

Color #504EE6 in popluar number systems.

HEX504EE6
Decimal8078230
Binary1010000100111011100110
Octal120116346

Shades and tints

Shades of #504EE6

#504EE6
(80,78,230)
#4947D2
(73,71,210)
#4240BE
(66,64,190)
#3B39AA
(59,57,170)
#343296
(52,50,150)
#2D2B82
(45,43,130)
#26246E
(38,36,110)
#1F1D5A
(31,29,90)
#181646
(24,22,70)
#110F32
(17,15,50)
#0A081E
(10,8,30)
#000000
(0,0,0)

Tints of #504EE6

#504EE6
(80,78,230)
#5F5EE8
(95,94,232)
#6E6EEA
(110,110,234)
#7D7EEC
(125,126,236)
#8C8EEE
(140,142,238)
#9B9EF0
(155,158,240)
#AAAEF2
(170,174,242)
#B9BEF4
(185,190,244)
#C8CEF6
(200,206,246)
#D7DEF8
(215,222,248)
#E6EEFA
(230,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504EE6 color. Also use rgb(80,78,230) instead hex code.

Text Font Color

.myTextColor { color: #504EE6; }

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

This text font color is #504EE6.


Background Color

.myBgColor { background-color: #504EE6; }

<div style="background-color:#504EE6">Inner text</div>

This div background color is #504EE6.


Border color

.myBorderColor { border: 1px solid #504EE6; }

<div style="border:3px solid #504EE6">Div</div>

This div border color is #504EE6.


Opacity

.myOpacity80 { color: #504EE6; opacity: 0.8; }

<p style="color:#504EE6;opacity:0.8;">80%</p>

Text with #504EE6 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 #504EE6;}

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

This text has shadow with #504EE6 color.

.textShadow {text-shadow: 3px 3px 1px #504EE6, 3px 3px 1px red;}

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

This text has shadow with #504EE6 primary color and red secondary color.


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

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

This text has shadow with #504EE6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504EE6 on black background.


Color preview on white background

This text has color #504EE6 on white background.



Black color preview on #504EE6 background

This text has black color on #504EE6 background.


White color preview on #504EE6 background

This text has white color on #504EE6 background.