COLOR #55688B

HEX: #55688B RGB: (85,104,139)

Color info

#55688B contains red, green and blue colors in about the same proportion. Web safe color of #55688B is #666699 (or #669).

RGB color model

#55688B color RGB value is (85,104,139).

RGB: (85,104,139) (33%, 41%, 55%)

RGB channels and saturation

R 85 of 255 = 33%
G 104 of 255 = 41%
B 139 of 255 = 55%

85
104
139

R + G + B ~ 43%. #55688B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 104 + 139 = 328 (100%)
R 85 of 328 ~ 25.91%
G 104 of 328 ~ 31.71%
B 139 of 328 ~ 42.38'%

%25.91
%31.71
%42.38

CMYK color model

#55688B color CMYK value is (39,25,0,45).

  • cyan value is 38.85%
  • magenta value is 25.18%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (39,25,0,45)
C39M25Y0K45 (39%, 25%, 0%, 45%)
(0.39 / 0.25 / 0.00 / 0.45)

CMYK percentages

%38.85
%25.18
%0
%45.49

Codes

Color #55688B in popluar color models

55 68 8B
RGB 85 104 139
HSL 219° 24.11% 43.92%
HSB/HSV 219° 38.85% 54.51%
CMYK 38.85% 25.18% 0.00%
45.49%

Color #55688B in popluar number systems.

HEX 55 68 8B
Decimal 85 104 139
Binary 1010101 1101000 10001011
Octal 125 150 213

Shades and tints

Shades of #55688B

#55688B
(85,104,139)
#4E5F7F
(78,95,127)
#475673
(71,86,115)
#404D67
(64,77,103)
#39445B
(57,68,91)
#323B4F
(50,59,79)
#2B3243
(43,50,67)
#242937
(36,41,55)
#1D202B
(29,32,43)
#16171F
(22,23,31)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #55688B

#55688B
(85,104,139)
#647595
(100,117,149)
#73829F
(115,130,159)
#828FA9
(130,143,169)
#919CB3
(145,156,179)
#A0A9BD
(160,169,189)
#AFB6C7
(175,182,199)
#BEC3D1
(190,195,209)
#CDD0DB
(205,208,219)
#DCDDE5
(220,221,229)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55688B color. Also use rgb(85,104,139) instead hex code.

Text Font Color

.myTextColor { color: #55688B; }

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

This text font color is #55688B.

Background Color

.myBgColor { background-color: #55688B; }

<div style="background-color:#55688B">Inner text</div>

This div background color is #55688B.

Border color

.myBorderColor { border: 1px solid #55688B; }

<div style="border:3px solid #55688B">Div</div>

This div border color is #55688B.

Opacity

.myOpacity80 { color: #55688B; opacity: 0.8; }

<p style="color:#55688B;opacity:0.8;">80%</p>

Text with #55688B 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 #55688B;}

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

This text has shadow with #55688B color.


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

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

This text has shadow with #55688B primary color and red secondary color.


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

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

This text has shadow with #55688B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55688B.

Preview

Color preview on black background

This text has color #55688B on black background.


Color preview on white background

This text has color #55688B on white background.


Black color preview on #55688B background

This text has black color on #55688B background.


White color preview on #55688B background

This text has white color on #55688B background.


Related colors

Complementary color

Complementary color for #hex is #AA9774.


I love getcolorcode.com

Triadic colors

1 #8B5568 and #688B55 with #55688B are triadic colors.

2 #8B6855 and #68558B with #55688B are triadic colors.