COLOR #554F88

HEX: #554F88
RGB: (85,79,136)

Color info

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

RGB color model

#554F88 color RGB value is (85,79,136).

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

RGB channels and saturation

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

85
79
136

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

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 136 = 300 (100%)
R 85 of 300 ~ 28.33%
G 79 of 300 ~ 26.33%
B 136 of 300 ~ 45.33%

%28.33
%26.33
%45.33

CMYK color model

#554F88 color CMYK value is (38,42,0,47).

  • cyan value is 37.50%
  • magenta value is 41.91%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(38,42,0,47)
C38M42Y0K47 
(38%,42%,0%,47%)
(0.38/0.42/0.00/0.47)	

CMYK percentages

%37.5
%41.91
%0
%46.67

Codes

Color #554F88 in popluar color models

554F88
RGB8579136
HSL246°26.51%42.16%
HSB/HSV246°41.91%53.33%
CMYK37.50%41.91%0.00%
46.67%

Color #554F88 in popluar number systems.

HEX554F88
Decimal8579136
Binary1010101100111110001000
Octal125117210

Shades and tints

Shades of #554F88

#554F88
(85,79,136)
#4E487C
(78,72,124)
#474170
(71,65,112)
#403A64
(64,58,100)
#393358
(57,51,88)
#322C4C
(50,44,76)
#2B2540
(43,37,64)
#241E34
(36,30,52)
#1D1728
(29,23,40)
#16101C
(22,16,28)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #554F88

#554F88
(85,79,136)
#645F92
(100,95,146)
#736F9C
(115,111,156)
#827FA6
(130,127,166)
#918FB0
(145,143,176)
#A09FBA
(160,159,186)
#AFAFC4
(175,175,196)
#BEBFCE
(190,191,206)
#CDCFD8
(205,207,216)
#DCDFE2
(220,223,226)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F88; }

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

This text font color is #554F88.


Background Color

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

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

This div background color is #554F88.


Border color

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

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

This div border color is #554F88.


Opacity

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

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

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

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

This text has shadow with #554F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F88 on black background.


Color preview on white background

This text has color #554F88 on white background.



Black color preview on #554F88 background

This text has black color on #554F88 background.


White color preview on #554F88 background

This text has white color on #554F88 background.