HEX: #55667D
RGB: (85,102,125)
#55667D contains red, green and blue colors in about the same proportion. Web safe color of #55667D is #666666 (or #666).
#55667D color RGB value is (85,102,125).
RGB: (85,102,125)
(33%, 40%, 49%)
R 85 of 255 = 33%
G 102 of 255 = 40%
B 125 of 255 = 49%
R + G + B ~ 41%. #55667D is middle color (not dark and not light).
R + G + B = 85 + 102 + 125 = 312 (100%)
R 85 of 312 ~ 27.24%
G 102 of 312 ~ 32.69%
B 125 of 312 ~ 40.06'%
#55667D color CMYK value is (32,18,0,51).
CMYK: (32,18,0,51)
C32M18Y0K51 (32%, 18%, 0%, 51%)
(0.32 / 0.18 / 0.00 / 0.51)
Color #55667D in popluar color models
55 | 66 | 7D | |
---|---|---|---|
RGB | 85 | 102 | 125 |
HSL | 215° | 19.05% | 41.18% |
HSB/HSV | 215° | 32.00% | 49.02% |
CMYK | 32.00% | 18.40% | 0.00% |
50.98% |
Color #55667D in popluar number systems.
HEX | 55 | 66 | 7D |
Decimal | 85 | 102 | 125 |
Binary | 1010101 | 1100110 | 1111101 |
Octal | 125 | 146 | 175 |
Shades of #55667D
Tints of #55667D
Examples of css and html codes for elements with #55667D color. Also use rgb(85,102,125) instead hex code.
.myTextColor { color: #55667D; }
<p style="color:#55667D">This sample text font color is #55667D.</p>
This text font color is #55667D.
.myBgColor { background-color: #55667D; }
<div style="background-color:#55667D">Inner text</div>
This div background color is #55667D.
.myBorderColor { border: 1px solid #55667D; }
<div style="border:3px solid #55667D">Div</div>
This div border color is #55667D.
.myOpacity80 { color: #55667D; opacity: 0.8; }
<p style="color:#55667D;opacity:0.8;">80%</p>
Text with #55667D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55667D;}
<p style="text-shadow: 3px 3px 1px #55667D">Text here.</p>
This text has shadow with #55667D color.
.textShadow {text-shadow: 3px 3px 1px #55667D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55667D, 5px 5px 20px red">Text here.</p>
This text has shadow with #55667D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55667D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55667D, Direction=45, Strength=4)">Text</p>
This text has shadow with #55667D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55667D;
-webkit-box-shadow: 1px 1px 3px 2px #55667D;
box-shadow: 1px 1px 3px 2px #55667D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55667D; -webkit-box-shadow: 1px 1px 3px 2px #55667D; box-shadow:1px 1px 3px 2px #55667D;">
Div content here
</div>
This text has color #55667D on black background.
This text has color #55667D on white background.
This text has black color on #55667D background.
This text has white color on #55667D background.
Complementary color for #hex is #AA9982.