COLOR #502EB6

HEX: #502EB6 RGB: (80,46,182)

Color info

#502EB6 contains mainly blue color. Web safe color of #502EB6 is #6633CC (or #63C).

RGB color model

#502EB6 color RGB value is (80,46,182).

RGB: (80,46,182) (31%, 18%, 71%)

RGB channels and saturation

R 80 of 255 = 31%
G 46 of 255 = 18%
B 182 of 255 = 71%

80
46
182

R + G + B ~ 40%. #502EB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 46 + 182 = 308 (100%)
R 80 of 308 ~ 25.97%
G 46 of 308 ~ 14.94%
B 182 of 308 ~ 59.09'%

%25.97
%14.94
%59.09

CMYK color model

#502EB6 color CMYK value is (56,75,0,29).

  • cyan value is 56.04%
  • magenta value is 74.73%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (56,75,0,29) C56M75Y0K29 (56%,75%,0%,29%) (0.56/0.75/0.00/0.29) 

CMYK percentages

%56.04
%74.73
%0
%28.63

Codes

Color #502EB6 in popluar color models

50 2E B6
RGB 80 46 182
HSL 255° 59.65% 44.71%
HSB/HSV 255° 74.73% 71.37%
CMYK 56.04% 74.73% 0.00%
28.63%

Color #502EB6 in popluar number systems.

HEX 50 2E B6
Decimal 80 46 182
Binary 1010000 101110 10110110
Octal 120 56 266

Shades and tints

Shades of #502EB6

#502EB6
(80,46,182)
#492AA6
(73,42,166)
#422696
(66,38,150)
#3B2286
(59,34,134)
#341E76
(52,30,118)
#2D1A66
(45,26,102)
#261656
(38,22,86)
#1F1246
(31,18,70)
#180E36
(24,14,54)
#110A26
(17,10,38)
#0A0616
(10,6,22)
#000000
(0,0,0)

Tints of #502EB6

#502EB6
(80,46,182)
#5F41BC
(95,65,188)
#6E54C2
(110,84,194)
#7D67C8
(125,103,200)
#8C7ACE
(140,122,206)
#9B8DD4
(155,141,212)
#AAA0DA
(170,160,218)
#B9B3E0
(185,179,224)
#C8C6E6
(200,198,230)
#D7D9EC
(215,217,236)
#E6ECF2
(230,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502EB6 color. Also use rgb(80,46,182) instead hex code.

Text Font Color

.myTextColor { color: #502EB6; }

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

This text font color is #502EB6.

Background Color

.myBgColor { background-color: #502EB6; }

<div style="background-color:#502EB6">Inner text</div>

This div background color is #502EB6.

Border color

.myBorderColor { border: 1px solid #502EB6; }

<div style="border:3px solid #502EB6">Div</div>

This div border color is #502EB6.

Opacity

.myOpacity80 { color: #502EB6; opacity: 0.8; }

<p style="color:#502EB6;opacity:0.8;">80%</p>

Text with #502EB6 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 #502EB6;}

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

This text has shadow with #502EB6 color.


.textShadow {text-shadow: 3px 3px 1px #502EB6', 3px 3px 1px red;}

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

This text has shadow with #502EB6 primary color and red secondary color.


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

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

This text has shadow with #502EB6 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #502EB6; -webkit-box-shadow: 1px 1px 3px 2px #502EB6; box-shadow:1px 1px 3px 2px #502EB6;">
Div content here
</div>

This div box has shadow with color #502EB6.

Preview

Color preview on black background

This text has color #502EB6 on black background.


Color preview on white background

This text has color #502EB6 on white background.


Black color preview on #502EB6 background

This text has black color on #502EB6 background.


White color preview on #502EB6 background

This text has white color on #502EB6 background.


Related colors

Complementary color

Complementary color for #hex is #AFD149.


I love getcolorcode.com

Triadic colors

1 #B6502E and #2EB650 with #502EB6 are triadic colors.

2 #B62E50 and #2E50B6 with #502EB6 are triadic colors.