COLOR #55569F

HEX: #55569F RGB: (85,86,159)

Color info

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

RGB color model

#55569F color RGB value is (85,86,159).

RGB: (85,86,159) (33%, 34%, 62%)

RGB channels and saturation

R 85 of 255 = 33%
G 86 of 255 = 34%
B 159 of 255 = 62%

85
86
159

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

Portions of RGB colors in percentages

R + G + B = 85 + 86 + 159 = 330 (100%)
R 85 of 330 ~ 25.76%
G 86 of 330 ~ 26.06%
B 159 of 330 ~ 48.18'%

%25.76
%26.06
%48.18

CMYK color model

#55569F color CMYK value is (47,46,0,38).

  • cyan value is 46.54%
  • magenta value is 45.91%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (47,46,0,38)
C47M46Y0K38 (47%, 46%, 0%, 38%)
(0.47 / 0.46 / 0.00 / 0.38)

CMYK percentages

%46.54
%45.91
%0
%37.65

Codes

Color #55569F in popluar color models

55 56 9F
RGB 85 86 159
HSL 239° 30.33% 47.84%
HSB/HSV 239° 46.54% 62.35%
CMYK 46.54% 45.91% 0.00%
37.65%

Color #55569F in popluar number systems.

HEX 55 56 9F
Decimal 85 86 159
Binary 1010101 1010110 10011111
Octal 125 126 237

Shades and tints

Shades of #55569F

#55569F
(85,86,159)
#4E4F91
(78,79,145)
#474883
(71,72,131)
#404175
(64,65,117)
#393A67
(57,58,103)
#323359
(50,51,89)
#2B2C4B
(43,44,75)
#24253D
(36,37,61)
#1D1E2F
(29,30,47)
#161721
(22,23,33)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #55569F

#55569F
(85,86,159)
#6465A7
(100,101,167)
#7374AF
(115,116,175)
#8283B7
(130,131,183)
#9192BF
(145,146,191)
#A0A1C7
(160,161,199)
#AFB0CF
(175,176,207)
#BEBFD7
(190,191,215)
#CDCEDF
(205,206,223)
#DCDDE7
(220,221,231)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55569F; }

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

This text font color is #55569F.

Background Color

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

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

This div background color is #55569F.

Border color

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

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

This div border color is #55569F.

Opacity

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

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

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

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

This text has shadow with #55569F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55569F.

Preview

Color preview on black background

This text has color #55569F on black background.


Color preview on white background

This text has color #55569F on white background.


Black color preview on #55569F background

This text has black color on #55569F background.


White color preview on #55569F background

This text has white color on #55569F background.


Related colors

Complementary color

Complementary color for #hex is #AAA960.


I love getcolorcode.com

Triadic colors

1 #9F5556 and #569F55 with #55569F are triadic colors.

2 #9F5655 and #56559F with #55569F are triadic colors.