COLOR #555D8D

HEX: #555D8D
RGB: (85,93,141)

Color info

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

RGB color model

#555D8D color RGB value is (85,93,141).

  • red value is 85;
  • green value is 93;
  • blue value is 141.
RGB:
(85,93,141)
(33%,36%,55%)

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 141 of 255 = 55%

85
93
141

R + G + B ~ 41%. #555D8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 93 + 141 = 319 (100%)
R 85 of 319 ~ 26.65%
G 93 of 319 ~ 29.15%
B 141 of 319 ~ 44.2%

%26.65
%29.15
%44.2

CMYK color model

#555D8D color CMYK value is (40,34,0,45).

  • cyan value is 39.72%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(40,34,0,45)
C40M34Y0K45 
(40%,34%,0%,45%)
(0.40/0.34/0.00/0.45)	

CMYK percentages

%39.72
%34.04
%0
%44.71

Codes

Color #555D8D in popluar color models

555D8D
RGB8593141
HSL231°24.78%44.31%
HSB/HSV231°39.72%55.29%
CMYK39.72%34.04%0.00%
44.71%

Color #555D8D in popluar number systems.

HEX555D8D
Decimal8593141
Binary1010101101110110001101
Octal125135215

Shades and tints

Shades of #555D8D

#555D8D
(85,93,141)
#4E5581
(78,85,129)
#474D75
(71,77,117)
#404569
(64,69,105)
#393D5D
(57,61,93)
#323551
(50,53,81)
#2B2D45
(43,45,69)
#242539
(36,37,57)
#1D1D2D
(29,29,45)
#161521
(22,21,33)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #555D8D

#555D8D
(85,93,141)
#646B97
(100,107,151)
#7379A1
(115,121,161)
#8287AB
(130,135,171)
#9195B5
(145,149,181)
#A0A3BF
(160,163,191)
#AFB1C9
(175,177,201)
#BEBFD3
(190,191,211)
#CDCDDD
(205,205,221)
#DCDBE7
(220,219,231)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555D8D color. Also use rgb(85,93,141) instead hex code.

Text Font Color

.myTextColor { color: #555D8D; }

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

This text font color is #555D8D.


Background Color

.myBgColor { background-color: #555D8D; }

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

This div background color is #555D8D.


Border color

.myBorderColor { border: 1px solid #555D8D; }

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

This div border color is #555D8D.


Opacity

.myOpacity80 { color: #555D8D; opacity: 0.8; }

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

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

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

This text has shadow with #555D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D8D on black background.


Color preview on white background

This text has color #555D8D on white background.



Black color preview on #555D8D background

This text has black color on #555D8D background.


White color preview on #555D8D background

This text has white color on #555D8D background.