COLOR #566071

HEX: #566071
RGB: (86,96,113)

Color info

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

RGB color model

#566071 color RGB value is (86,96,113).

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

RGB channels and saturation

R 86 of 255 = 34%
G 96 of 255 = 38%
B 113 of 255 = 44%

86
96
113

R + G + B ~ 39%. #566071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 96 + 113 = 295 (100%)
R 86 of 295 ~ 29.15%
G 96 of 295 ~ 32.54%
B 113 of 295 ~ 38.31%

%29.15
%32.54
%38.31

CMYK color model

#566071 color CMYK value is (24,15,0,56).

  • cyan value is 23.89%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(24,15,0,56)
C24M15Y0K56 
(24%,15%,0%,56%)
(0.24/0.15/0.00/0.56)	

CMYK percentages

%23.89
%15.04
%0
%55.69

Codes

Color #566071 in popluar color models

566071
RGB8696113
HSL218°13.57%39.02%
HSB/HSV218°23.89%44.31%
CMYK23.89%15.04%0.00%
55.69%

Color #566071 in popluar number systems.

HEX566071
Decimal8696113
Binary101011011000001110001
Octal126140161

Shades and tints

Shades of #566071

#566071
(86,96,113)
#4F5867
(79,88,103)
#48505D
(72,80,93)
#414853
(65,72,83)
#3A4049
(58,64,73)
#33383F
(51,56,63)
#2C3035
(44,48,53)
#25282B
(37,40,43)
#1E2021
(30,32,33)
#171817
(23,24,23)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #566071

#566071
(86,96,113)
#656E7D
(101,110,125)
#747C89
(116,124,137)
#838A95
(131,138,149)
#9298A1
(146,152,161)
#A1A6AD
(161,166,173)
#B0B4B9
(176,180,185)
#BFC2C5
(191,194,197)
#CED0D1
(206,208,209)
#DDDEDD
(221,222,221)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566071; }

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

This text font color is #566071.


Background Color

.myBgColor { background-color: #566071; }

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

This div background color is #566071.


Border color

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

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

This div border color is #566071.


Opacity

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

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

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

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

This text has shadow with #566071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566071 on black background.


Color preview on white background

This text has color #566071 on white background.



Black color preview on #566071 background

This text has black color on #566071 background.


White color preview on #566071 background

This text has white color on #566071 background.