COLOR #554F87

HEX: #554F87
RGB: (85,79,135)

Color info

#554F87 contains red, green and blue colors in about the same proportion. Web safe color of #554F87 is #666699 (or #669).

RGB color model

#554F87 color RGB value is (85,79,135).

  • red value is 85;
  • green value is 79;
  • blue value is 135.
RGB:
(85,79,135)
(33%,31%,53%)

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 135 of 255 = 53%

85
79
135

R + G + B ~ 39%. #554F87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 135 = 299 (100%)
R 85 of 299 ~ 28.43%
G 79 of 299 ~ 26.42%
B 135 of 299 ~ 45.15%

%28.43
%26.42
%45.15

CMYK color model

#554F87 color CMYK value is (37,41,0,47).

  • cyan value is 37.04%
  • magenta value is 41.48%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(37,41,0,47)
C37M41Y0K47 
(37%,41%,0%,47%)
(0.37/0.41/0.00/0.47)	

CMYK percentages

%37.04
%41.48
%0
%47.06

Codes

Color #554F87 in popluar color models

554F87
RGB8579135
HSL246°26.17%41.96%
HSB/HSV246°41.48%52.94%
CMYK37.04%41.48%0.00%
47.06%

Color #554F87 in popluar number systems.

HEX554F87
Decimal8579135
Binary1010101100111110000111
Octal125117207

Shades and tints

Shades of #554F87

#554F87
(85,79,135)
#4E487B
(78,72,123)
#47416F
(71,65,111)
#403A63
(64,58,99)
#393357
(57,51,87)
#322C4B
(50,44,75)
#2B253F
(43,37,63)
#241E33
(36,30,51)
#1D1727
(29,23,39)
#16101B
(22,16,27)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #554F87

#554F87
(85,79,135)
#645F91
(100,95,145)
#736F9B
(115,111,155)
#827FA5
(130,127,165)
#918FAF
(145,143,175)
#A09FB9
(160,159,185)
#AFAFC3
(175,175,195)
#BEBFCD
(190,191,205)
#CDCFD7
(205,207,215)
#DCDFE1
(220,223,225)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554F87 color. Also use rgb(85,79,135) instead hex code.

Text Font Color

.myTextColor { color: #554F87; }

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

This text font color is #554F87.


Background Color

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

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

This div background color is #554F87.


Border color

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

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

This div border color is #554F87.


Opacity

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

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

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

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

This text has shadow with #554F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F87 on black background.


Color preview on white background

This text has color #554F87 on white background.



Black color preview on #554F87 background

This text has black color on #554F87 background.


White color preview on #554F87 background

This text has white color on #554F87 background.