COLOR #55647B

HEX: #55647B
RGB: (85,100,123)

Color info

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

RGB color model

#55647B color RGB value is (85,100,123).

  • red value is 85;
  • green value is 100;
  • blue value is 123.
RGB:
(85,100,123)
(33%,39%,48%)

RGB channels and saturation

R 85 of 255 = 33%
G 100 of 255 = 39%
B 123 of 255 = 48%

85
100
123

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

Portions of RGB colors in percentages

R + G + B =
85 + 100 + 123 = 308 (100%)
R 85 of 308 ~ 27.6%
G 100 of 308 ~ 32.47%
B 123 of 308 ~ 39.94%

%27.6
%32.47
%39.94

CMYK color model

#55647B color CMYK value is (31,19,0,52).

  • cyan value is 30.89%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(31,19,0,52)
C31M19Y0K52 
(31%,19%,0%,52%)
(0.31/0.19/0.00/0.52)	

CMYK percentages

%30.89
%18.7
%0
%51.76

Codes

Color #55647B in popluar color models

55647B
RGB85100123
HSL216°18.27%40.78%
HSB/HSV216°30.89%48.24%
CMYK30.89%18.70%0.00%
51.76%

Color #55647B in popluar number systems.

HEX55647B
Decimal85100123
Binary101010111001001111011
Octal125144173

Shades and tints

Shades of #55647B

#55647B
(85,100,123)
#4E5B70
(78,91,112)
#475265
(71,82,101)
#40495A
(64,73,90)
#39404F
(57,64,79)
#323744
(50,55,68)
#2B2E39
(43,46,57)
#24252E
(36,37,46)
#1D1C23
(29,28,35)
#161318
(22,19,24)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #55647B

#55647B
(85,100,123)
#647287
(100,114,135)
#738093
(115,128,147)
#828E9F
(130,142,159)
#919CAB
(145,156,171)
#A0AAB7
(160,170,183)
#AFB8C3
(175,184,195)
#BEC6CF
(190,198,207)
#CDD4DB
(205,212,219)
#DCE2E7
(220,226,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55647B color. Also use rgb(85,100,123) instead hex code.

Text Font Color

.myTextColor { color: #55647B; }

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

This text font color is #55647B.


Background Color

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

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

This div background color is #55647B.


Border color

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

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

This div border color is #55647B.


Opacity

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

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

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

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

This text has shadow with #55647B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55647B on black background.


Color preview on white background

This text has color #55647B on white background.



Black color preview on #55647B background

This text has black color on #55647B background.


White color preview on #55647B background

This text has white color on #55647B background.