HEX: #585593
RGB: (88,85,147)
#585593 contains mainly red and blue colors. Web safe color of #585593 is #666699 (or #669).
#585593 color RGB value is (88,85,147).
RGB: (88,85,147) (35%,33%,58%)
R 88 of 255 = 35%
G 85 of 255 = 33%
B 147 of 255 = 58%
R + G + B ~ 42%. #585593 is middle color (not dark and not light).
R + G + B =
88 + 85 + 147 = 320 (100%)
R 88 of 320 ~ 27.5%
G 85 of 320 ~ 26.56%
B 147 of 320 ~ 45.94%
#585593 color CMYK value is (40,42,0,42).
CMYK: (40,42,0,42) C40M42Y0K42 (40%,42%,0%,42%) (0.40/0.42/0.00/0.42)
58 | 55 | 93 | |
---|---|---|---|
RGB | 88 | 85 | 147 |
HSL | 243° | 26.72% | 45.49% |
HSB/HSV | 243° | 42.18% | 57.65% |
CMYK | 40.14% | 42.18% | 0.00% |
42.35% |
HEX | 58 | 55 | 93 |
Decimal | 88 | 85 | 147 |
Binary | 1011000 | 1010101 | 10010011 |
Octal | 130 | 125 | 223 |
Examples of css and html codes for elements with #585593 color. Also use rgb(88,85,147) instead hex code.
.myTextColor { color: #585593; }
<p style="color:#585593">This sample text font color is #585593.</p>
This text font color is #585593.
.myBgColor { background-color: #585593; }
<div style="background-color:#585593">Inner text</div>
This div background color is #585593.
.myBorderColor { border: 1px solid #585593; }
<div style="border:3px solid #585593">Div</div>
This div border color is #585593.
.myOpacity80 { color: #585593; opacity: 0.8; }
<p style="color:#585593;opacity:0.8;">80%</p>
Text with #585593 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585593;}
<p style="text-shadow: 3px 3px 1px #585593">Text here.</p>
This text has shadow with #585593 color.
.textShadow {text-shadow: 3px 3px 1px #585593, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585593, 5px 5px 20px red">Text here.</p>
This text has shadow with #585593 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585593, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585593, Direction=45, Strength=4)">Text</p>
This text has shadow with #585593 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #585593; -webkit-box-shadow: 1px 1px 3px 2px #585593; box-shadow: 1px 1px 3px 2px #585593; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #585593; -webkit-box-shadow: 1px 1px 3px 2px #585593; box-shadow:1px 1px 3px 2px #585593;">
Div content here</div>
This text has color #585593 on black background.
This text has color #585593 on white background.
This text has black color on #585593 background.
This text has white color on #585593 background.