COLOR #55559B

HEX: #55559B
RGB: (85,85,155)

Color info

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

RGB color model

#55559B color RGB value is (85,85,155).

  • red value is 85;
  • green value is 85;
  • blue value is 155.
RGB:
(85,85,155)
(33%,33%,61%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 155 of 255 = 61%

85
85
155

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

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 155 = 325 (100%)
R 85 of 325 ~ 26.15%
G 85 of 325 ~ 26.15%
B 155 of 325 ~ 47.69%

%26.15
%26.15
%47.69

CMYK color model

#55559B color CMYK value is (45,45,0,39).

  • cyan value is 45.16%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(45,45,0,39)
C45M45Y0K39 
(45%,45%,0%,39%)
(0.45/0.45/0.00/0.39)	

CMYK percentages

%45.16
%45.16
%0
%39.22

Codes

Color #55559B in popluar color models

55559B
RGB8585155
HSL240°29.17%47.06%
HSB/HSV240°45.16%60.78%
CMYK45.16%45.16%0.00%
39.22%

Color #55559B in popluar number systems.

HEX55559B
Decimal8585155
Binary1010101101010110011011
Octal125125233

Shades and tints

Shades of #55559B

#55559B
(85,85,155)
#4E4E8D
(78,78,141)
#47477F
(71,71,127)
#404071
(64,64,113)
#393963
(57,57,99)
#323255
(50,50,85)
#2B2B47
(43,43,71)
#242439
(36,36,57)
#1D1D2B
(29,29,43)
#16161D
(22,22,29)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #55559B

#55559B
(85,85,155)
#6464A4
(100,100,164)
#7373AD
(115,115,173)
#8282B6
(130,130,182)
#9191BF
(145,145,191)
#A0A0C8
(160,160,200)
#AFAFD1
(175,175,209)
#BEBEDA
(190,190,218)
#CDCDE3
(205,205,227)
#DCDCEC
(220,220,236)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55559B color. Also use rgb(85,85,155) instead hex code.

Text Font Color

.myTextColor { color: #55559B; }

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

This text font color is #55559B.


Background Color

.myBgColor { background-color: #55559B; }

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

This div background color is #55559B.


Border color

.myBorderColor { border: 1px solid #55559B; }

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

This div border color is #55559B.


Opacity

.myOpacity80 { color: #55559B; opacity: 0.8; }

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

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

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

This text has shadow with #55559B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55559B on black background.


Color preview on white background

This text has color #55559B on white background.



Black color preview on #55559B background

This text has black color on #55559B background.


White color preview on #55559B background

This text has white color on #55559B background.