COLOR #55689E

HEX: #55689E RGB: (85,104,158)

Color info

#55689E contains mainly green and blue colors. Web safe color of #55689E is #666699 (or #669).

RGB color model

#55689E color RGB value is (85,104,158).

RGB: (85,104,158) (33%, 41%, 62%)

RGB channels and saturation

R 85 of 255 = 33%
G 104 of 255 = 41%
B 158 of 255 = 62%

85
104
158

R + G + B ~ 45%. #55689E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 104 + 158 = 347 (100%)
R 85 of 347 ~ 24.5%
G 104 of 347 ~ 29.97%
B 158 of 347 ~ 45.53'%

%24.5
%29.97
%45.53

CMYK color model

#55689E color CMYK value is (46,34,0,38).

  • cyan value is 46.20%
  • magenta value is 34.18%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (46,34,0,38)
C46M34Y0K38 (46%, 34%, 0%, 38%)
(0.46 / 0.34 / 0.00 / 0.38)

CMYK percentages

%46.2
%34.18
%0
%38.04

Codes

Color #55689E in popluar color models

55 68 9E
RGB 85 104 158
HSL 224° 30.04% 47.65%
HSB/HSV 224° 46.20% 61.96%
CMYK 46.20% 34.18% 0.00%
38.04%

Color #55689E in popluar number systems.

HEX 55 68 9E
Decimal 85 104 158
Binary 1010101 1101000 10011110
Octal 125 150 236

Shades and tints

Shades of #55689E

#55689E
(85,104,158)
#4E5F90
(78,95,144)
#475682
(71,86,130)
#404D74
(64,77,116)
#394466
(57,68,102)
#323B58
(50,59,88)
#2B324A
(43,50,74)
#24293C
(36,41,60)
#1D202E
(29,32,46)
#161720
(22,23,32)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #55689E

#55689E
(85,104,158)
#6475A6
(100,117,166)
#7382AE
(115,130,174)
#828FB6
(130,143,182)
#919CBE
(145,156,190)
#A0A9C6
(160,169,198)
#AFB6CE
(175,182,206)
#BEC3D6
(190,195,214)
#CDD0DE
(205,208,222)
#DCDDE6
(220,221,230)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55689E color. Also use rgb(85,104,158) instead hex code.

Text Font Color

.myTextColor { color: #55689E; }

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

This text font color is #55689E.

Background Color

.myBgColor { background-color: #55689E; }

<div style="background-color:#55689E">Inner text</div>

This div background color is #55689E.

Border color

.myBorderColor { border: 1px solid #55689E; }

<div style="border:3px solid #55689E">Div</div>

This div border color is #55689E.

Opacity

.myOpacity80 { color: #55689E; opacity: 0.8; }

<p style="color:#55689E;opacity:0.8;">80%</p>

Text with #55689E 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 #55689E;}

<p style="text-shadow: 3px 3px 1px #55689E">Text here.</p>

This text has shadow with #55689E color.


.textShadow {text-shadow: 3px 3px 1px #55689E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #55689E, 5px 5px 20px red">Text here.</p>

This text has shadow with #55689E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55689E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#55689E, Direction=45, Strength=4)">Text</p>

This text has shadow with #55689E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55689E;
-webkit-box-shadow: 1px 1px 3px 2px #55689E;
box-shadow: 1px 1px 3px 2px #55689E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55689E; -webkit-box-shadow: 1px 1px 3px 2px #55689E; box-shadow:1px 1px 3px 2px #55689E;">
Div content here
</div>

This div box has shadow with color #55689E.

Preview

Color preview on black background

This text has color #55689E on black background.


Color preview on white background

This text has color #55689E on white background.


Black color preview on #55689E background

This text has black color on #55689E background.


White color preview on #55689E background

This text has white color on #55689E background.


Related colors

Complementary color

Complementary color for #hex is #AA9761.


I love getcolorcode.com

Triadic colors

1 #9E5568 and #689E55 with #55689E are triadic colors.

2 #9E6855 and #68559E with #55689E are triadic colors.