COLOR #5250AC

HEX: #5250AC
RGB: (82,80,172)

Color info

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

RGB color model

#5250AC color RGB value is (82,80,172).

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

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 172 of 255 = 67%

82
80
172

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

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 172 = 334 (100%)
R 82 of 334 ~ 24.55%
G 80 of 334 ~ 23.95%
B 172 of 334 ~ 51.5%

%24.55
%23.95
%51.5

CMYK color model

#5250AC color CMYK value is (52,53,0,33).

  • cyan value is 52.33%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(52,53,0,33)
C52M53Y0K33 
(52%,53%,0%,33%)
(0.52/0.53/0.00/0.33)	

CMYK percentages

%52.33
%53.49
%0
%32.55

Codes

Color #5250AC in popluar color models

5250AC
RGB8280172
HSL241°36.51%49.41%
HSB/HSV241°53.49%67.45%
CMYK52.33%53.49%0.00%
32.55%

Color #5250AC in popluar number systems.

HEX5250AC
Decimal8280172
Binary1010010101000010101100
Octal122120254

Shades and tints

Shades of #5250AC

#5250AC
(82,80,172)
#4B499D
(75,73,157)
#44428E
(68,66,142)
#3D3B7F
(61,59,127)
#363470
(54,52,112)
#2F2D61
(47,45,97)
#282652
(40,38,82)
#211F43
(33,31,67)
#1A1834
(26,24,52)
#131125
(19,17,37)
#0C0A16
(12,10,22)
#000000
(0,0,0)

Tints of #5250AC

#5250AC
(82,80,172)
#615FB3
(97,95,179)
#706EBA
(112,110,186)
#7F7DC1
(127,125,193)
#8E8CC8
(142,140,200)
#9D9BCF
(157,155,207)
#ACAAD6
(172,170,214)
#BBB9DD
(187,185,221)
#CAC8E4
(202,200,228)
#D9D7EB
(217,215,235)
#E8E6F2
(232,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5250AC; }

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

This text font color is #5250AC.


Background Color

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

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

This div background color is #5250AC.


Border color

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

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

This div border color is #5250AC.


Opacity

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

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

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

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

This text has shadow with #5250AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5250AC on black background.


Color preview on white background

This text has color #5250AC on white background.



Black color preview on #5250AC background

This text has black color on #5250AC background.


White color preview on #5250AC background

This text has white color on #5250AC background.