HEX: #58A3BC
RGB: (88,163,188)
#58A3BC contains mainly green and blue colors. Web safe color of #58A3BC is #6699CC (or #69C).
#58A3BC color RGB value is (88,163,188).
RGB: (88,163,188)
(35%, 64%, 74%)
R 88 of 255 = 35%
G 163 of 255 = 64%
B 188 of 255 = 74%
R + G + B ~ 58%. #58A3BC is middle color (not dark and not light).
R + G + B = 88 + 163 + 188 = 439 (100%)
R 88 of 439 ~ 20.05%
G 163 of 439 ~ 37.13%
B 188 of 439 ~ 42.82'%
#58A3BC color CMYK value is (53,13,0,26).
CMYK: (53,13,0,26) C53M13Y0K26 (53%,13%,0%,26%) (0.53/0.13/0.00/0.26)
Color #58A3BC in popluar color models
58 | A3 | BC | |
---|---|---|---|
RGB | 88 | 163 | 188 |
HSL | 195° | 42.74% | 54.12% |
HSB/HSV | 195° | 53.19% | 73.73% |
CMYK | 53.19% | 13.30% | 0.00% |
26.27% |
Color #58A3BC in popluar number systems.
HEX | 58 | A3 | BC |
Decimal | 88 | 163 | 188 |
Binary | 1011000 | 10100011 | 10111100 |
Octal | 130 | 243 | 274 |
Shades of #58A3BC
Tints of #58A3BC
Examples of css and html codes for elements with #58A3BC color. Also use rgb(88,163,188) instead hex code.
.myTextColor { color: #58A3BC; }
<p style="color:#58A3BC">This sample text font color is #58A3BC.</p>
This text font color is #58A3BC.
.myBgColor { background-color: #58A3BC; }
<div style="background-color:#58A3BC">Inner text</div>
This div background color is #58A3BC.
.myBorderColor { border: 1px solid #58A3BC; }
<div style="border:3px solid #58A3BC">Div</div>
This div border color is #58A3BC.
.myOpacity80 { color: #58A3BC; opacity: 0.8; }
<p style="color:#58A3BC;opacity:0.8;">80%</p>
Text with #58A3BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58A3BC;}
<p style="text-shadow: 3px 3px 1px #58A3BC">Text here.</p>
This text has shadow with #58A3BC color.
.textShadow {text-shadow: 3px 3px 1px #58A3BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58A3BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #58A3BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58A3BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58A3BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #58A3BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58A3BC;
-webkit-box-shadow: 1px 1px 3px 2px #58A3BC;
box-shadow: 1px 1px 3px 2px #58A3BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58A3BC; -webkit-box-shadow: 1px 1px 3px 2px #58A3BC; box-shadow:1px 1px 3px 2px #58A3BC;">
Div content here
</div>
This text has color #58A3BC on black background.
This text has color #58A3BC on white background.
This text has black color on #58A3BC background.
This text has white color on #58A3BC background.
Complementary color for #hex is #A75C43.