COLOR #523EAE

HEX: #523EAE
RGB: (82,62,174)

Color info

#523EAE contains mainly blue color. Web safe color of #523EAE is #663399 (or #639).

RGB color model

#523EAE color RGB value is (82,62,174).

  • red value is 82;
  • green value is 62;
  • blue value is 174.
RGB:
(82,62,174)
(32%,24%,68%)

RGB channels and saturation

R 82 of 255 = 32%
G 62 of 255 = 24%
B 174 of 255 = 68%

82
62
174

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

Portions of RGB colors in percentages

R + G + B =
82 + 62 + 174 = 318 (100%)
R 82 of 318 ~ 25.79%
G 62 of 318 ~ 19.5%
B 174 of 318 ~ 54.72%

%25.79
%19.5
%54.72

CMYK color model

#523EAE color CMYK value is (53,64,0,32).

  • cyan value is 52.87%
  • magenta value is 64.37%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(53,64,0,32)
C53M64Y0K32 
(53%,64%,0%,32%)
(0.53/0.64/0.00/0.32)	

CMYK percentages

%52.87
%64.37
%0
%31.76

Codes

Color #523EAE in popluar color models

523EAE
RGB8262174
HSL251°47.46%46.27%
HSB/HSV251°64.37%68.24%
CMYK52.87%64.37%0.00%
31.76%

Color #523EAE in popluar number systems.

HEX523EAE
Decimal8262174
Binary101001011111010101110
Octal12276256

Shades and tints

Shades of #523EAE

#523EAE
(82,62,174)
#4B399F
(75,57,159)
#443490
(68,52,144)
#3D2F81
(61,47,129)
#362A72
(54,42,114)
#2F2563
(47,37,99)
#282054
(40,32,84)
#211B45
(33,27,69)
#1A1636
(26,22,54)
#131127
(19,17,39)
#0C0C18
(12,12,24)
#000000
(0,0,0)

Tints of #523EAE

#523EAE
(82,62,174)
#614FB5
(97,79,181)
#7060BC
(112,96,188)
#7F71C3
(127,113,195)
#8E82CA
(142,130,202)
#9D93D1
(157,147,209)
#ACA4D8
(172,164,216)
#BBB5DF
(187,181,223)
#CAC6E6
(202,198,230)
#D9D7ED
(217,215,237)
#E8E8F4
(232,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523EAE color. Also use rgb(82,62,174) instead hex code.

Text Font Color

.myTextColor { color: #523EAE; }

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

This text font color is #523EAE.


Background Color

.myBgColor { background-color: #523EAE; }

<div style="background-color:#523EAE">Inner text</div>

This div background color is #523EAE.


Border color

.myBorderColor { border: 1px solid #523EAE; }

<div style="border:3px solid #523EAE">Div</div>

This div border color is #523EAE.


Opacity

.myOpacity80 { color: #523EAE; opacity: 0.8; }

<p style="color:#523EAE;opacity:0.8;">80%</p>

Text with #523EAE 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 #523EAE;}

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

This text has shadow with #523EAE color.

.textShadow {text-shadow: 3px 3px 1px #523EAE, 3px 3px 1px red;}

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

This text has shadow with #523EAE primary color and red secondary color.


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

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

This text has shadow with #523EAE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523EAE on black background.


Color preview on white background

This text has color #523EAE on white background.



Black color preview on #523EAE background

This text has black color on #523EAE background.


White color preview on #523EAE background

This text has white color on #523EAE background.