HEX: #586B9B
RGB: (88,107,155)
#586B9B contains mainly green and blue colors. Web safe color of #586B9B is #666699 (or #669).
#586B9B color RGB value is (88,107,155).
RGB: (88,107,155) (35%,42%,61%)
R 88 of 255 = 35%
G 107 of 255 = 42%
B 155 of 255 = 61%
R + G + B ~ 46%. #586B9B is middle color (not dark and not light).
R + G + B =
88 + 107 + 155 = 350 (100%)
R 88 of 350 ~ 25.14%
G 107 of 350 ~ 30.57%
B 155 of 350 ~ 44.29%
#586B9B color CMYK value is (43,31,0,39).
CMYK: (43,31,0,39) C43M31Y0K39 (43%,31%,0%,39%) (0.43/0.31/0.00/0.39)
58 | 6B | 9B | |
---|---|---|---|
RGB | 88 | 107 | 155 |
HSL | 223° | 27.57% | 47.65% |
HSB/HSV | 223° | 43.23% | 60.78% |
CMYK | 43.23% | 30.97% | 0.00% |
39.22% |
HEX | 58 | 6B | 9B |
Decimal | 88 | 107 | 155 |
Binary | 1011000 | 1101011 | 10011011 |
Octal | 130 | 153 | 233 |
Examples of css and html codes for elements with #586B9B color. Also use rgb(88,107,155) instead hex code.
.myTextColor { color: #586B9B; }
<p style="color:#586B9B">This sample text font color is #586B9B.</p>
This text font color is #586B9B.
.myBgColor { background-color: #586B9B; }
<div style="background-color:#586B9B">Inner text</div>
This div background color is #586B9B.
.myBorderColor { border: 1px solid #586B9B; }
<div style="border:3px solid #586B9B">Div</div>
This div border color is #586B9B.
.myOpacity80 { color: #586B9B; opacity: 0.8; }
<p style="color:#586B9B;opacity:0.8;">80%</p>
Text with #586B9B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #586B9B;}
<p style="text-shadow: 3px 3px 1px #586B9B">Text here.</p>
This text has shadow with #586B9B color.
.textShadow {text-shadow: 3px 3px 1px #586B9B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #586B9B, 5px 5px 20px red">Text here.</p>
This text has shadow with #586B9B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#586B9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#586B9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #586B9B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #586B9B; -webkit-box-shadow: 1px 1px 3px 2px #586B9B; box-shadow: 1px 1px 3px 2px #586B9B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #586B9B; -webkit-box-shadow: 1px 1px 3px 2px #586B9B; box-shadow:1px 1px 3px 2px #586B9B;">
Div content here</div>
This text has color #586B9B on black background.
This text has color #586B9B on white background.
This text has black color on #586B9B background.
This text has white color on #586B9B background.