COLOR #566684

HEX: #566684
RGB: (86,102,132)

Color info

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

RGB color model

#566684 color RGB value is (86,102,132).

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

RGB channels and saturation

R 86 of 255 = 34%
G 102 of 255 = 40%
B 132 of 255 = 52%

86
102
132

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

Portions of RGB colors in percentages

R + G + B =
86 + 102 + 132 = 320 (100%)
R 86 of 320 ~ 26.88%
G 102 of 320 ~ 31.88%
B 132 of 320 ~ 41.25%

%26.88
%31.88
%41.25

CMYK color model

#566684 color CMYK value is (35,23,0,48).

  • cyan value is 34.85%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(35,23,0,48)
C35M23Y0K48 
(35%,23%,0%,48%)
(0.35/0.23/0.00/0.48)	

CMYK percentages

%34.85
%22.73
%0
%48.24

Codes

Color #566684 in popluar color models

566684
RGB86102132
HSL219°21.10%42.75%
HSB/HSV219°34.85%51.76%
CMYK34.85%22.73%0.00%
48.24%

Color #566684 in popluar number systems.

HEX566684
Decimal86102132
Binary1010110110011010000100
Octal126146204

Shades and tints

Shades of #566684

#566684
(86,102,132)
#4F5D78
(79,93,120)
#48546C
(72,84,108)
#414B60
(65,75,96)
#3A4254
(58,66,84)
#333948
(51,57,72)
#2C303C
(44,48,60)
#252730
(37,39,48)
#1E1E24
(30,30,36)
#171518
(23,21,24)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #566684

#566684
(86,102,132)
#65738F
(101,115,143)
#74809A
(116,128,154)
#838DA5
(131,141,165)
#929AB0
(146,154,176)
#A1A7BB
(161,167,187)
#B0B4C6
(176,180,198)
#BFC1D1
(191,193,209)
#CECEDC
(206,206,220)
#DDDBE7
(221,219,231)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566684; }

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

This text font color is #566684.


Background Color

.myBgColor { background-color: #566684; }

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

This div background color is #566684.


Border color

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

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

This div border color is #566684.


Opacity

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

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

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

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

This text has shadow with #566684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566684 on black background.


Color preview on white background

This text has color #566684 on white background.



Black color preview on #566684 background

This text has black color on #566684 background.


White color preview on #566684 background

This text has white color on #566684 background.