HEX: #558295
RGB: (85,130,149)
#558295 contains mainly green and blue colors. Web safe color of #558295 is #669999 (or #699).
#558295 color RGB value is (85,130,149).
RGB: (85,130,149) (33%,51%,58%)
R 85 of 255 = 33%
G 130 of 255 = 51%
B 149 of 255 = 58%
R + G + B ~ 47%. #558295 is middle color (not dark and not light).
R + G + B =
85 + 130 + 149 = 364 (100%)
R 85 of 364 ~ 23.35%
G 130 of 364 ~ 35.71%
B 149 of 364 ~ 40.93%
#558295 color CMYK value is (43,13,0,42).
CMYK: (43,13,0,42) C43M13Y0K42 (43%,13%,0%,42%) (0.43/0.13/0.00/0.42)
55 | 82 | 95 | |
---|---|---|---|
RGB | 85 | 130 | 149 |
HSL | 198° | 27.35% | 45.88% |
HSB/HSV | 198° | 42.95% | 58.43% |
CMYK | 42.95% | 12.75% | 0.00% |
41.57% |
HEX | 55 | 82 | 95 |
Decimal | 85 | 130 | 149 |
Binary | 1010101 | 10000010 | 10010101 |
Octal | 125 | 202 | 225 |
Examples of css and html codes for elements with #558295 color. Also use rgb(85,130,149) instead hex code.
.myTextColor { color: #558295; }
<p style="color:#558295">This sample text font color is #558295.</p>
This text font color is #558295.
.myBgColor { background-color: #558295; }
<div style="background-color:#558295">Inner text</div>
This div background color is #558295.
.myBorderColor { border: 1px solid #558295; }
<div style="border:3px solid #558295">Div</div>
This div border color is #558295.
.myOpacity80 { color: #558295; opacity: 0.8; }
<p style="color:#558295;opacity:0.8;">80%</p>
Text with #558295 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #558295;}
<p style="text-shadow: 3px 3px 1px #558295">Text here.</p>
This text has shadow with #558295 color.
.textShadow {text-shadow: 3px 3px 1px #558295, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #558295, 5px 5px 20px red">Text here.</p>
This text has shadow with #558295 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#558295, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#558295, Direction=45, Strength=4)">Text</p>
This text has shadow with #558295 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #558295; -webkit-box-shadow: 1px 1px 3px 2px #558295; box-shadow: 1px 1px 3px 2px #558295; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #558295; -webkit-box-shadow: 1px 1px 3px 2px #558295; box-shadow:1px 1px 3px 2px #558295;">
Div content here</div>
This text has color #558295 on black background.
This text has color #558295 on white background.
This text has black color on #558295 background.
This text has white color on #558295 background.