COLOR #566C9A

HEX: #566C9A
RGB: (86,108,154)

Color info

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

RGB color model

#566C9A color RGB value is (86,108,154).

  • red value is 86;
  • green value is 108;
  • blue value is 154.
RGB:
(86,108,154)
(34%,42%,60%)

RGB channels and saturation

R 86 of 255 = 34%
G 108 of 255 = 42%
B 154 of 255 = 60%

86
108
154

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

Portions of RGB colors in percentages

R + G + B =
86 + 108 + 154 = 348 (100%)
R 86 of 348 ~ 24.71%
G 108 of 348 ~ 31.03%
B 154 of 348 ~ 44.25%

%24.71
%31.03
%44.25

CMYK color model

#566C9A color CMYK value is (44,30,0,40).

  • cyan value is 44.16%
  • magenta value is 29.87%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(44,30,0,40)
C44M30Y0K40 
(44%,30%,0%,40%)
(0.44/0.30/0.00/0.40)	

CMYK percentages

%44.16
%29.87
%0
%39.61

Codes

Color #566C9A in popluar color models

566C9A
RGB86108154
HSL221°28.33%47.06%
HSB/HSV221°44.16%60.39%
CMYK44.16%29.87%0.00%
39.61%

Color #566C9A in popluar number systems.

HEX566C9A
Decimal86108154
Binary1010110110110010011010
Octal126154232

Shades and tints

Shades of #566C9A

#566C9A
(86,108,154)
#4F638C
(79,99,140)
#485A7E
(72,90,126)
#415170
(65,81,112)
#3A4862
(58,72,98)
#333F54
(51,63,84)
#2C3646
(44,54,70)
#252D38
(37,45,56)
#1E242A
(30,36,42)
#171B1C
(23,27,28)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #566C9A

#566C9A
(86,108,154)
#6579A3
(101,121,163)
#7486AC
(116,134,172)
#8393B5
(131,147,181)
#92A0BE
(146,160,190)
#A1ADC7
(161,173,199)
#B0BAD0
(176,186,208)
#BFC7D9
(191,199,217)
#CED4E2
(206,212,226)
#DDE1EB
(221,225,235)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566C9A color. Also use rgb(86,108,154) instead hex code.

Text Font Color

.myTextColor { color: #566C9A; }

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

This text font color is #566C9A.


Background Color

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

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

This div background color is #566C9A.


Border color

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

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

This div border color is #566C9A.


Opacity

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

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

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

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

This text has shadow with #566C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566C9A on black background.


Color preview on white background

This text has color #566C9A on white background.



Black color preview on #566C9A background

This text has black color on #566C9A background.


White color preview on #566C9A background

This text has white color on #566C9A background.