COLOR #566774

HEX: #566774
RGB: (86,103,116)

Color info

#566774 contains red, green and blue colors in about the same proportion. Web safe color of #566774 is #666666 (or #666).

RGB color model

#566774 color RGB value is (86,103,116).

  • red value is 86;
  • green value is 103;
  • blue value is 116.
RGB: (86,103,116) (34%,40%,45%)

RGB channels and saturation

R 86 of 255 = 34%
G 103 of 255 = 40%
B 116 of 255 = 45%

86
103
116

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

Portions of RGB colors in percentages

R + G + B =
86 + 103 + 116 = 305 (100%)
R 86 of 305 ~ 28.2%
G 103 of 305 ~ 33.77%
B 116 of 305 ~ 38.03%

%28.2
%33.77
%38.03

CMYK color model

#566774 color CMYK value is (26,11,0,55).

  • cyan value is 25.86%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (26,11,0,55) C26M11Y0K55 (26%,11%,0%,55%) (0.26/0.11/0.00/0.55)

CMYK percentages

%25.86
%11.21
%0
%54.51

Codes

Color #566774 in popluar color models

566774
RGB86103116
HSL206°14.85%39.61%
HSB/HSV206°25.86%45.49%
CMYK25.86%11.21%0.00%
54.51%

Color #566774 in popluar number systems.

HEX566774
Decimal86103116
Binary101011011001111110100
Octal126147164

Shades and tints

Shades of #566774

#566774
(86,103,116)
#4F5E6A
(79,94,106)
#485560
(72,85,96)
#414C56
(65,76,86)
#3A434C
(58,67,76)
#333A42
(51,58,66)
#2C3138
(44,49,56)
#25282E
(37,40,46)
#1E1F24
(30,31,36)
#17161A
(23,22,26)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #566774

#566774
(86,103,116)
#657480
(101,116,128)
#74818C
(116,129,140)
#838E98
(131,142,152)
#929BA4
(146,155,164)
#A1A8B0
(161,168,176)
#B0B5BC
(176,181,188)
#BFC2C8
(191,194,200)
#CECFD4
(206,207,212)
#DDDCE0
(221,220,224)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566774 color. Also use rgb(86,103,116) instead hex code.

Text Font Color

.myTextColor { color: #566774; }

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

This text font color is #566774.


Background Color

.myBgColor { background-color: #566774; }

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

This div background color is #566774.


Border color

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

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

This div border color is #566774.


Opacity

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

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

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

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

This text has shadow with #566774 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #566774 on black background.


Color preview on white background

This text has color #566774 on white background.



Black color preview on #566774 background

This text has black color on #566774 background.


White color preview on #566774 background

This text has white color on #566774 background.