HEX: #585BBE
RGB: (88,91,190)
#585BBE contains mainly blue color. Web safe color of #585BBE is #6666CC (or #66C).
#585BBE color RGB value is (88,91,190).
RGB: (88,91,190)
(35%, 36%, 75%)
R 88 of 255 = 35%
G 91 of 255 = 36%
B 190 of 255 = 75%
R + G + B ~ 49%. #585BBE is middle color (not dark and not light).
R + G + B = 88 + 91 + 190 = 369 (100%)
R 88 of 369 ~ 23.85%
G 91 of 369 ~ 24.66%
B 190 of 369 ~ 51.49'%
#585BBE color CMYK value is (54,52,0,25).
CMYK: (54,52,0,25)
C54M52Y0K25 (54%, 52%, 0%, 25%)
(0.54 / 0.52 / 0.00 / 0.25)
Color #585BBE in popluar color models
58 | 5B | BE | |
---|---|---|---|
RGB | 88 | 91 | 190 |
HSL | 238° | 43.97% | 54.51% |
HSB/HSV | 238° | 53.68% | 74.51% |
CMYK | 53.68% | 52.11% | 0.00% |
25.49% |
Color #585BBE in popluar number systems.
HEX | 58 | 5B | BE |
Decimal | 88 | 91 | 190 |
Binary | 1011000 | 1011011 | 10111110 |
Octal | 130 | 133 | 276 |
Shades of #585BBE
Tints of #585BBE
Examples of css and html codes for elements with #585BBE color. Also use rgb(88,91,190) instead hex code.
.myTextColor { color: #585BBE; }
<p style="color:#585BBE">This sample text font color is #585BBE.</p>
This text font color is #585BBE.
.myBgColor { background-color: #585BBE; }
<div style="background-color:#585BBE">Inner text</div>
This div background color is #585BBE.
.myBorderColor { border: 1px solid #585BBE; }
<div style="border:3px solid #585BBE">Div</div>
This div border color is #585BBE.
.myOpacity80 { color: #585BBE; opacity: 0.8; }
<p style="color:#585BBE;opacity:0.8;">80%</p>
Text with #585BBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585BBE;}
<p style="text-shadow: 3px 3px 1px #585BBE">Text here.</p>
This text has shadow with #585BBE color.
.textShadow {text-shadow: 3px 3px 1px #585BBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585BBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #585BBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585BBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585BBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #585BBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #585BBE;
-webkit-box-shadow: 1px 1px 3px 2px #585BBE;
box-shadow: 1px 1px 3px 2px #585BBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #585BBE; -webkit-box-shadow: 1px 1px 3px 2px #585BBE; box-shadow:1px 1px 3px 2px #585BBE;">
Div content here
</div>
This text has color #585BBE on black background.
This text has color #585BBE on white background.
This text has black color on #585BBE background.
This text has white color on #585BBE background.
Complementary color for #hex is #A7A441.