COLOR #555191

HEX: #555191 RGB: (85,81,145)

Color info

#555191 contains mainly blue color. Web safe color of #555191 is #666699 (or #669).

RGB color model

#555191 color RGB value is (85,81,145).

RGB: (85,81,145) (33%, 32%, 57%)

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 145 of 255 = 57%

85
81
145

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

Portions of RGB colors in percentages

R + G + B = 85 + 81 + 145 = 311 (100%)
R 85 of 311 ~ 27.33%
G 81 of 311 ~ 26.05%
B 145 of 311 ~ 46.62'%

%27.33
%26.05
%46.62

CMYK color model

#555191 color CMYK value is (41,44,0,43).

  • cyan value is 41.38%
  • magenta value is 44.14%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (41,44,0,43)
C41M44Y0K43 (41%, 44%, 0%, 43%)
(0.41 / 0.44 / 0.00 / 0.43)

CMYK percentages

%41.38
%44.14
%0
%43.14

Codes

Color #555191 in popluar color models

55 51 91
RGB 85 81 145
HSL 244° 28.32% 44.31%
HSB/HSV 244° 44.14% 56.86%
CMYK 41.38% 44.14% 0.00%
43.14%

Color #555191 in popluar number systems.

HEX 55 51 91
Decimal 85 81 145
Binary 1010101 1010001 10010001
Octal 125 121 221

Shades and tints

Shades of #555191

#555191
(85,81,145)
#4E4A84
(78,74,132)
#474377
(71,67,119)
#403C6A
(64,60,106)
#39355D
(57,53,93)
#322E50
(50,46,80)
#2B2743
(43,39,67)
#242036
(36,32,54)
#1D1929
(29,25,41)
#16121C
(22,18,28)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #555191

#555191
(85,81,145)
#64609B
(100,96,155)
#736FA5
(115,111,165)
#827EAF
(130,126,175)
#918DB9
(145,141,185)
#A09CC3
(160,156,195)
#AFABCD
(175,171,205)
#BEBAD7
(190,186,215)
#CDC9E1
(205,201,225)
#DCD8EB
(220,216,235)
#EBE7F5
(235,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555191 color. Also use rgb(85,81,145) instead hex code.

Text Font Color

.myTextColor { color: #555191; }

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

This text font color is #555191.

Background Color

.myBgColor { background-color: #555191; }

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

This div background color is #555191.

Border color

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

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

This div border color is #555191.

Opacity

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

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

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

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

This text has shadow with #555191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555191.

Preview

Color preview on black background

This text has color #555191 on black background.


Color preview on white background

This text has color #555191 on white background.


Black color preview on #555191 background

This text has black color on #555191 background.


White color preview on #555191 background

This text has white color on #555191 background.


Related colors

Complementary color

Complementary color for #hex is #AAAE6E.


I love getcolorcode.com

Triadic colors

1 #915551 and #519155 with #555191 are triadic colors.

2 #915155 and #515591 with #555191 are triadic colors.