COLOR #52518A

HEX: #52518A
RGB: (82,81,138)

Color info

#52518A contains red, green and blue colors in about the same proportion. Web safe color of #52518A is #666699 (or #669).

RGB color model

#52518A color RGB value is (82,81,138).

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

RGB channels and saturation

R 82 of 255 = 32%
G 81 of 255 = 32%
B 138 of 255 = 54%

82
81
138

R + G + B ~ 39%. #52518A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 81 + 138 = 301 (100%)
R 82 of 301 ~ 27.24%
G 81 of 301 ~ 26.91%
B 138 of 301 ~ 45.85%

%27.24
%26.91
%45.85

CMYK color model

#52518A color CMYK value is (41,41,0,46).

  • cyan value is 40.58%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(41,41,0,46)
C41M41Y0K46 
(41%,41%,0%,46%)
(0.41/0.41/0.00/0.46)	

CMYK percentages

%40.58
%41.3
%0
%45.88

Codes

Color #52518A in popluar color models

52518A
RGB8281138
HSL241°26.03%42.94%
HSB/HSV241°41.30%54.12%
CMYK40.58%41.30%0.00%
45.88%

Color #52518A in popluar number systems.

HEX52518A
Decimal8281138
Binary1010010101000110001010
Octal122121212

Shades and tints

Shades of #52518A

#52518A
(82,81,138)
#4B4A7E
(75,74,126)
#444372
(68,67,114)
#3D3C66
(61,60,102)
#36355A
(54,53,90)
#2F2E4E
(47,46,78)
#282742
(40,39,66)
#212036
(33,32,54)
#1A192A
(26,25,42)
#13121E
(19,18,30)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #52518A

#52518A
(82,81,138)
#616094
(97,96,148)
#706F9E
(112,111,158)
#7F7EA8
(127,126,168)
#8E8DB2
(142,141,178)
#9D9CBC
(157,156,188)
#ACABC6
(172,171,198)
#BBBAD0
(187,186,208)
#CAC9DA
(202,201,218)
#D9D8E4
(217,216,228)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52518A; }

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

This text font color is #52518A.


Background Color

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

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

This div background color is #52518A.


Border color

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

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

This div border color is #52518A.


Opacity

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

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

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

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

This text has shadow with #52518A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52518A on black background.


Color preview on white background

This text has color #52518A on white background.



Black color preview on #52518A background

This text has black color on #52518A background.


White color preview on #52518A background

This text has white color on #52518A background.