COLOR #55658D

HEX: #55658D
RGB: (85,101,141)

Color info

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

RGB color model

#55658D color RGB value is (85,101,141).

  • red value is 85;
  • green value is 101;
  • blue value is 141.
RGB:
(85,101,141)
(33%,40%,55%)

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 141 of 255 = 55%

85
101
141

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

Portions of RGB colors in percentages

R + G + B =
85 + 101 + 141 = 327 (100%)
R 85 of 327 ~ 25.99%
G 101 of 327 ~ 30.89%
B 141 of 327 ~ 43.12%

%25.99
%30.89
%43.12

CMYK color model

#55658D color CMYK value is (40,28,0,45).

  • cyan value is 39.72%
  • magenta value is 28.37%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(40,28,0,45)
C40M28Y0K45 
(40%,28%,0%,45%)
(0.40/0.28/0.00/0.45)	

CMYK percentages

%39.72
%28.37
%0
%44.71

Codes

Color #55658D in popluar color models

55658D
RGB85101141
HSL223°24.78%44.31%
HSB/HSV223°39.72%55.29%
CMYK39.72%28.37%0.00%
44.71%

Color #55658D in popluar number systems.

HEX55658D
Decimal85101141
Binary1010101110010110001101
Octal125145215

Shades and tints

Shades of #55658D

#55658D
(85,101,141)
#4E5C81
(78,92,129)
#475375
(71,83,117)
#404A69
(64,74,105)
#39415D
(57,65,93)
#323851
(50,56,81)
#2B2F45
(43,47,69)
#242639
(36,38,57)
#1D1D2D
(29,29,45)
#161421
(22,20,33)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #55658D

#55658D
(85,101,141)
#647397
(100,115,151)
#7381A1
(115,129,161)
#828FAB
(130,143,171)
#919DB5
(145,157,181)
#A0ABBF
(160,171,191)
#AFB9C9
(175,185,201)
#BEC7D3
(190,199,211)
#CDD5DD
(205,213,221)
#DCE3E7
(220,227,231)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55658D; }

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

This text font color is #55658D.


Background Color

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

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

This div background color is #55658D.


Border color

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

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

This div border color is #55658D.


Opacity

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

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

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

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

This text has shadow with #55658D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55658D on black background.


Color preview on white background

This text has color #55658D on white background.



Black color preview on #55658D background

This text has black color on #55658D background.


White color preview on #55658D background

This text has white color on #55658D background.