COLOR #52518D

HEX: #52518D
RGB: (82,81,141)

Color info

#52518D contains mainly red and blue colors. Web safe color of #52518D is #666699 (or #669).

RGB color model

#52518D color RGB value is (82,81,141).

  • red value is 82;
  • green value is 81;
  • blue value is 141.
RGB:
(82,81,141)
(32%,32%,55%)

RGB channels and saturation

R 82 of 255 = 32%
G 81 of 255 = 32%
B 141 of 255 = 55%

82
81
141

R + G + B ~ 40%. #52518D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 81 + 141 = 304 (100%)
R 82 of 304 ~ 26.97%
G 81 of 304 ~ 26.64%
B 141 of 304 ~ 46.38%

%26.97
%26.64
%46.38

CMYK color model

#52518D color CMYK value is (42,43,0,45).

  • cyan value is 41.84%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(42,43,0,45)
C42M43Y0K45 
(42%,43%,0%,45%)
(0.42/0.43/0.00/0.45)	

CMYK percentages

%41.84
%42.55
%0
%44.71

Codes

Color #52518D in popluar color models

52518D
RGB8281141
HSL241°27.03%43.53%
HSB/HSV241°42.55%55.29%
CMYK41.84%42.55%0.00%
44.71%

Color #52518D in popluar number systems.

HEX52518D
Decimal8281141
Binary1010010101000110001101
Octal122121215

Shades and tints

Shades of #52518D

#52518D
(82,81,141)
#4B4A81
(75,74,129)
#444375
(68,67,117)
#3D3C69
(61,60,105)
#36355D
(54,53,93)
#2F2E51
(47,46,81)
#282745
(40,39,69)
#212039
(33,32,57)
#1A192D
(26,25,45)
#131221
(19,18,33)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #52518D

#52518D
(82,81,141)
#616097
(97,96,151)
#706FA1
(112,111,161)
#7F7EAB
(127,126,171)
#8E8DB5
(142,141,181)
#9D9CBF
(157,156,191)
#ACABC9
(172,171,201)
#BBBAD3
(187,186,211)
#CAC9DD
(202,201,221)
#D9D8E7
(217,216,231)
#E8E7F1
(232,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52518D color. Also use rgb(82,81,141) instead hex code.

Text Font Color

.myTextColor { color: #52518D; }

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

This text font color is #52518D.


Background Color

.myBgColor { background-color: #52518D; }

<div style="background-color:#52518D">Inner text</div>

This div background color is #52518D.


Border color

.myBorderColor { border: 1px solid #52518D; }

<div style="border:3px solid #52518D">Div</div>

This div border color is #52518D.


Opacity

.myOpacity80 { color: #52518D; opacity: 0.8; }

<p style="color:#52518D;opacity:0.8;">80%</p>

Text with #52518D 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 #52518D;}

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

This text has shadow with #52518D color.

.textShadow {text-shadow: 3px 3px 1px #52518D, 3px 3px 1px red;}

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

This text has shadow with #52518D primary color and red secondary color.


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

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

This text has shadow with #52518D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52518D on black background.


Color preview on white background

This text has color #52518D on white background.



Black color preview on #52518D background

This text has black color on #52518D background.


White color preview on #52518D background

This text has white color on #52518D background.