COLOR #5250A2

HEX: #5250A2
RGB: (82,80,162)

Color info

#5250A2 contains mainly blue color. Web safe color of #5250A2 is #666699 (or #669).

RGB color model

#5250A2 color RGB value is (82,80,162).

  • red value is 82;
  • green value is 80;
  • blue value is 162.
RGB:
(82,80,162)
(32%,31%,64%)

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 162 of 255 = 64%

82
80
162

R + G + B ~ 42%. #5250A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 162 = 324 (100%)
R 82 of 324 ~ 25.31%
G 80 of 324 ~ 24.69%
B 162 of 324 ~ 50%

%25.31
%24.69
%50

CMYK color model

#5250A2 color CMYK value is (49,51,0,36).

  • cyan value is 49.38%
  • magenta value is 50.62%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(49,51,0,36)
C49M51Y0K36 
(49%,51%,0%,36%)
(0.49/0.51/0.00/0.36)	

CMYK percentages

%49.38
%50.62
%0
%36.47

Codes

Color #5250A2 in popluar color models

5250A2
RGB8280162
HSL241°33.88%47.45%
HSB/HSV241°50.62%63.53%
CMYK49.38%50.62%0.00%
36.47%

Color #5250A2 in popluar number systems.

HEX5250A2
Decimal8280162
Binary1010010101000010100010
Octal122120242

Shades and tints

Shades of #5250A2

#5250A2
(82,80,162)
#4B4994
(75,73,148)
#444286
(68,66,134)
#3D3B78
(61,59,120)
#36346A
(54,52,106)
#2F2D5C
(47,45,92)
#28264E
(40,38,78)
#211F40
(33,31,64)
#1A1832
(26,24,50)
#131124
(19,17,36)
#0C0A16
(12,10,22)
#000000
(0,0,0)

Tints of #5250A2

#5250A2
(82,80,162)
#615FAA
(97,95,170)
#706EB2
(112,110,178)
#7F7DBA
(127,125,186)
#8E8CC2
(142,140,194)
#9D9BCA
(157,155,202)
#ACAAD2
(172,170,210)
#BBB9DA
(187,185,218)
#CAC8E2
(202,200,226)
#D9D7EA
(217,215,234)
#E8E6F2
(232,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5250A2 color. Also use rgb(82,80,162) instead hex code.

Text Font Color

.myTextColor { color: #5250A2; }

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

This text font color is #5250A2.


Background Color

.myBgColor { background-color: #5250A2; }

<div style="background-color:#5250A2">Inner text</div>

This div background color is #5250A2.


Border color

.myBorderColor { border: 1px solid #5250A2; }

<div style="border:3px solid #5250A2">Div</div>

This div border color is #5250A2.


Opacity

.myOpacity80 { color: #5250A2; opacity: 0.8; }

<p style="color:#5250A2;opacity:0.8;">80%</p>

Text with #5250A2 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 #5250A2;}

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

This text has shadow with #5250A2 color.

.textShadow {text-shadow: 3px 3px 1px #5250A2, 3px 3px 1px red;}

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

This text has shadow with #5250A2 primary color and red secondary color.


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

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

This text has shadow with #5250A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5250A2 on black background.


Color preview on white background

This text has color #5250A2 on white background.



Black color preview on #5250A2 background

This text has black color on #5250A2 background.


White color preview on #5250A2 background

This text has white color on #5250A2 background.