HEX: #58A59C
RGB: (88,165,156)
#58A59C contains mainly green and blue colors. Web safe color of #58A59C is #669999 (or #699).
#58A59C color RGB value is (88,165,156).
RGB: (88,165,156)
(35%, 65%, 61%)
R 88 of 255 = 35%
G 165 of 255 = 65%
B 156 of 255 = 61%
R + G + B ~ 54%. #58A59C is middle color (not dark and not light).
R + G + B = 88 + 165 + 156 = 409 (100%)
R 88 of 409 ~ 21.52%
G 165 of 409 ~ 40.34%
B 156 of 409 ~ 38.14'%
#58A59C color CMYK value is (47,0,5,35).
CMYK: (47,0,5,35)
C47M0Y5K35 (47%, 0%, 5%, 35%)
(0.47 / 0.00 / 0.05 / 0.35)
Color #58A59C in popluar color models
58 | A5 | 9C | |
---|---|---|---|
RGB | 88 | 165 | 156 |
HSL | 173° | 30.43% | 49.61% |
HSB/HSV | 173° | 46.67% | 64.71% |
CMYK | 46.67% | 0.00% | 5.45% |
35.29% |
Color #58A59C in popluar number systems.
HEX | 58 | A5 | 9C |
Decimal | 88 | 165 | 156 |
Binary | 1011000 | 10100101 | 10011100 |
Octal | 130 | 245 | 234 |
Shades of #58A59C
Tints of #58A59C
Examples of css and html codes for elements with #58A59C color. Also use rgb(88,165,156) instead hex code.
.myTextColor { color: #58A59C; }
<p style="color:#58A59C">This sample text font color is #58A59C.</p>
This text font color is #58A59C.
.myBgColor { background-color: #58A59C; }
<div style="background-color:#58A59C">Inner text</div>
This div background color is #58A59C.
.myBorderColor { border: 1px solid #58A59C; }
<div style="border:3px solid #58A59C">Div</div>
This div border color is #58A59C.
.myOpacity80 { color: #58A59C; opacity: 0.8; }
<p style="color:#58A59C;opacity:0.8;">80%</p>
Text with #58A59C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58A59C;}
<p style="text-shadow: 3px 3px 1px #58A59C">Text here.</p>
This text has shadow with #58A59C color.
.textShadow {text-shadow: 3px 3px 1px #58A59C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58A59C, 5px 5px 20px red">Text here.</p>
This text has shadow with #58A59C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58A59C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58A59C, Direction=45, Strength=4)">Text</p>
This text has shadow with #58A59C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58A59C;
-webkit-box-shadow: 1px 1px 3px 2px #58A59C;
box-shadow: 1px 1px 3px 2px #58A59C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58A59C; -webkit-box-shadow: 1px 1px 3px 2px #58A59C; box-shadow:1px 1px 3px 2px #58A59C;">
Div content here
</div>
This text has color #58A59C on black background.
This text has color #58A59C on white background.
This text has black color on #58A59C background.
This text has white color on #58A59C background.
Complementary color for #hex is #A75A63.