HEX: #5587AA
RGB: (85,135,170)
#5587AA contains mainly green and blue colors. Web safe color of #5587AA is #669999 (or #699).
#5587AA color RGB value is (85,135,170).
RGB: (85,135,170)
(33%, 53%, 67%)
R 85 of 255 = 33%
G 135 of 255 = 53%
B 170 of 255 = 67%
R + G + B ~ 51%. #5587AA is middle color (not dark and not light).
R + G + B = 85 + 135 + 170 = 390 (100%)
R 85 of 390 ~ 21.79%
G 135 of 390 ~ 34.62%
B 170 of 390 ~ 43.59'%
#5587AA color CMYK value is (50,21,0,33).
CMYK: (50,21,0,33)
C50M21Y0K33 (50%, 21%, 0%, 33%)
(0.50 / 0.21 / 0.00 / 0.33)
Color #5587AA in popluar color models
55 | 87 | AA | |
---|---|---|---|
RGB | 85 | 135 | 170 |
HSL | 205° | 33.33% | 50.00% |
HSB/HSV | 205° | 50.00% | 66.67% |
CMYK | 50.00% | 20.59% | 0.00% |
33.33% |
Color #5587AA in popluar number systems.
HEX | 55 | 87 | AA |
Decimal | 85 | 135 | 170 |
Binary | 1010101 | 10000111 | 10101010 |
Octal | 125 | 207 | 252 |
Shades of #5587AA
Tints of #5587AA
Examples of css and html codes for elements with #5587AA color. Also use rgb(85,135,170) instead hex code.
.myTextColor { color: #5587AA; }
<p style="color:#5587AA">This sample text font color is #5587AA.</p>
This text font color is #5587AA.
.myBgColor { background-color: #5587AA; }
<div style="background-color:#5587AA">Inner text</div>
This div background color is #5587AA.
.myBorderColor { border: 1px solid #5587AA; }
<div style="border:3px solid #5587AA">Div</div>
This div border color is #5587AA.
.myOpacity80 { color: #5587AA; opacity: 0.8; }
<p style="color:#5587AA;opacity:0.8;">80%</p>
Text with #5587AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5587AA;}
<p style="text-shadow: 3px 3px 1px #5587AA">Text here.</p>
This text has shadow with #5587AA color.
.textShadow {text-shadow: 3px 3px 1px #5587AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5587AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #5587AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5587AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5587AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #5587AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5587AA;
-webkit-box-shadow: 1px 1px 3px 2px #5587AA;
box-shadow: 1px 1px 3px 2px #5587AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5587AA; -webkit-box-shadow: 1px 1px 3px 2px #5587AA; box-shadow:1px 1px 3px 2px #5587AA;">
Div content here
</div>
This text has color #5587AA on black background.
This text has color #5587AA on white background.
This text has black color on #5587AA background.
This text has white color on #5587AA background.
Complementary color for #hex is #AA7855.