COLOR #566FAC

HEX: #566FAC
RGB: (86,111,172)

Color info

#566FAC contains mainly blue color. Web safe color of #566FAC is #666699 (or #669).

RGB color model

#566FAC color RGB value is (86,111,172).

  • red value is 86;
  • green value is 111;
  • blue value is 172.
RGB:
(86,111,172)
(34%,44%,67%)

RGB channels and saturation

R 86 of 255 = 34%
G 111 of 255 = 44%
B 172 of 255 = 67%

86
111
172

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

Portions of RGB colors in percentages

R + G + B =
86 + 111 + 172 = 369 (100%)
R 86 of 369 ~ 23.31%
G 111 of 369 ~ 30.08%
B 172 of 369 ~ 46.61%

%23.31
%30.08
%46.61

CMYK color model

#566FAC color CMYK value is (50,35,0,33).

  • cyan value is 50.00%
  • magenta value is 35.47%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(50,35,0,33)
C50M35Y0K33 
(50%,35%,0%,33%)
(0.50/0.35/0.00/0.33)	

CMYK percentages

%50
%35.47
%0
%32.55

Codes

Color #566FAC in popluar color models

566FAC
RGB86111172
HSL223°34.13%50.59%
HSB/HSV223°50.00%67.45%
CMYK50.00%35.47%0.00%
32.55%

Color #566FAC in popluar number systems.

HEX566FAC
Decimal86111172
Binary1010110110111110101100
Octal126157254

Shades and tints

Shades of #566FAC

#566FAC
(86,111,172)
#4F659D
(79,101,157)
#485B8E
(72,91,142)
#41517F
(65,81,127)
#3A4770
(58,71,112)
#333D61
(51,61,97)
#2C3352
(44,51,82)
#252943
(37,41,67)
#1E1F34
(30,31,52)
#171525
(23,21,37)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #566FAC

#566FAC
(86,111,172)
#657CB3
(101,124,179)
#7489BA
(116,137,186)
#8396C1
(131,150,193)
#92A3C8
(146,163,200)
#A1B0CF
(161,176,207)
#B0BDD6
(176,189,214)
#BFCADD
(191,202,221)
#CED7E4
(206,215,228)
#DDE4EB
(221,228,235)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566FAC color. Also use rgb(86,111,172) instead hex code.

Text Font Color

.myTextColor { color: #566FAC; }

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

This text font color is #566FAC.


Background Color

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

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

This div background color is #566FAC.


Border color

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

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

This div border color is #566FAC.


Opacity

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

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

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

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

This text has shadow with #566FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566FAC on black background.


Color preview on white background

This text has color #566FAC on white background.



Black color preview on #566FAC background

This text has black color on #566FAC background.


White color preview on #566FAC background

This text has white color on #566FAC background.