COLOR #56559F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

86
85
159

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

Portions of RGB colors in percentages

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

%26.06
%25.76
%48.18

CMYK color model

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

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

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

CMYK percentages

%45.91
%46.54
%0
%37.65

Codes

Color #56559F in popluar color models

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

Color #56559F in popluar number systems.

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

Shades and tints

Shades of #56559F

#56559F
(86,85,159)
#4F4E91
(79,78,145)
#484783
(72,71,131)
#414075
(65,64,117)
#3A3967
(58,57,103)
#333259
(51,50,89)
#2C2B4B
(44,43,75)
#25243D
(37,36,61)
#1E1D2F
(30,29,47)
#171621
(23,22,33)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #56559F

#56559F
(86,85,159)
#6564A7
(101,100,167)
#7473AF
(116,115,175)
#8382B7
(131,130,183)
#9291BF
(146,145,191)
#A1A0C7
(161,160,199)
#B0AFCF
(176,175,207)
#BFBED7
(191,190,215)
#CECDDF
(206,205,223)
#DDDCE7
(221,220,231)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56559F; }

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

This text font color is #56559F.

Background Color

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

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

This div background color is #56559F.

Border color

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

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

This div border color is #56559F.

Opacity

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

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

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

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

This text has shadow with #56559F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56559F.

Preview

Color preview on black background

This text has color #56559F on black background.


Color preview on white background

This text has color #56559F on white background.


Black color preview on #56559F background

This text has black color on #56559F background.


White color preview on #56559F background

This text has white color on #56559F background.


Related colors

Complementary color

Complementary color for #hex is #A9AA60.


I love getcolorcode.com

Triadic colors

1 #9F5655 and #559F56 with #56559F are triadic colors.

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