COLOR #5241AC

HEX: #5241AC
RGB: (82,65,172)

Color info

#5241AC contains mainly blue color. Web safe color of #5241AC is #663399 (or #639).

RGB color model

#5241AC color RGB value is (82,65,172).

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

RGB channels and saturation

R 82 of 255 = 32%
G 65 of 255 = 25%
B 172 of 255 = 67%

82
65
172

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

Portions of RGB colors in percentages

R + G + B =
82 + 65 + 172 = 319 (100%)
R 82 of 319 ~ 25.71%
G 65 of 319 ~ 20.38%
B 172 of 319 ~ 53.92%

%25.71
%20.38
%53.92

CMYK color model

#5241AC color CMYK value is (52,62,0,33).

  • cyan value is 52.33%
  • magenta value is 62.21%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(52,62,0,33)
C52M62Y0K33 
(52%,62%,0%,33%)
(0.52/0.62/0.00/0.33)	

CMYK percentages

%52.33
%62.21
%0
%32.55

Codes

Color #5241AC in popluar color models

5241AC
RGB8265172
HSL250°45.15%46.47%
HSB/HSV250°62.21%67.45%
CMYK52.33%62.21%0.00%
32.55%

Color #5241AC in popluar number systems.

HEX5241AC
Decimal8265172
Binary1010010100000110101100
Octal122101254

Shades and tints

Shades of #5241AC

#5241AC
(82,65,172)
#4B3C9D
(75,60,157)
#44378E
(68,55,142)
#3D327F
(61,50,127)
#362D70
(54,45,112)
#2F2861
(47,40,97)
#282352
(40,35,82)
#211E43
(33,30,67)
#1A1934
(26,25,52)
#131425
(19,20,37)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #5241AC

#5241AC
(82,65,172)
#6152B3
(97,82,179)
#7063BA
(112,99,186)
#7F74C1
(127,116,193)
#8E85C8
(142,133,200)
#9D96CF
(157,150,207)
#ACA7D6
(172,167,214)
#BBB8DD
(187,184,221)
#CAC9E4
(202,201,228)
#D9DAEB
(217,218,235)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5241AC; }

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

This text font color is #5241AC.


Background Color

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

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

This div background color is #5241AC.


Border color

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

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

This div border color is #5241AC.


Opacity

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

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

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

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

This text has shadow with #5241AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5241AC on black background.


Color preview on white background

This text has color #5241AC on white background.



Black color preview on #5241AC background

This text has black color on #5241AC background.


White color preview on #5241AC background

This text has white color on #5241AC background.