COLOR #566971

HEX: #566971
RGB: (86,105,113)

Color info

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

RGB color model

#566971 color RGB value is (86,105,113).

  • red value is 86;
  • green value is 105;
  • blue value is 113.
RGB:
(86,105,113)
(34%,41%,44%)

RGB channels and saturation

R 86 of 255 = 34%
G 105 of 255 = 41%
B 113 of 255 = 44%

86
105
113

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

Portions of RGB colors in percentages

R + G + B =
86 + 105 + 113 = 304 (100%)
R 86 of 304 ~ 28.29%
G 105 of 304 ~ 34.54%
B 113 of 304 ~ 37.17%

%28.29
%34.54
%37.17

CMYK color model

#566971 color CMYK value is (24,7,0,56).

  • cyan value is 23.89%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(24,7,0,56)
C24M7Y0K56 
(24%,7%,0%,56%)
(0.24/0.07/0.00/0.56)	

CMYK percentages

%23.89
%7.08
%0
%55.69

Codes

Color #566971 in popluar color models

566971
RGB86105113
HSL198°13.57%39.02%
HSB/HSV198°23.89%44.31%
CMYK23.89%7.08%0.00%
55.69%

Color #566971 in popluar number systems.

HEX566971
Decimal86105113
Binary101011011010011110001
Octal126151161

Shades and tints

Shades of #566971

#566971
(86,105,113)
#4F6067
(79,96,103)
#48575D
(72,87,93)
#414E53
(65,78,83)
#3A4549
(58,69,73)
#333C3F
(51,60,63)
#2C3335
(44,51,53)
#252A2B
(37,42,43)
#1E2121
(30,33,33)
#171817
(23,24,23)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #566971

#566971
(86,105,113)
#65767D
(101,118,125)
#748389
(116,131,137)
#839095
(131,144,149)
#929DA1
(146,157,161)
#A1AAAD
(161,170,173)
#B0B7B9
(176,183,185)
#BFC4C5
(191,196,197)
#CED1D1
(206,209,209)
#DDDEDD
(221,222,221)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566971 color. Also use rgb(86,105,113) instead hex code.

Text Font Color

.myTextColor { color: #566971; }

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

This text font color is #566971.


Background Color

.myBgColor { background-color: #566971; }

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

This div background color is #566971.


Border color

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

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

This div border color is #566971.


Opacity

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

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

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

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

This text has shadow with #566971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566971 on black background.


Color preview on white background

This text has color #566971 on white background.



Black color preview on #566971 background

This text has black color on #566971 background.


White color preview on #566971 background

This text has white color on #566971 background.