HEX: #57499F
RGB: (87,73,159)
#57499F contains mainly blue color. Web safe color of #57499F is #663399 (or #639).
#57499F color RGB value is (87,73,159).
RGB: (87,73,159)
(34%, 29%, 62%)
R 87 of 255 = 34%
G 73 of 255 = 29%
B 159 of 255 = 62%
R + G + B ~ 42%. #57499F is middle color (not dark and not light).
R + G + B = 87 + 73 + 159 = 319 (100%)
R 87 of 319 ~ 27.27%
G 73 of 319 ~ 22.88%
B 159 of 319 ~ 49.84'%
#57499F color CMYK value is (45,54,0,38).
CMYK: (45,54,0,38) C45M54Y0K38 (45%,54%,0%,38%) (0.45/0.54/0.00/0.38)
Color #57499F in popluar color models
57 | 49 | 9F | |
---|---|---|---|
RGB | 87 | 73 | 159 |
HSL | 250° | 37.07% | 45.49% |
HSB/HSV | 250° | 54.09% | 62.35% |
CMYK | 45.28% | 54.09% | 0.00% |
37.65% |
Color #57499F in popluar number systems.
HEX | 57 | 49 | 9F |
Decimal | 87 | 73 | 159 |
Binary | 1010111 | 1001001 | 10011111 |
Octal | 127 | 111 | 237 |
Shades of #57499F
Tints of #57499F
Examples of css and html codes for elements with #57499F color. Also use rgb(87,73,159) instead hex code.
.myTextColor { color: #57499F; }
<p style="color:#57499F">This sample text font color is #57499F.</p>
This text font color is #57499F.
.myBgColor { background-color: #57499F; }
<div style="background-color:#57499F">Inner text</div>
This div background color is #57499F.
.myBorderColor { border: 1px solid #57499F; }
<div style="border:3px solid #57499F">Div</div>
This div border color is #57499F.
.myOpacity80 { color: #57499F; opacity: 0.8; }
<p style="color:#57499F;opacity:0.8;">80%</p>
Text with #57499F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #57499F;}
<p style="text-shadow: 3px 3px 1px #57499F">Text here.</p>
This text has shadow with #57499F color.
.textShadow {text-shadow: 3px 3px 1px #57499F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #57499F, 5px 5px 20px red">Text here.</p>
This text has shadow with #57499F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57499F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#57499F, Direction=45, Strength=4)">Text</p>
This text has shadow with #57499F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #57499F;
-webkit-box-shadow: 1px 1px 3px 2px #57499F;
box-shadow: 1px 1px 3px 2px #57499F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57499F; -webkit-box-shadow: 1px 1px 3px 2px #57499F; box-shadow:1px 1px 3px 2px #57499F;">
Div content here
</div>
This text has color #57499F on black background.
This text has color #57499F on white background.
This text has black color on #57499F background.
This text has white color on #57499F background.
Complementary color for #hex is #A8B660.