COLOR #522EBA

HEX: #522EBA
RGB: (82,46,186)

Color info

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

RGB color model

#522EBA color RGB value is (82,46,186).

  • red value is 82;
  • green value is 46;
  • blue value is 186.
RGB:
(82,46,186)
(32%,18%,73%)

RGB channels and saturation

R 82 of 255 = 32%
G 46 of 255 = 18%
B 186 of 255 = 73%

82
46
186

R + G + B ~ 41%. #522EBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 46 + 186 = 314 (100%)
R 82 of 314 ~ 26.11%
G 46 of 314 ~ 14.65%
B 186 of 314 ~ 59.24%

%26.11
%14.65
%59.24

CMYK color model

#522EBA color CMYK value is (56,75,0,27).

  • cyan value is 55.91%
  • magenta value is 75.27%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(56,75,0,27)
C56M75Y0K27 
(56%,75%,0%,27%)
(0.56/0.75/0.00/0.27)	

CMYK percentages

%55.91
%75.27
%0
%27.06

Codes

Color #522EBA in popluar color models

522EBA
RGB8246186
HSL255°60.34%45.49%
HSB/HSV255°75.27%72.94%
CMYK55.91%75.27%0.00%
27.06%

Color #522EBA in popluar number systems.

HEX522EBA
Decimal8246186
Binary101001010111010111010
Octal12256272

Shades and tints

Shades of #522EBA

#522EBA
(82,46,186)
#4B2AAA
(75,42,170)
#44269A
(68,38,154)
#3D228A
(61,34,138)
#361E7A
(54,30,122)
#2F1A6A
(47,26,106)
#28165A
(40,22,90)
#21124A
(33,18,74)
#1A0E3A
(26,14,58)
#130A2A
(19,10,42)
#0C061A
(12,6,26)
#000000
(0,0,0)

Tints of #522EBA

#522EBA
(82,46,186)
#6141C0
(97,65,192)
#7054C6
(112,84,198)
#7F67CC
(127,103,204)
#8E7AD2
(142,122,210)
#9D8DD8
(157,141,216)
#ACA0DE
(172,160,222)
#BBB3E4
(187,179,228)
#CAC6EA
(202,198,234)
#D9D9F0
(217,217,240)
#E8ECF6
(232,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522EBA color. Also use rgb(82,46,186) instead hex code.

Text Font Color

.myTextColor { color: #522EBA; }

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

This text font color is #522EBA.


Background Color

.myBgColor { background-color: #522EBA; }

<div style="background-color:#522EBA">Inner text</div>

This div background color is #522EBA.


Border color

.myBorderColor { border: 1px solid #522EBA; }

<div style="border:3px solid #522EBA">Div</div>

This div border color is #522EBA.


Opacity

.myOpacity80 { color: #522EBA; opacity: 0.8; }

<p style="color:#522EBA;opacity:0.8;">80%</p>

Text with #522EBA 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 #522EBA;}

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

This text has shadow with #522EBA color.

.textShadow {text-shadow: 3px 3px 1px #522EBA, 3px 3px 1px red;}

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

This text has shadow with #522EBA primary color and red secondary color.


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

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

This text has shadow with #522EBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522EBA on black background.


Color preview on white background

This text has color #522EBA on white background.



Black color preview on #522EBA background

This text has black color on #522EBA background.


White color preview on #522EBA background

This text has white color on #522EBA background.