COLOR #554E6B

HEX: #554E6B
RGB: (85,78,107)

Color info

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

RGB color model

#554E6B color RGB value is (85,78,107).

  • red value is 85;
  • green value is 78;
  • blue value is 107.
RGB:
(85,78,107)
(33%,31%,42%)

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 107 of 255 = 42%

85
78
107

R + G + B ~ 35%. #554E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 78 + 107 = 270 (100%)
R 85 of 270 ~ 31.48%
G 78 of 270 ~ 28.89%
B 107 of 270 ~ 39.63%

%31.48
%28.89
%39.63

CMYK color model

#554E6B color CMYK value is (21,27,0,58).

  • cyan value is 20.56%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(21,27,0,58)
C21M27Y0K58 
(21%,27%,0%,58%)
(0.21/0.27/0.00/0.58)	

CMYK percentages

%20.56
%27.1
%0
%58.04

Codes

Color #554E6B in popluar color models

554E6B
RGB8578107
HSL254°15.68%36.27%
HSB/HSV254°27.10%41.96%
CMYK20.56%27.10%0.00%
58.04%

Color #554E6B in popluar number systems.

HEX554E6B
Decimal8578107
Binary101010110011101101011
Octal125116153

Shades and tints

Shades of #554E6B

#554E6B
(85,78,107)
#4E4762
(78,71,98)
#474059
(71,64,89)
#403950
(64,57,80)
#393247
(57,50,71)
#322B3E
(50,43,62)
#2B2435
(43,36,53)
#241D2C
(36,29,44)
#1D1623
(29,22,35)
#160F1A
(22,15,26)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #554E6B

#554E6B
(85,78,107)
#645E78
(100,94,120)
#736E85
(115,110,133)
#827E92
(130,126,146)
#918E9F
(145,142,159)
#A09EAC
(160,158,172)
#AFAEB9
(175,174,185)
#BEBEC6
(190,190,198)
#CDCED3
(205,206,211)
#DCDEE0
(220,222,224)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554E6B color. Also use rgb(85,78,107) instead hex code.

Text Font Color

.myTextColor { color: #554E6B; }

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

This text font color is #554E6B.


Background Color

.myBgColor { background-color: #554E6B; }

<div style="background-color:#554E6B">Inner text</div>

This div background color is #554E6B.


Border color

.myBorderColor { border: 1px solid #554E6B; }

<div style="border:3px solid #554E6B">Div</div>

This div border color is #554E6B.


Opacity

.myOpacity80 { color: #554E6B; opacity: 0.8; }

<p style="color:#554E6B;opacity:0.8;">80%</p>

Text with #554E6B 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 #554E6B;}

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

This text has shadow with #554E6B color.

.textShadow {text-shadow: 3px 3px 1px #554E6B, 3px 3px 1px red;}

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

This text has shadow with #554E6B primary color and red secondary color.


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

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

This text has shadow with #554E6B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554E6B on black background.


Color preview on white background

This text has color #554E6B on white background.



Black color preview on #554E6B background

This text has black color on #554E6B background.


White color preview on #554E6B background

This text has white color on #554E6B background.