HEX: #55737C
RGB: (85,115,124)
#55737C contains red, green and blue colors in about the same proportion. Web safe color of #55737C is #666666 (or #666).
#55737C color RGB value is (85,115,124).
RGB: (85,115,124)
(33%, 45%, 49%)
R 85 of 255 = 33%
G 115 of 255 = 45%
B 124 of 255 = 49%
R + G + B ~ 42%. #55737C is middle color (not dark and not light).
R + G + B = 85 + 115 + 124 = 324 (100%)
R 85 of 324 ~ 26.23%
G 115 of 324 ~ 35.49%
B 124 of 324 ~ 38.27'%
#55737C color CMYK value is (31,7,0,51).
CMYK: (31,7,0,51)
C31M7Y0K51 (31%, 7%, 0%, 51%)
(0.31 / 0.07 / 0.00 / 0.51)
Color #55737C in popluar color models
55 | 73 | 7C | |
---|---|---|---|
RGB | 85 | 115 | 124 |
HSL | 194° | 18.66% | 40.98% |
HSB/HSV | 194° | 31.45% | 48.63% |
CMYK | 31.45% | 7.26% | 0.00% |
51.37% |
Color #55737C in popluar number systems.
HEX | 55 | 73 | 7C |
Decimal | 85 | 115 | 124 |
Binary | 1010101 | 1110011 | 1111100 |
Octal | 125 | 163 | 174 |
Shades of #55737C
Tints of #55737C
Examples of css and html codes for elements with #55737C color. Also use rgb(85,115,124) instead hex code.
.myTextColor { color: #55737C; }
<p style="color:#55737C">This sample text font color is #55737C.</p>
This text font color is #55737C.
.myBgColor { background-color: #55737C; }
<div style="background-color:#55737C">Inner text</div>
This div background color is #55737C.
.myBorderColor { border: 1px solid #55737C; }
<div style="border:3px solid #55737C">Div</div>
This div border color is #55737C.
.myOpacity80 { color: #55737C; opacity: 0.8; }
<p style="color:#55737C;opacity:0.8;">80%</p>
Text with #55737C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55737C;}
<p style="text-shadow: 3px 3px 1px #55737C">Text here.</p>
This text has shadow with #55737C color.
.textShadow {text-shadow: 3px 3px 1px #55737C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55737C, 5px 5px 20px red">Text here.</p>
This text has shadow with #55737C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55737C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55737C, Direction=45, Strength=4)">Text</p>
This text has shadow with #55737C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55737C;
-webkit-box-shadow: 1px 1px 3px 2px #55737C;
box-shadow: 1px 1px 3px 2px #55737C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55737C; -webkit-box-shadow: 1px 1px 3px 2px #55737C; box-shadow:1px 1px 3px 2px #55737C;">
Div content here
</div>
This text has color #55737C on black background.
This text has color #55737C on white background.
This text has black color on #55737C background.
This text has white color on #55737C background.
Complementary color for #hex is #AA8C83.