COLOR #55498E

HEX: #55498E RGB: (85,73,142)

Color info

#55498E contains mainly red and blue colors. Web safe color of #55498E is #663399 (or #639).

RGB color model

#55498E color RGB value is (85,73,142).

RGB: (85,73,142) (33%, 29%, 56%)

RGB channels and saturation

R 85 of 255 = 33%
G 73 of 255 = 29%
B 142 of 255 = 56%

85
73
142

R + G + B ~ 39%. #55498E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 73 + 142 = 300 (100%)
R 85 of 300 ~ 28.33%
G 73 of 300 ~ 24.33%
B 142 of 300 ~ 47.33'%

%28.33
%24.33
%47.33

CMYK color model

#55498E color CMYK value is (40,49,0,44).

  • cyan value is 40.14%
  • magenta value is 48.59%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (40,49,0,44)
C40M49Y0K44 (40%, 49%, 0%, 44%)
(0.40 / 0.49 / 0.00 / 0.44)

CMYK percentages

%40.14
%48.59
%0
%44.31

Codes

Color #55498E in popluar color models

55 49 8E
RGB 85 73 142
HSL 250° 32.09% 42.16%
HSB/HSV 250° 48.59% 55.69%
CMYK 40.14% 48.59% 0.00%
44.31%

Color #55498E in popluar number systems.

HEX 55 49 8E
Decimal 85 73 142
Binary 1010101 1001001 10001110
Octal 125 111 216

Shades and tints

Shades of #55498E

#55498E
(85,73,142)
#4E4382
(78,67,130)
#473D76
(71,61,118)
#40376A
(64,55,106)
#39315E
(57,49,94)
#322B52
(50,43,82)
#2B2546
(43,37,70)
#241F3A
(36,31,58)
#1D192E
(29,25,46)
#161322
(22,19,34)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #55498E

#55498E
(85,73,142)
#645998
(100,89,152)
#7369A2
(115,105,162)
#8279AC
(130,121,172)
#9189B6
(145,137,182)
#A099C0
(160,153,192)
#AFA9CA
(175,169,202)
#BEB9D4
(190,185,212)
#CDC9DE
(205,201,222)
#DCD9E8
(220,217,232)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55498E color. Also use rgb(85,73,142) instead hex code.

Text Font Color

.myTextColor { color: #55498E; }

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

This text font color is #55498E.

Background Color

.myBgColor { background-color: #55498E; }

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

This div background color is #55498E.

Border color

.myBorderColor { border: 1px solid #55498E; }

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

This div border color is #55498E.

Opacity

.myOpacity80 { color: #55498E; opacity: 0.8; }

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

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

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

This text has shadow with #55498E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55498E.

Preview

Color preview on black background

This text has color #55498E on black background.


Color preview on white background

This text has color #55498E on white background.


Black color preview on #55498E background

This text has black color on #55498E background.


White color preview on #55498E background

This text has white color on #55498E background.


Related colors

Complementary color

Complementary color for #hex is #AAB671.


I love getcolorcode.com

Triadic colors

1 #8E5549 and #498E55 with #55498E are triadic colors.

2 #8E4955 and #49558E with #55498E are triadic colors.