COLOR #555784

HEX: #555784
RGB: (85,87,132)

Color info

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

RGB color model

#555784 color RGB value is (85,87,132).

  • red value is 85;
  • green value is 87;
  • blue value is 132.
RGB:
(85,87,132)
(33%,34%,52%)

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 132 of 255 = 52%

85
87
132

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

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 132 = 304 (100%)
R 85 of 304 ~ 27.96%
G 87 of 304 ~ 28.62%
B 132 of 304 ~ 43.42%

%27.96
%28.62
%43.42

CMYK color model

#555784 color CMYK value is (36,34,0,48).

  • cyan value is 35.61%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(36,34,0,48)
C36M34Y0K48 
(36%,34%,0%,48%)
(0.36/0.34/0.00/0.48)	

CMYK percentages

%35.61
%34.09
%0
%48.24

Codes

Color #555784 in popluar color models

555784
RGB8587132
HSL237°21.66%42.55%
HSB/HSV237°35.61%51.76%
CMYK35.61%34.09%0.00%
48.24%

Color #555784 in popluar number systems.

HEX555784
Decimal8587132
Binary1010101101011110000100
Octal125127204

Shades and tints

Shades of #555784

#555784
(85,87,132)
#4E5078
(78,80,120)
#47496C
(71,73,108)
#404260
(64,66,96)
#393B54
(57,59,84)
#323448
(50,52,72)
#2B2D3C
(43,45,60)
#242630
(36,38,48)
#1D1F24
(29,31,36)
#161818
(22,24,24)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #555784

#555784
(85,87,132)
#64668F
(100,102,143)
#73759A
(115,117,154)
#8284A5
(130,132,165)
#9193B0
(145,147,176)
#A0A2BB
(160,162,187)
#AFB1C6
(175,177,198)
#BEC0D1
(190,192,209)
#CDCFDC
(205,207,220)
#DCDEE7
(220,222,231)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555784 color. Also use rgb(85,87,132) instead hex code.

Text Font Color

.myTextColor { color: #555784; }

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

This text font color is #555784.


Background Color

.myBgColor { background-color: #555784; }

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

This div background color is #555784.


Border color

.myBorderColor { border: 1px solid #555784; }

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

This div border color is #555784.


Opacity

.myOpacity80 { color: #555784; opacity: 0.8; }

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

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

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

This text has shadow with #555784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555784 on black background.


Color preview on white background

This text has color #555784 on white background.



Black color preview on #555784 background

This text has black color on #555784 background.


White color preview on #555784 background

This text has white color on #555784 background.