COLOR #566AA4

HEX: #566AA4 RGB: (86,106,164)

Color info

#566AA4 contains mainly green and blue colors. Web safe color of #566AA4 is #666699 (or #669).

RGB color model

#566AA4 color RGB value is (86,106,164).

RGB: (86,106,164) (34%, 42%, 64%)

RGB channels and saturation

R 86 of 255 = 34%
G 106 of 255 = 42%
B 164 of 255 = 64%

86
106
164

R + G + B ~ 47%. #566AA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 86 + 106 + 164 = 356 (100%)
R 86 of 356 ~ 24.16%
G 106 of 356 ~ 29.78%
B 164 of 356 ~ 46.07'%

%24.16
%29.78
%46.07

CMYK color model

#566AA4 color CMYK value is (48,35,0,36).

  • cyan value is 47.56%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK: (48,35,0,36) C48M35Y0K36 (48%,35%,0%,36%) (0.48/0.35/0.00/0.36) 

CMYK percentages

%47.56
%35.37
%0
%35.69

Codes

Color #566AA4 in popluar color models

56 6A A4
RGB 86 106 164
HSL 225° 31.20% 49.02%
HSB/HSV 225° 47.56% 64.31%
CMYK 47.56% 35.37% 0.00%
35.69%

Color #566AA4 in popluar number systems.

HEX 56 6A A4
Decimal 86 106 164
Binary 1010110 1101010 10100100
Octal 126 152 244

Shades and tints

Shades of #566AA4

#566AA4
(86,106,164)
#4F6196
(79,97,150)
#485888
(72,88,136)
#414F7A
(65,79,122)
#3A466C
(58,70,108)
#333D5E
(51,61,94)
#2C3450
(44,52,80)
#252B42
(37,43,66)
#1E2234
(30,34,52)
#171926
(23,25,38)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #566AA4

#566AA4
(86,106,164)
#6577AC
(101,119,172)
#7484B4
(116,132,180)
#8391BC
(131,145,188)
#929EC4
(146,158,196)
#A1ABCC
(161,171,204)
#B0B8D4
(176,184,212)
#BFC5DC
(191,197,220)
#CED2E4
(206,210,228)
#DDDFEC
(221,223,236)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566AA4 color. Also use rgb(86,106,164) instead hex code.

Text Font Color

.myTextColor { color: #566AA4; }

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

This text font color is #566AA4.

Background Color

.myBgColor { background-color: #566AA4; }

<div style="background-color:#566AA4">Inner text</div>

This div background color is #566AA4.

Border color

.myBorderColor { border: 1px solid #566AA4; }

<div style="border:3px solid #566AA4">Div</div>

This div border color is #566AA4.

Opacity

.myOpacity80 { color: #566AA4; opacity: 0.8; }

<p style="color:#566AA4;opacity:0.8;">80%</p>

Text with #566AA4 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 #566AA4;}

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

This text has shadow with #566AA4 color.


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

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

This text has shadow with #566AA4 primary color and red secondary color.


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

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

This text has shadow with #566AA4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #566AA4.

Preview

Color preview on black background

This text has color #566AA4 on black background.


Color preview on white background

This text has color #566AA4 on white background.


Black color preview on #566AA4 background

This text has black color on #566AA4 background.


White color preview on #566AA4 background

This text has white color on #566AA4 background.


Related colors

Complementary color

Complementary color for #hex is #A9955B.


I love getcolorcode.com

Triadic colors

1 #A4566A and #6AA456 with #566AA4 are triadic colors.

2 #A46A56 and #6A56A4 with #566AA4 are triadic colors.