COLOR #55569A

HEX: #55569A
RGB: (85,86,154)

Color info

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

RGB color model

#55569A color RGB value is (85,86,154).

  • red value is 85;
  • green value is 86;
  • blue value is 154.
RGB:
(85,86,154)
(33%,34%,60%)

RGB channels and saturation

R 85 of 255 = 33%
G 86 of 255 = 34%
B 154 of 255 = 60%

85
86
154

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

Portions of RGB colors in percentages

R + G + B =
85 + 86 + 154 = 325 (100%)
R 85 of 325 ~ 26.15%
G 86 of 325 ~ 26.46%
B 154 of 325 ~ 47.38%

%26.15
%26.46
%47.38

CMYK color model

#55569A color CMYK value is (45,44,0,40).

  • cyan value is 44.81%
  • magenta value is 44.16%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(45,44,0,40)
C45M44Y0K40 
(45%,44%,0%,40%)
(0.45/0.44/0.00/0.40)	

CMYK percentages

%44.81
%44.16
%0
%39.61

Codes

Color #55569A in popluar color models

55569A
RGB8586154
HSL239°28.87%46.86%
HSB/HSV239°44.81%60.39%
CMYK44.81%44.16%0.00%
39.61%

Color #55569A in popluar number systems.

HEX55569A
Decimal8586154
Binary1010101101011010011010
Octal125126232

Shades and tints

Shades of #55569A

#55569A
(85,86,154)
#4E4F8C
(78,79,140)
#47487E
(71,72,126)
#404170
(64,65,112)
#393A62
(57,58,98)
#323354
(50,51,84)
#2B2C46
(43,44,70)
#242538
(36,37,56)
#1D1E2A
(29,30,42)
#16171C
(22,23,28)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #55569A

#55569A
(85,86,154)
#6465A3
(100,101,163)
#7374AC
(115,116,172)
#8283B5
(130,131,181)
#9192BE
(145,146,190)
#A0A1C7
(160,161,199)
#AFB0D0
(175,176,208)
#BEBFD9
(190,191,217)
#CDCEE2
(205,206,226)
#DCDDEB
(220,221,235)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55569A color. Also use rgb(85,86,154) instead hex code.

Text Font Color

.myTextColor { color: #55569A; }

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

This text font color is #55569A.


Background Color

.myBgColor { background-color: #55569A; }

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

This div background color is #55569A.


Border color

.myBorderColor { border: 1px solid #55569A; }

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

This div border color is #55569A.


Opacity

.myOpacity80 { color: #55569A; opacity: 0.8; }

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

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

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

This text has shadow with #55569A color.

.textShadow {text-shadow: 3px 3px 1px #55569A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55569A on black background.


Color preview on white background

This text has color #55569A on white background.



Black color preview on #55569A background

This text has black color on #55569A background.


White color preview on #55569A background

This text has white color on #55569A background.