COLOR #5656AA

HEX: #5656AA RGB: (86,86,170)

Color info

#5656AA contains mainly blue color. Web safe color of #5656AA is #666699 (or #669).

RGB color model

#5656AA color RGB value is (86,86,170).

RGB: (86,86,170) (34%, 34%, 67%)

RGB channels and saturation

R 86 of 255 = 34%
G 86 of 255 = 34%
B 170 of 255 = 67%

86
86
170

R + G + B ~ 45%. #5656AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 86 + 86 + 170 = 342 (100%)
R 86 of 342 ~ 25.15%
G 86 of 342 ~ 25.15%
B 170 of 342 ~ 49.71'%

%25.15
%25.15
%49.71

CMYK color model

#5656AA color CMYK value is (49,49,0,33).

  • cyan value is 49.41%
  • magenta value is 49.41%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (49,49,0,33)
C49M49Y0K33 (49%, 49%, 0%, 33%)
(0.49 / 0.49 / 0.00 / 0.33)

CMYK percentages

%49.41
%49.41
%0
%33.33

Codes

Color #5656AA in popluar color models

56 56 AA
RGB 86 86 170
HSL 240° 33.07% 50.20%
HSB/HSV 240° 49.41% 66.67%
CMYK 49.41% 49.41% 0.00%
33.33%

Color #5656AA in popluar number systems.

HEX 56 56 AA
Decimal 86 86 170
Binary 1010110 1010110 10101010
Octal 126 126 252

Shades and tints

Shades of #5656AA

#5656AA
(86,86,170)
#4F4F9B
(79,79,155)
#48488C
(72,72,140)
#41417D
(65,65,125)
#3A3A6E
(58,58,110)
#33335F
(51,51,95)
#2C2C50
(44,44,80)
#252541
(37,37,65)
#1E1E32
(30,30,50)
#171723
(23,23,35)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #5656AA

#5656AA
(86,86,170)
#6565B1
(101,101,177)
#7474B8
(116,116,184)
#8383BF
(131,131,191)
#9292C6
(146,146,198)
#A1A1CD
(161,161,205)
#B0B0D4
(176,176,212)
#BFBFDB
(191,191,219)
#CECEE2
(206,206,226)
#DDDDE9
(221,221,233)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5656AA color. Also use rgb(86,86,170) instead hex code.

Text Font Color

.myTextColor { color: #5656AA; }

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

This text font color is #5656AA.

Background Color

.myBgColor { background-color: #5656AA; }

<div style="background-color:#5656AA">Inner text</div>

This div background color is #5656AA.

Border color

.myBorderColor { border: 1px solid #5656AA; }

<div style="border:3px solid #5656AA">Div</div>

This div border color is #5656AA.

Opacity

.myOpacity80 { color: #5656AA; opacity: 0.8; }

<p style="color:#5656AA;opacity:0.8;">80%</p>

Text with #5656AA 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 #5656AA;}

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

This text has shadow with #5656AA color.


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

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

This text has shadow with #5656AA primary color and red secondary color.


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

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

This text has shadow with #5656AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5656AA.

Preview

Color preview on black background

This text has color #5656AA on black background.


Color preview on white background

This text has color #5656AA on white background.


Black color preview on #5656AA background

This text has black color on #5656AA background.


White color preview on #5656AA background

This text has white color on #5656AA background.


Related colors

Complementary color

Complementary color for #hex is #A9A955.


I love getcolorcode.com