COLOR #55617D

HEX: #55617D
RGB: (85,97,125)

Color info

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

RGB color model

#55617D color RGB value is (85,97,125).

  • red value is 85;
  • green value is 97;
  • blue value is 125.
RGB:
(85,97,125)
(33%,38%,49%)

RGB channels and saturation

R 85 of 255 = 33%
G 97 of 255 = 38%
B 125 of 255 = 49%

85
97
125

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

Portions of RGB colors in percentages

R + G + B =
85 + 97 + 125 = 307 (100%)
R 85 of 307 ~ 27.69%
G 97 of 307 ~ 31.6%
B 125 of 307 ~ 40.72%

%27.69
%31.6
%40.72

CMYK color model

#55617D color CMYK value is (32,22,0,51).

  • cyan value is 32.00%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(32,22,0,51)
C32M22Y0K51 
(32%,22%,0%,51%)
(0.32/0.22/0.00/0.51)	

CMYK percentages

%32
%22.4
%0
%50.98

Codes

Color #55617D in popluar color models

55617D
RGB8597125
HSL222°19.05%41.18%
HSB/HSV222°32.00%49.02%
CMYK32.00%22.40%0.00%
50.98%

Color #55617D in popluar number systems.

HEX55617D
Decimal8597125
Binary101010111000011111101
Octal125141175

Shades and tints

Shades of #55617D

#55617D
(85,97,125)
#4E5972
(78,89,114)
#475167
(71,81,103)
#40495C
(64,73,92)
#394151
(57,65,81)
#323946
(50,57,70)
#2B313B
(43,49,59)
#242930
(36,41,48)
#1D2125
(29,33,37)
#16191A
(22,25,26)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #55617D

#55617D
(85,97,125)
#646F88
(100,111,136)
#737D93
(115,125,147)
#828B9E
(130,139,158)
#9199A9
(145,153,169)
#A0A7B4
(160,167,180)
#AFB5BF
(175,181,191)
#BEC3CA
(190,195,202)
#CDD1D5
(205,209,213)
#DCDFE0
(220,223,224)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55617D; }

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

This text font color is #55617D.


Background Color

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

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

This div background color is #55617D.


Border color

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

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

This div border color is #55617D.


Opacity

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

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

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

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

This text has shadow with #55617D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55617D on black background.


Color preview on white background

This text has color #55617D on white background.



Black color preview on #55617D background

This text has black color on #55617D background.


White color preview on #55617D background

This text has white color on #55617D background.