HEX: #52497A
RGB: (82,73,122)
#52497A contains red, green and blue colors in about the same proportion. Web safe color of #52497A is #663366 (or #636).
#52497A color RGB value is (82,73,122).
RGB: (82,73,122)
(32%, 29%, 48%)
R 82 of 255 = 32%
G 73 of 255 = 29%
B 122 of 255 = 48%
R + G + B ~ 36%. #52497A is quite dark color.
R + G + B = 82 + 73 + 122 = 277 (100%)
R 82 of 277 ~ 29.6%
G 73 of 277 ~ 26.35%
B 122 of 277 ~ 44.04'%
#52497A color CMYK value is (33,40,0,52).
CMYK: (33,40,0,52) C33M40Y0K52 (33%,40%,0%,52%) (0.33/0.40/0.00/0.52)
Color #52497A in popluar color models
52 | 49 | 7A | |
---|---|---|---|
RGB | 82 | 73 | 122 |
HSL | 251° | 25.13% | 38.24% |
HSB/HSV | 251° | 40.16% | 47.84% |
CMYK | 32.79% | 40.16% | 0.00% |
52.16% |
Color #52497A in popluar number systems.
HEX | 52 | 49 | 7A |
Decimal | 82 | 73 | 122 |
Binary | 1010010 | 1001001 | 1111010 |
Octal | 122 | 111 | 172 |
Shades of #52497A
Tints of #52497A
Examples of css and html codes for elements with #52497A color. Also use rgb(82,73,122) instead hex code.
.myTextColor { color: #52497A; }
<p style="color:#52497A">This sample text font color is #52497A.</p>
This text font color is #52497A.
.myBgColor { background-color: #52497A; }
<div style="background-color:#52497A">Inner text</div>
This div background color is #52497A.
.myBorderColor { border: 1px solid #52497A; }
<div style="border:3px solid #52497A">Div</div>
This div border color is #52497A.
.myOpacity80 { color: #52497A; opacity: 0.8; }
<p style="color:#52497A;opacity:0.8;">80%</p>
Text with #52497A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52497A;}
<p style="text-shadow: 3px 3px 1px #52497A">Text here.</p>
This text has shadow with #52497A color.
.textShadow {text-shadow: 3px 3px 1px #52497A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52497A, 5px 5px 20px red">Text here.</p>
This text has shadow with #52497A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52497A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52497A, Direction=45, Strength=4)">Text</p>
This text has shadow with #52497A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52497A;
-webkit-box-shadow: 1px 1px 3px 2px #52497A;
box-shadow: 1px 1px 3px 2px #52497A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52497A; -webkit-box-shadow: 1px 1px 3px 2px #52497A; box-shadow:1px 1px 3px 2px #52497A;">
Div content here
</div>
This text has color #52497A on black background.
This text has color #52497A on white background.
This text has black color on #52497A background.
This text has white color on #52497A background.
Complementary color for #hex is #ADB685.