COLOR #52538E

HEX: #52538E
RGB: (82,83,142)

Color info

#52538E contains mainly green and blue colors. Web safe color of #52538E is #666699 (or #669).

RGB color model

#52538E color RGB value is (82,83,142).

  • red value is 82;
  • green value is 83;
  • blue value is 142.
RGB:
(82,83,142)
(32%,33%,56%)

RGB channels and saturation

R 82 of 255 = 32%
G 83 of 255 = 33%
B 142 of 255 = 56%

82
83
142

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

Portions of RGB colors in percentages

R + G + B =
82 + 83 + 142 = 307 (100%)
R 82 of 307 ~ 26.71%
G 83 of 307 ~ 27.04%
B 142 of 307 ~ 46.25%

%26.71
%27.04
%46.25

CMYK color model

#52538E color CMYK value is (42,42,0,44).

  • cyan value is 42.25%
  • magenta value is 41.55%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(42,42,0,44)
C42M42Y0K44 
(42%,42%,0%,44%)
(0.42/0.42/0.00/0.44)	

CMYK percentages

%42.25
%41.55
%0
%44.31

Codes

Color #52538E in popluar color models

52538E
RGB8283142
HSL239°26.79%43.92%
HSB/HSV239°42.25%55.69%
CMYK42.25%41.55%0.00%
44.31%

Color #52538E in popluar number systems.

HEX52538E
Decimal8283142
Binary1010010101001110001110
Octal122123216

Shades and tints

Shades of #52538E

#52538E
(82,83,142)
#4B4C82
(75,76,130)
#444576
(68,69,118)
#3D3E6A
(61,62,106)
#36375E
(54,55,94)
#2F3052
(47,48,82)
#282946
(40,41,70)
#21223A
(33,34,58)
#1A1B2E
(26,27,46)
#131422
(19,20,34)
#0C0D16
(12,13,22)
#000000
(0,0,0)

Tints of #52538E

#52538E
(82,83,142)
#616298
(97,98,152)
#7071A2
(112,113,162)
#7F80AC
(127,128,172)
#8E8FB6
(142,143,182)
#9D9EC0
(157,158,192)
#ACADCA
(172,173,202)
#BBBCD4
(187,188,212)
#CACBDE
(202,203,222)
#D9DAE8
(217,218,232)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52538E color. Also use rgb(82,83,142) instead hex code.

Text Font Color

.myTextColor { color: #52538E; }

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

This text font color is #52538E.


Background Color

.myBgColor { background-color: #52538E; }

<div style="background-color:#52538E">Inner text</div>

This div background color is #52538E.


Border color

.myBorderColor { border: 1px solid #52538E; }

<div style="border:3px solid #52538E">Div</div>

This div border color is #52538E.


Opacity

.myOpacity80 { color: #52538E; opacity: 0.8; }

<p style="color:#52538E;opacity:0.8;">80%</p>

Text with #52538E 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 #52538E;}

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

This text has shadow with #52538E color.

.textShadow {text-shadow: 3px 3px 1px #52538E, 3px 3px 1px red;}

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

This text has shadow with #52538E primary color and red secondary color.


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

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

This text has shadow with #52538E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52538E on black background.


Color preview on white background

This text has color #52538E on white background.



Black color preview on #52538E background

This text has black color on #52538E background.


White color preview on #52538E background

This text has white color on #52538E background.