HEX: #590655
RGB: (89,6,85)
#590655 contains mainly red and blue colors. Web safe color of #590655 is #660066 (or #606).
#590655 color RGB value is (89,6,85).
RGB: (89,6,85)
(35%, 2%, 33%)
R 89 of 255 = 35%
G 6 of 255 = 2%
B 85 of 255 = 33%
R + G + B ~ 23%. #590655 is dark color.
R + G + B = 89 + 6 + 85 = 180 (100%)
R 89 of 180 ~ 49.44%
G 6 of 180 ~ 3.33%
B 85 of 180 ~ 47.22'%
#590655 color CMYK value is (0,93,4,65).
CMYK: (0,93,4,65)
C0M93Y4K65 (0%, 93%, 4%, 65%)
(0.00 / 0.93 / 0.04 / 0.65)
Color #590655 in popluar color models
59 | 06 | 55 | |
---|---|---|---|
RGB | 89 | 6 | 85 |
HSL | 303° | 87.37% | 18.63% |
HSB/HSV | 303° | 93.26% | 34.90% |
CMYK | 0.00% | 93.26% | 4.49% |
65.10% |
Color #590655 in popluar number systems.
HEX | 59 | 06 | 55 |
Decimal | 89 | 6 | 85 |
Binary | 1011001 | 110 | 1010101 |
Octal | 131 | 6 | 125 |
Shades of #590655
Tints of #590655
Examples of css and html codes for elements with #590655 color. Also use rgb(89,6,85) instead hex code.
.myTextColor { color: #590655; }
<p style="color:#590655">This sample text font color is #590655.</p>
This text font color is #590655.
.myBgColor { background-color: #590655; }
<div style="background-color:#590655">Inner text</div>
This div background color is #590655.
.myBorderColor { border: 1px solid #590655; }
<div style="border:3px solid #590655">Div</div>
This div border color is #590655.
.myOpacity80 { color: #590655; opacity: 0.8; }
<p style="color:#590655;opacity:0.8;">80%</p>
Text with #590655 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #590655;}
<p style="text-shadow: 3px 3px 1px #590655">Text here.</p>
This text has shadow with #590655 color.
.textShadow {text-shadow: 3px 3px 1px #590655', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #590655, 5px 5px 20px red">Text here.</p>
This text has shadow with #590655 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590655, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#590655, Direction=45, Strength=4)">Text</p>
This text has shadow with #590655 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #590655;
-webkit-box-shadow: 1px 1px 3px 2px #590655;
box-shadow: 1px 1px 3px 2px #590655;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #590655; -webkit-box-shadow: 1px 1px 3px 2px #590655; box-shadow:1px 1px 3px 2px #590655;">
Div content here
</div>
This text has color #590655 on black background.
This text has color #590655 on white background.
This text has black color on #590655 background.
This text has white color on #590655 background.
Complementary color for #hex is #A6F9AA.