HEX: #52597D
RGB: (82,89,125)
#52597D contains red, green and blue colors in about the same proportion. Web safe color of #52597D is #666666 (or #666).
#52597D color RGB value is (82,89,125).
RGB: (82,89,125)
(32%, 35%, 49%)
R 82 of 255 = 32%
G 89 of 255 = 35%
B 125 of 255 = 49%
R + G + B ~ 39%. #52597D is quite dark color.
R + G + B = 82 + 89 + 125 = 296 (100%)
R 82 of 296 ~ 27.7%
G 89 of 296 ~ 30.07%
B 125 of 296 ~ 42.23'%
#52597D color CMYK value is (34,29,0,51).
CMYK: (34,29,0,51)
C34M29Y0K51 (34%, 29%, 0%, 51%)
(0.34 / 0.29 / 0.00 / 0.51)
Color #52597D in popluar color models
52 | 59 | 7D | |
---|---|---|---|
RGB | 82 | 89 | 125 |
HSL | 230° | 20.77% | 40.59% |
HSB/HSV | 230° | 34.40% | 49.02% |
CMYK | 34.40% | 28.80% | 0.00% |
50.98% |
Color #52597D in popluar number systems.
HEX | 52 | 59 | 7D |
Decimal | 82 | 89 | 125 |
Binary | 1010010 | 1011001 | 1111101 |
Octal | 122 | 131 | 175 |
Shades of #52597D
Tints of #52597D
Examples of css and html codes for elements with #52597D color. Also use rgb(82,89,125) instead hex code.
.myTextColor { color: #52597D; }
<p style="color:#52597D">This sample text font color is #52597D.</p>
This text font color is #52597D.
.myBgColor { background-color: #52597D; }
<div style="background-color:#52597D">Inner text</div>
This div background color is #52597D.
.myBorderColor { border: 1px solid #52597D; }
<div style="border:3px solid #52597D">Div</div>
This div border color is #52597D.
.myOpacity80 { color: #52597D; opacity: 0.8; }
<p style="color:#52597D;opacity:0.8;">80%</p>
Text with #52597D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52597D;}
<p style="text-shadow: 3px 3px 1px #52597D">Text here.</p>
This text has shadow with #52597D color.
.textShadow {text-shadow: 3px 3px 1px #52597D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52597D, 5px 5px 20px red">Text here.</p>
This text has shadow with #52597D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52597D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52597D, Direction=45, Strength=4)">Text</p>
This text has shadow with #52597D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52597D;
-webkit-box-shadow: 1px 1px 3px 2px #52597D;
box-shadow: 1px 1px 3px 2px #52597D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52597D; -webkit-box-shadow: 1px 1px 3px 2px #52597D; box-shadow:1px 1px 3px 2px #52597D;">
Div content here
</div>
This text has color #52597D on black background.
This text has color #52597D on white background.
This text has black color on #52597D background.
This text has white color on #52597D background.
Complementary color for #hex is #ADA682.