COLOR #55616F

HEX: #55616F
RGB: (85,97,111)

Color info

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

RGB color model

#55616F color RGB value is (85,97,111).

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

RGB channels and saturation

R 85 of 255 = 33%
G 97 of 255 = 38%
B 111 of 255 = 44%

85
97
111

R + G + B ~ 38%. #55616F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 97 + 111 = 293 (100%)
R 85 of 293 ~ 29.01%
G 97 of 293 ~ 33.11%
B 111 of 293 ~ 37.88%

%29.01
%33.11
%37.88

CMYK color model

#55616F color CMYK value is (23,13,0,56).

  • cyan value is 23.42%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(23,13,0,56)
C23M13Y0K56 
(23%,13%,0%,56%)
(0.23/0.13/0.00/0.56)	

CMYK percentages

%23.42
%12.61
%0
%56.47

Codes

Color #55616F in popluar color models

55616F
RGB8597111
HSL212°13.27%38.43%
HSB/HSV212°23.42%43.53%
CMYK23.42%12.61%0.00%
56.47%

Color #55616F in popluar number systems.

HEX55616F
Decimal8597111
Binary101010111000011101111
Octal125141157

Shades and tints

Shades of #55616F

#55616F
(85,97,111)
#4E5965
(78,89,101)
#47515B
(71,81,91)
#404951
(64,73,81)
#394147
(57,65,71)
#32393D
(50,57,61)
#2B3133
(43,49,51)
#242929
(36,41,41)
#1D211F
(29,33,31)
#161915
(22,25,21)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #55616F

#55616F
(85,97,111)
#646F7C
(100,111,124)
#737D89
(115,125,137)
#828B96
(130,139,150)
#9199A3
(145,153,163)
#A0A7B0
(160,167,176)
#AFB5BD
(175,181,189)
#BEC3CA
(190,195,202)
#CDD1D7
(205,209,215)
#DCDFE4
(220,223,228)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55616F color. Also use rgb(85,97,111) instead hex code.

Text Font Color

.myTextColor { color: #55616F; }

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

This text font color is #55616F.


Background Color

.myBgColor { background-color: #55616F; }

<div style="background-color:#55616F">Inner text</div>

This div background color is #55616F.


Border color

.myBorderColor { border: 1px solid #55616F; }

<div style="border:3px solid #55616F">Div</div>

This div border color is #55616F.


Opacity

.myOpacity80 { color: #55616F; opacity: 0.8; }

<p style="color:#55616F;opacity:0.8;">80%</p>

Text with #55616F 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 #55616F;}

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

This text has shadow with #55616F color.

.textShadow {text-shadow: 3px 3px 1px #55616F, 3px 3px 1px red;}

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

This text has shadow with #55616F primary color and red secondary color.


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

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

This text has shadow with #55616F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55616F on black background.


Color preview on white background

This text has color #55616F on white background.



Black color preview on #55616F background

This text has black color on #55616F background.


White color preview on #55616F background

This text has white color on #55616F background.