COLOR #566F74

HEX: #566F74 RGB: (86,111,116)

Color info

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

RGB color model

#566F74 color RGB value is (86,111,116).

RGB: (86,111,116) (34%, 44%, 45%)

RGB channels and saturation

R 86 of 255 = 34%
G 111 of 255 = 44%
B 116 of 255 = 45%

86
111
116

R + G + B ~ 41%. #566F74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 86 + 111 + 116 = 313 (100%)
R 86 of 313 ~ 27.48%
G 111 of 313 ~ 35.46%
B 116 of 313 ~ 37.06'%

%27.48
%35.46
%37.06

CMYK color model

#566F74 color CMYK value is (26,4,0,55).

  • cyan value is 25.86%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (26,4,0,55)
C26M4Y0K55 (26%, 4%, 0%, 55%)
(0.26 / 0.04 / 0.00 / 0.55)

CMYK percentages

%25.86
%4.31
%0
%54.51

Codes

Color #566F74 in popluar color models

56 6F 74
RGB 86 111 116
HSL 190° 14.85% 39.61%
HSB/HSV 190° 25.86% 45.49%
CMYK 25.86% 4.31% 0.00%
54.51%

Color #566F74 in popluar number systems.

HEX 56 6F 74
Decimal 86 111 116
Binary 1010110 1101111 1110100
Octal 126 157 164

Shades and tints

Shades of #566F74

#566F74
(86,111,116)
#4F656A
(79,101,106)
#485B60
(72,91,96)
#415156
(65,81,86)
#3A474C
(58,71,76)
#333D42
(51,61,66)
#2C3338
(44,51,56)
#25292E
(37,41,46)
#1E1F24
(30,31,36)
#17151A
(23,21,26)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #566F74

#566F74
(86,111,116)
#657C80
(101,124,128)
#74898C
(116,137,140)
#839698
(131,150,152)
#92A3A4
(146,163,164)
#A1B0B0
(161,176,176)
#B0BDBC
(176,189,188)
#BFCAC8
(191,202,200)
#CED7D4
(206,215,212)
#DDE4E0
(221,228,224)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566F74; }

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

This text font color is #566F74.

Background Color

.myBgColor { background-color: #566F74; }

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

This div background color is #566F74.

Border color

.myBorderColor { border: 1px solid #566F74; }

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

This div border color is #566F74.

Opacity

.myOpacity80 { color: #566F74; opacity: 0.8; }

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

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

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

This text has shadow with #566F74 color.


.textShadow {text-shadow: 3px 3px 1px #566F74', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #566F74; -webkit-box-shadow: 1px 1px 3px 2px #566F74; box-shadow:1px 1px 3px 2px #566F74;">
Div content here
</div>

This div box has shadow with color #566F74.

Preview

Color preview on black background

This text has color #566F74 on black background.


Color preview on white background

This text has color #566F74 on white background.


Black color preview on #566F74 background

This text has black color on #566F74 background.


White color preview on #566F74 background

This text has white color on #566F74 background.


Related colors

Complementary color

Complementary color for #hex is #A9908B.


I love getcolorcode.com

Triadic colors

1 #74566F and #6F7456 with #566F74 are triadic colors.

2 #746F56 and #6F5674 with #566F74 are triadic colors.