COLOR #55788D

HEX: #55788D RGB: (85,120,141)

Color info

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

RGB color model

#55788D color RGB value is (85,120,141).

RGB: (85,120,141) (33%, 47%, 55%)

RGB channels and saturation

R 85 of 255 = 33%
G 120 of 255 = 47%
B 141 of 255 = 55%

85
120
141

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

Portions of RGB colors in percentages

R + G + B = 85 + 120 + 141 = 346 (100%)
R 85 of 346 ~ 24.57%
G 120 of 346 ~ 34.68%
B 141 of 346 ~ 40.75'%

%24.57
%34.68
%40.75

CMYK color model

#55788D color CMYK value is (40,15,0,45).

  • cyan value is 39.72%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (40,15,0,45)
C40M15Y0K45 (40%, 15%, 0%, 45%)
(0.40 / 0.15 / 0.00 / 0.45)

CMYK percentages

%39.72
%14.89
%0
%44.71

Codes

Color #55788D in popluar color models

55 78 8D
RGB 85 120 141
HSL 203° 24.78% 44.31%
HSB/HSV 203° 39.72% 55.29%
CMYK 39.72% 14.89% 0.00%
44.71%

Color #55788D in popluar number systems.

HEX 55 78 8D
Decimal 85 120 141
Binary 1010101 1111000 10001101
Octal 125 170 215

Shades and tints

Shades of #55788D

#55788D
(85,120,141)
#4E6E81
(78,110,129)
#476475
(71,100,117)
#405A69
(64,90,105)
#39505D
(57,80,93)
#324651
(50,70,81)
#2B3C45
(43,60,69)
#243239
(36,50,57)
#1D282D
(29,40,45)
#161E21
(22,30,33)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #55788D

#55788D
(85,120,141)
#648497
(100,132,151)
#7390A1
(115,144,161)
#829CAB
(130,156,171)
#91A8B5
(145,168,181)
#A0B4BF
(160,180,191)
#AFC0C9
(175,192,201)
#BECCD3
(190,204,211)
#CDD8DD
(205,216,221)
#DCE4E7
(220,228,231)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55788D color. Also use rgb(85,120,141) instead hex code.

Text Font Color

.myTextColor { color: #55788D; }

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

This text font color is #55788D.

Background Color

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

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

This div background color is #55788D.

Border color

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

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

This div border color is #55788D.

Opacity

.myOpacity80 { color: #55788D; opacity: 0.8; }

<p style="color:#55788D;opacity:0.8;">80%</p>

Text with #55788D 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 #55788D;}

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

This text has shadow with #55788D color.


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

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

This text has shadow with #55788D primary color and red secondary color.


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

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

This text has shadow with #55788D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55788D.

Preview

Color preview on black background

This text has color #55788D on black background.


Color preview on white background

This text has color #55788D on white background.


Black color preview on #55788D background

This text has black color on #55788D background.


White color preview on #55788D background

This text has white color on #55788D background.


Related colors

Complementary color

Complementary color for #hex is #AA8772.


I love getcolorcode.com

Triadic colors

1 #8D5578 and #788D55 with #55788D are triadic colors.

2 #8D7855 and #78558D with #55788D are triadic colors.