COLOR #52597E

HEX: #52597E
RGB: (82,89,126)

Color info

#52597E contains red, green and blue colors in about the same proportion. Web safe color of #52597E is #666666 (or #666).

RGB color model

#52597E color RGB value is (82,89,126).

  • red value is 82;
  • green value is 89;
  • blue value is 126.
RGB:
(82,89,126)
(32%,35%,49%)

RGB channels and saturation

R 82 of 255 = 32%
G 89 of 255 = 35%
B 126 of 255 = 49%

82
89
126

R + G + B ~ 39%. #52597E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 89 + 126 = 297 (100%)
R 82 of 297 ~ 27.61%
G 89 of 297 ~ 29.97%
B 126 of 297 ~ 42.42%

%27.61
%29.97
%42.42

CMYK color model

#52597E color CMYK value is (35,29,0,51).

  • cyan value is 34.92%
  • magenta value is 29.37%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(35,29,0,51)
C35M29Y0K51 
(35%,29%,0%,51%)
(0.35/0.29/0.00/0.51)	

CMYK percentages

%34.92
%29.37
%0
%50.59

Codes

Color #52597E in popluar color models

52597E
RGB8289126
HSL230°21.15%40.78%
HSB/HSV230°34.92%49.41%
CMYK34.92%29.37%0.00%
50.59%

Color #52597E in popluar number systems.

HEX52597E
Decimal8289126
Binary101001010110011111110
Octal122131176

Shades and tints

Shades of #52597E

#52597E
(82,89,126)
#4B5173
(75,81,115)
#444968
(68,73,104)
#3D415D
(61,65,93)
#363952
(54,57,82)
#2F3147
(47,49,71)
#28293C
(40,41,60)
#212131
(33,33,49)
#1A1926
(26,25,38)
#13111B
(19,17,27)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #52597E

#52597E
(82,89,126)
#616889
(97,104,137)
#707794
(112,119,148)
#7F869F
(127,134,159)
#8E95AA
(142,149,170)
#9DA4B5
(157,164,181)
#ACB3C0
(172,179,192)
#BBC2CB
(187,194,203)
#CAD1D6
(202,209,214)
#D9E0E1
(217,224,225)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52597E color. Also use rgb(82,89,126) instead hex code.

Text Font Color

.myTextColor { color: #52597E; }

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

This text font color is #52597E.


Background Color

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

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

This div background color is #52597E.


Border color

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

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

This div border color is #52597E.


Opacity

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

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

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

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

This text has shadow with #52597E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52597E on black background.


Color preview on white background

This text has color #52597E on white background.



Black color preview on #52597E background

This text has black color on #52597E background.


White color preview on #52597E background

This text has white color on #52597E background.