HEX: #590BE6
RGB: (89,11,230)
#590BE6 contains mainly blue color. Web safe color of #590BE6 is #6600CC (or #60C).
#590BE6 color RGB value is (89,11,230).
RGB: (89,11,230)
(35%, 4%, 90%)
R 89 of 255 = 35%
G 11 of 255 = 4%
B 230 of 255 = 90%
R + G + B ~ 43%. #590BE6 is middle color (not dark and not light).
R + G + B = 89 + 11 + 230 = 330 (100%)
R 89 of 330 ~ 26.97%
G 11 of 330 ~ 3.33%
B 230 of 330 ~ 69.7'%
#590BE6 color CMYK value is (61,95,0,10).
CMYK: (61,95,0,10) C61M95Y0K10 (61%,95%,0%,10%) (0.61/0.95/0.00/0.10)
Color #590BE6 in popluar color models
59 | 0B | E6 | |
---|---|---|---|
RGB | 89 | 11 | 230 |
HSL | 261° | 90.87% | 47.25% |
HSB/HSV | 261° | 95.22% | 90.20% |
CMYK | 61.30% | 95.22% | 0.00% |
9.80% |
Color #590BE6 in popluar number systems.
HEX | 59 | 0B | E6 |
Decimal | 89 | 11 | 230 |
Binary | 1011001 | 1011 | 11100110 |
Octal | 131 | 13 | 346 |
Shades of #590BE6
Tints of #590BE6
Examples of css and html codes for elements with #590BE6 color. Also use rgb(89,11,230) instead hex code.
.myTextColor { color: #590BE6; }
<p style="color:#590BE6">This sample text font color is #590BE6.</p>
This text font color is #590BE6.
.myBgColor { background-color: #590BE6; }
<div style="background-color:#590BE6">Inner text</div>
This div background color is #590BE6.
.myBorderColor { border: 1px solid #590BE6; }
<div style="border:3px solid #590BE6">Div</div>
This div border color is #590BE6.
.myOpacity80 { color: #590BE6; opacity: 0.8; }
<p style="color:#590BE6;opacity:0.8;">80%</p>
Text with #590BE6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #590BE6;}
<p style="text-shadow: 3px 3px 1px #590BE6">Text here.</p>
This text has shadow with #590BE6 color.
.textShadow {text-shadow: 3px 3px 1px #590BE6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #590BE6, 5px 5px 20px red">Text here.</p>
This text has shadow with #590BE6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590BE6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#590BE6, Direction=45, Strength=4)">Text</p>
This text has shadow with #590BE6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #590BE6;
-webkit-box-shadow: 1px 1px 3px 2px #590BE6;
box-shadow: 1px 1px 3px 2px #590BE6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #590BE6; -webkit-box-shadow: 1px 1px 3px 2px #590BE6; box-shadow:1px 1px 3px 2px #590BE6;">
Div content here
</div>
This text has color #590BE6 on black background.
This text has color #590BE6 on white background.
This text has black color on #590BE6 background.
This text has white color on #590BE6 background.
Complementary color for #hex is #A6F419.