HEX: #590D56
RGB: (89,13,86)
#590D56 contains mainly red and blue colors. Web safe color of #590D56 is #660066 (or #606).
#590D56 color RGB value is (89,13,86).
RGB: (89,13,86)
(35%, 5%, 34%)
R 89 of 255 = 35%
G 13 of 255 = 5%
B 86 of 255 = 34%
R + G + B ~ 25%. #590D56 is quite dark color.
R + G + B = 89 + 13 + 86 = 188 (100%)
R 89 of 188 ~ 47.34%
G 13 of 188 ~ 6.91%
B 86 of 188 ~ 45.74'%
#590D56 color CMYK value is (0,85,3,65).
CMYK: (0,85,3,65)
C0M85Y3K65 (0%, 85%, 3%, 65%)
(0.00 / 0.85 / 0.03 / 0.65)
Color #590D56 in popluar color models
59 | 0D | 56 | |
---|---|---|---|
RGB | 89 | 13 | 86 |
HSL | 302° | 74.51% | 20.00% |
HSB/HSV | 302° | 85.39% | 34.90% |
CMYK | 0.00% | 85.39% | 3.37% |
65.10% |
Color #590D56 in popluar number systems.
HEX | 59 | 0D | 56 |
Decimal | 89 | 13 | 86 |
Binary | 1011001 | 1101 | 1010110 |
Octal | 131 | 15 | 126 |
Shades of #590D56
Tints of #590D56
Examples of css and html codes for elements with #590D56 color. Also use rgb(89,13,86) instead hex code.
.myTextColor { color: #590D56; }
<p style="color:#590D56">This sample text font color is #590D56.</p>
This text font color is #590D56.
.myBgColor { background-color: #590D56; }
<div style="background-color:#590D56">Inner text</div>
This div background color is #590D56.
.myBorderColor { border: 1px solid #590D56; }
<div style="border:3px solid #590D56">Div</div>
This div border color is #590D56.
.myOpacity80 { color: #590D56; opacity: 0.8; }
<p style="color:#590D56;opacity:0.8;">80%</p>
Text with #590D56 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #590D56;}
<p style="text-shadow: 3px 3px 1px #590D56">Text here.</p>
This text has shadow with #590D56 color.
.textShadow {text-shadow: 3px 3px 1px #590D56', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #590D56, 5px 5px 20px red">Text here.</p>
This text has shadow with #590D56 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590D56, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#590D56, Direction=45, Strength=4)">Text</p>
This text has shadow with #590D56 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #590D56;
-webkit-box-shadow: 1px 1px 3px 2px #590D56;
box-shadow: 1px 1px 3px 2px #590D56;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #590D56; -webkit-box-shadow: 1px 1px 3px 2px #590D56; box-shadow:1px 1px 3px 2px #590D56;">
Div content here
</div>
This text has color #590D56 on black background.
This text has color #590D56 on white background.
This text has black color on #590D56 background.
This text has white color on #590D56 background.
Complementary color for #hex is #A6F2A9.