COLOR #55667D

HEX: #55667D RGB: (85,102,125)

Color info

#55667D contains red, green and blue colors in about the same proportion. Web safe color of #55667D is #666666 (or #666).

RGB color model

#55667D color RGB value is (85,102,125).

RGB: (85,102,125) (33%, 40%, 49%)

RGB channels and saturation

R 85 of 255 = 33%
G 102 of 255 = 40%
B 125 of 255 = 49%

85
102
125

R + G + B ~ 41%. #55667D is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%27.24
%32.69
%40.06

CMYK color model

#55667D color CMYK value is (32,18,0,51).

  • cyan value is 32.00%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (32,18,0,51)
C32M18Y0K51 (32%, 18%, 0%, 51%)
(0.32 / 0.18 / 0.00 / 0.51)

CMYK percentages

%32
%18.4
%0
%50.98

Codes

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 and tints

Shades of #55667D

#55667D
(85,102,125)
#4E5D72
(78,93,114)
#475467
(71,84,103)
#404B5C
(64,75,92)
#394251
(57,66,81)
#323946
(50,57,70)
#2B303B
(43,48,59)
#242730
(36,39,48)
#1D1E25
(29,30,37)
#16151A
(22,21,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #55667D

#55667D
(85,102,125)
#647388
(100,115,136)
#738093
(115,128,147)
#828D9E
(130,141,158)
#919AA9
(145,154,169)
#A0A7B4
(160,167,180)
#AFB4BF
(175,180,191)
#BEC1CA
(190,193,202)
#CDCED5
(205,206,213)
#DCDBE0
(220,219,224)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55667D color. Also use rgb(85,102,125) instead hex code.

Text Font Color

.myTextColor { color: #55667D; }

<p style="color:#55667D">This sample text font color is #55667D.</p>

This text font color is #55667D.

Background Color

.myBgColor { background-color: #55667D; }

<div style="background-color:#55667D">Inner text</div>

This div background color is #55667D.

Border color

.myBorderColor { border: 1px solid #55667D; }

<div style="border:3px solid #55667D">Div</div>

This div border color is #55667D.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #55667D.

Preview

Color preview on black background

This text has color #55667D on black background.


Color preview on white background

This text has color #55667D on white background.


Black color preview on #55667D background

This text has black color on #55667D background.


White color preview on #55667D background

This text has white color on #55667D background.


Related colors

Complementary color

Complementary color for #hex is #AA9982.


I love getcolorcode.com

Triadic colors

1 #7D5566 and #667D55 with #55667D are triadic colors.

2 #7D6655 and #66557D with #55667D are triadic colors.