COLOR #554E85

HEX: #554E85 RGB: (85,78,133)

Color info

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

RGB color model

#554E85 color RGB value is (85,78,133).

RGB: (85,78,133) (33%, 31%, 52%)

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 133 of 255 = 52%

85
78
133

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

Portions of RGB colors in percentages

R + G + B = 85 + 78 + 133 = 296 (100%)
R 85 of 296 ~ 28.72%
G 78 of 296 ~ 26.35%
B 133 of 296 ~ 44.93'%

%28.72
%26.35
%44.93

CMYK color model

#554E85 color CMYK value is (36,41,0,48).

  • cyan value is 36.09%
  • magenta value is 41.35%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (36,41,0,48) C36M41Y0K48 (36%,41%,0%,48%) (0.36/0.41/0.00/0.48) 

CMYK percentages

%36.09
%41.35
%0
%47.84

Codes

Color #554E85 in popluar color models

55 4E 85
RGB 85 78 133
HSL 248° 26.07% 41.37%
HSB/HSV 248° 41.35% 52.16%
CMYK 36.09% 41.35% 0.00%
47.84%

Color #554E85 in popluar number systems.

HEX 55 4E 85
Decimal 85 78 133
Binary 1010101 1001110 10000101
Octal 125 116 205

Shades and tints

Shades of #554E85

#554E85
(85,78,133)
#4E4779
(78,71,121)
#47406D
(71,64,109)
#403961
(64,57,97)
#393255
(57,50,85)
#322B49
(50,43,73)
#2B243D
(43,36,61)
#241D31
(36,29,49)
#1D1625
(29,22,37)
#160F19
(22,15,25)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #554E85

#554E85
(85,78,133)
#645E90
(100,94,144)
#736E9B
(115,110,155)
#827EA6
(130,126,166)
#918EB1
(145,142,177)
#A09EBC
(160,158,188)
#AFAEC7
(175,174,199)
#BEBED2
(190,190,210)
#CDCEDD
(205,206,221)
#DCDEE8
(220,222,232)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554E85 color. Also use rgb(85,78,133) instead hex code.

Text Font Color

.myTextColor { color: #554E85; }

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

This text font color is #554E85.

Background Color

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

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

This div background color is #554E85.

Border color

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

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

This div border color is #554E85.

Opacity

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

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

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

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

This text has shadow with #554E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554E85.

Preview

Color preview on black background

This text has color #554E85 on black background.


Color preview on white background

This text has color #554E85 on white background.


Black color preview on #554E85 background

This text has black color on #554E85 background.


White color preview on #554E85 background

This text has white color on #554E85 background.


Related colors

Complementary color

Complementary color for #hex is #AAB17A.


I love getcolorcode.com

Triadic colors

1 #85554E and #4E8555 with #554E85 are triadic colors.

2 #854E55 and #4E5585 with #554E85 are triadic colors.