COLOR #52529D

HEX: #52529D
RGB: (82,82,157)

Color info

#52529D contains mainly blue color. Web safe color of #52529D is #666699 (or #669).

RGB color model

#52529D color RGB value is (82,82,157).

  • red value is 82;
  • green value is 82;
  • blue value is 157.
RGB:
(82,82,157)
(32%,32%,62%)

RGB channels and saturation

R 82 of 255 = 32%
G 82 of 255 = 32%
B 157 of 255 = 62%

82
82
157

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

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 157 = 321 (100%)
R 82 of 321 ~ 25.55%
G 82 of 321 ~ 25.55%
B 157 of 321 ~ 48.91%

%25.55
%25.55
%48.91

CMYK color model

#52529D color CMYK value is (48,48,0,38).

  • cyan value is 47.77%
  • magenta value is 47.77%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(48,48,0,38)
C48M48Y0K38 
(48%,48%,0%,38%)
(0.48/0.48/0.00/0.38)	

CMYK percentages

%47.77
%47.77
%0
%38.43

Codes

Color #52529D in popluar color models

52529D
RGB8282157
HSL240°31.38%46.86%
HSB/HSV240°47.77%61.57%
CMYK47.77%47.77%0.00%
38.43%

Color #52529D in popluar number systems.

HEX52529D
Decimal8282157
Binary1010010101001010011101
Octal122122235

Shades and tints

Shades of #52529D

#52529D
(82,82,157)
#4B4B8F
(75,75,143)
#444481
(68,68,129)
#3D3D73
(61,61,115)
#363665
(54,54,101)
#2F2F57
(47,47,87)
#282849
(40,40,73)
#21213B
(33,33,59)
#1A1A2D
(26,26,45)
#13131F
(19,19,31)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #52529D

#52529D
(82,82,157)
#6161A5
(97,97,165)
#7070AD
(112,112,173)
#7F7FB5
(127,127,181)
#8E8EBD
(142,142,189)
#9D9DC5
(157,157,197)
#ACACCD
(172,172,205)
#BBBBD5
(187,187,213)
#CACADD
(202,202,221)
#D9D9E5
(217,217,229)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52529D; }

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

This text font color is #52529D.


Background Color

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

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

This div background color is #52529D.


Border color

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

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

This div border color is #52529D.


Opacity

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

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

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

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

This text has shadow with #52529D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52529D on black background.


Color preview on white background

This text has color #52529D on white background.



Black color preview on #52529D background

This text has black color on #52529D background.


White color preview on #52529D background

This text has white color on #52529D background.