HEX: #8588AB
RGB: (133,136,171)
#8588AB contains red, green and blue colors in about the same proportion. Web safe color of #8588AB is #999999 (or #999).
#8588AB color RGB value is (133,136,171).
RGB: (133,136,171)
(52%, 53%, 67%)
R 133 of 255 = 52%
G 136 of 255 = 53%
B 171 of 255 = 67%
R + G + B ~ 57%. #8588AB is middle color (not dark and not light).
R + G + B = 133 + 136 + 171 = 440 (100%)
R 133 of 440 ~ 30.23%
G 136 of 440 ~ 30.91%
B 171 of 440 ~ 38.86'%
#8588AB color CMYK value is (22,20,0,33).
CMYK: (22,20,0,33)
C22M20Y0K33 (22%, 20%, 0%, 33%)
(0.22 / 0.20 / 0.00 / 0.33)
Color #8588AB in popluar color models
85 | 88 | AB | |
---|---|---|---|
RGB | 133 | 136 | 171 |
HSL | 235° | 18.45% | 59.61% |
HSB/HSV | 235° | 22.22% | 67.06% |
CMYK | 22.22% | 20.47% | 0.00% |
32.94% |
Color #8588AB in popluar number systems.
HEX | 85 | 88 | AB |
Decimal | 133 | 136 | 171 |
Binary | 10000101 | 10001000 | 10101011 |
Octal | 205 | 210 | 253 |
Shades of #8588AB
Tints of #8588AB
Examples of css and html codes for elements with #8588AB color. Also use rgb(133,136,171) instead hex code.
.myTextColor { color: #8588AB; }
<p style="color:#8588AB">This sample text font color is #8588AB.</p>
This text font color is #8588AB.
.myBgColor { background-color: #8588AB; }
<div style="background-color:#8588AB">Inner text</div>
This div background color is #8588AB.
.myBorderColor { border: 1px solid #8588AB; }
<div style="border:3px solid #8588AB">Div</div>
This div border color is #8588AB.
.myOpacity80 { color: #8588AB; opacity: 0.8; }
<p style="color:#8588AB;opacity:0.8;">80%</p>
Text with #8588AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8588AB;}
<p style="text-shadow: 3px 3px 1px #8588AB">Text here.</p>
This text has shadow with #8588AB color.
.textShadow {text-shadow: 3px 3px 1px #8588AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8588AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #8588AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8588AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8588AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #8588AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8588AB;
-webkit-box-shadow: 1px 1px 3px 2px #8588AB;
box-shadow: 1px 1px 3px 2px #8588AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8588AB; -webkit-box-shadow: 1px 1px 3px 2px #8588AB; box-shadow:1px 1px 3px 2px #8588AB;">
Div content here
</div>
This text has color #8588AB on black background.
This text has color #8588AB on white background.
This text has black color on #8588AB background.
This text has white color on #8588AB background.
Complementary color for #hex is #7A7754.