COLOR #566165

HEX: #566165
RGB: (86,97,101)

Color info

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

RGB color model

#566165 color RGB value is (86,97,101).

  • red value is 86;
  • green value is 97;
  • blue value is 101.
RGB:
(86,97,101)
(34%,38%,40%)

RGB channels and saturation

R 86 of 255 = 34%
G 97 of 255 = 38%
B 101 of 255 = 40%

86
97
101

R + G + B ~ 37%. #566165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 97 + 101 = 284 (100%)
R 86 of 284 ~ 30.28%
G 97 of 284 ~ 34.15%
B 101 of 284 ~ 35.56%

%30.28
%34.15
%35.56

CMYK color model

#566165 color CMYK value is (15,4,0,60).

  • cyan value is 14.85%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(15,4,0,60)
C15M4Y0K60 
(15%,4%,0%,60%)
(0.15/0.04/0.00/0.60)	

CMYK percentages

%14.85
%3.96
%0
%60.39

Codes

Color #566165 in popluar color models

566165
RGB8697101
HSL196°8.02%36.67%
HSB/HSV196°14.85%39.61%
CMYK14.85%3.96%0.00%
60.39%

Color #566165 in popluar number systems.

HEX566165
Decimal8697101
Binary101011011000011100101
Octal126141145

Shades and tints

Shades of #566165

#566165
(86,97,101)
#4F595C
(79,89,92)
#485153
(72,81,83)
#41494A
(65,73,74)
#3A4141
(58,65,65)
#333938
(51,57,56)
#2C312F
(44,49,47)
#252926
(37,41,38)
#1E211D
(30,33,29)
#171914
(23,25,20)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #566165

#566165
(86,97,101)
#656F73
(101,111,115)
#747D81
(116,125,129)
#838B8F
(131,139,143)
#92999D
(146,153,157)
#A1A7AB
(161,167,171)
#B0B5B9
(176,181,185)
#BFC3C7
(191,195,199)
#CED1D5
(206,209,213)
#DDDFE3
(221,223,227)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566165 color. Also use rgb(86,97,101) instead hex code.

Text Font Color

.myTextColor { color: #566165; }

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

This text font color is #566165.


Background Color

.myBgColor { background-color: #566165; }

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

This div background color is #566165.


Border color

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

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

This div border color is #566165.


Opacity

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

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

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

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

This text has shadow with #566165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566165 on black background.


Color preview on white background

This text has color #566165 on white background.



Black color preview on #566165 background

This text has black color on #566165 background.


White color preview on #566165 background

This text has white color on #566165 background.