COLOR #566686

HEX: #566686
RGB: (86,102,134)

Color info

#566686 contains red, green and blue colors in about the same proportion. Web safe color of #566686 is #666699 (or #669).

RGB color model

#566686 color RGB value is (86,102,134).

  • red value is 86;
  • green value is 102;
  • blue value is 134.
RGB:
(86,102,134)
(34%,40%,53%)

RGB channels and saturation

R 86 of 255 = 34%
G 102 of 255 = 40%
B 134 of 255 = 53%

86
102
134

R + G + B ~ 42%. #566686 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 102 + 134 = 322 (100%)
R 86 of 322 ~ 26.71%
G 102 of 322 ~ 31.68%
B 134 of 322 ~ 41.61%

%26.71
%31.68
%41.61

CMYK color model

#566686 color CMYK value is (36,24,0,47).

  • cyan value is 35.82%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(36,24,0,47)
C36M24Y0K47 
(36%,24%,0%,47%)
(0.36/0.24/0.00/0.47)	

CMYK percentages

%35.82
%23.88
%0
%47.45

Codes

Color #566686 in popluar color models

566686
RGB86102134
HSL220°21.82%43.14%
HSB/HSV220°35.82%52.55%
CMYK35.82%23.88%0.00%
47.45%

Color #566686 in popluar number systems.

HEX566686
Decimal86102134
Binary1010110110011010000110
Octal126146206

Shades and tints

Shades of #566686

#566686
(86,102,134)
#4F5D7A
(79,93,122)
#48546E
(72,84,110)
#414B62
(65,75,98)
#3A4256
(58,66,86)
#33394A
(51,57,74)
#2C303E
(44,48,62)
#252732
(37,39,50)
#1E1E26
(30,30,38)
#17151A
(23,21,26)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #566686

#566686
(86,102,134)
#657391
(101,115,145)
#74809C
(116,128,156)
#838DA7
(131,141,167)
#929AB2
(146,154,178)
#A1A7BD
(161,167,189)
#B0B4C8
(176,180,200)
#BFC1D3
(191,193,211)
#CECEDE
(206,206,222)
#DDDBE9
(221,219,233)
#ECE8F4
(236,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566686 color. Also use rgb(86,102,134) instead hex code.

Text Font Color

.myTextColor { color: #566686; }

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

This text font color is #566686.


Background Color

.myBgColor { background-color: #566686; }

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

This div background color is #566686.


Border color

.myBorderColor { border: 1px solid #566686; }

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

This div border color is #566686.


Opacity

.myOpacity80 { color: #566686; opacity: 0.8; }

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

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

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

This text has shadow with #566686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566686 on black background.


Color preview on white background

This text has color #566686 on white background.



Black color preview on #566686 background

This text has black color on #566686 background.


White color preview on #566686 background

This text has white color on #566686 background.