HEX: #58729D
RGB: (88,114,157)
#58729D contains mainly green and blue colors. Web safe color of #58729D is #666699 (or #669).
#58729D color RGB value is (88,114,157).
RGB: (88,114,157) (35%,45%,62%)
R 88 of 255 = 35%
G 114 of 255 = 45%
B 157 of 255 = 62%
R + G + B ~ 47%. #58729D is middle color (not dark and not light).
R + G + B =
88 + 114 + 157 = 359 (100%)
R 88 of 359 ~ 24.51%
G 114 of 359 ~ 31.75%
B 157 of 359 ~ 43.73%
#58729D color CMYK value is (44,27,0,38).
CMYK: (44,27,0,38) C44M27Y0K38 (44%,27%,0%,38%) (0.44/0.27/0.00/0.38)
58 | 72 | 9D | |
---|---|---|---|
RGB | 88 | 114 | 157 |
HSL | 217° | 28.16% | 48.04% |
HSB/HSV | 217° | 43.95% | 61.57% |
CMYK | 43.95% | 27.39% | 0.00% |
38.43% |
HEX | 58 | 72 | 9D |
Decimal | 88 | 114 | 157 |
Binary | 1011000 | 1110010 | 10011101 |
Octal | 130 | 162 | 235 |
Examples of css and html codes for elements with #58729D color. Also use rgb(88,114,157) instead hex code.
.myTextColor { color: #58729D; }
<p style="color:#58729D">This sample text font color is #58729D.</p>
This text font color is #58729D.
.myBgColor { background-color: #58729D; }
<div style="background-color:#58729D">Inner text</div>
This div background color is #58729D.
.myBorderColor { border: 1px solid #58729D; }
<div style="border:3px solid #58729D">Div</div>
This div border color is #58729D.
.myOpacity80 { color: #58729D; opacity: 0.8; }
<p style="color:#58729D;opacity:0.8;">80%</p>
Text with #58729D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58729D;}
<p style="text-shadow: 3px 3px 1px #58729D">Text here.</p>
This text has shadow with #58729D color.
.textShadow {text-shadow: 3px 3px 1px #58729D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58729D, 5px 5px 20px red">Text here.</p>
This text has shadow with #58729D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58729D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58729D, Direction=45, Strength=4)">Text</p>
This text has shadow with #58729D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58729D; -webkit-box-shadow: 1px 1px 3px 2px #58729D; box-shadow: 1px 1px 3px 2px #58729D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #58729D; -webkit-box-shadow: 1px 1px 3px 2px #58729D; box-shadow:1px 1px 3px 2px #58729D;">
Div content here</div>
This text has color #58729D on black background.
This text has color #58729D on white background.
This text has black color on #58729D background.
This text has white color on #58729D background.