COLOR #554E7C

HEX: #554E7C
RGB: (85,78,124)

Color info

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

RGB color model

#554E7C color RGB value is (85,78,124).

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

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 124 of 255 = 49%

85
78
124

R + G + B ~ 38%. #554E7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 78 + 124 = 287 (100%)
R 85 of 287 ~ 29.62%
G 78 of 287 ~ 27.18%
B 124 of 287 ~ 43.21%

%29.62
%27.18
%43.21

CMYK color model

#554E7C color CMYK value is (31,37,0,51).

  • cyan value is 31.45%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(31,37,0,51)
C31M37Y0K51 
(31%,37%,0%,51%)
(0.31/0.37/0.00/0.51)	

CMYK percentages

%31.45
%37.1
%0
%51.37

Codes

Color #554E7C in popluar color models

554E7C
RGB8578124
HSL249°22.77%39.61%
HSB/HSV249°37.10%48.63%
CMYK31.45%37.10%0.00%
51.37%

Color #554E7C in popluar number systems.

HEX554E7C
Decimal8578124
Binary101010110011101111100
Octal125116174

Shades and tints

Shades of #554E7C

#554E7C
(85,78,124)
#4E4771
(78,71,113)
#474066
(71,64,102)
#40395B
(64,57,91)
#393250
(57,50,80)
#322B45
(50,43,69)
#2B243A
(43,36,58)
#241D2F
(36,29,47)
#1D1624
(29,22,36)
#160F19
(22,15,25)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #554E7C

#554E7C
(85,78,124)
#645E87
(100,94,135)
#736E92
(115,110,146)
#827E9D
(130,126,157)
#918EA8
(145,142,168)
#A09EB3
(160,158,179)
#AFAEBE
(175,174,190)
#BEBEC9
(190,190,201)
#CDCED4
(205,206,212)
#DCDEDF
(220,222,223)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554E7C; }

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

This text font color is #554E7C.


Background Color

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

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

This div background color is #554E7C.


Border color

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

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

This div border color is #554E7C.


Opacity

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

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

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

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

This text has shadow with #554E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554E7C on black background.


Color preview on white background

This text has color #554E7C on white background.



Black color preview on #554E7C background

This text has black color on #554E7C background.


White color preview on #554E7C background

This text has white color on #554E7C background.