COLOR #565F66

HEX: #565F66
RGB: (86,95,102)

Color info

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

RGB color model

#565F66 color RGB value is (86,95,102).

  • red value is 86;
  • green value is 95;
  • blue value is 102.
RGB:
(86,95,102)
(34%,37%,40%)

RGB channels and saturation

R 86 of 255 = 34%
G 95 of 255 = 37%
B 102 of 255 = 40%

86
95
102

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

Portions of RGB colors in percentages

R + G + B =
86 + 95 + 102 = 283 (100%)
R 86 of 283 ~ 30.39%
G 95 of 283 ~ 33.57%
B 102 of 283 ~ 36.04%

%30.39
%33.57
%36.04

CMYK color model

#565F66 color CMYK value is (16,7,0,60).

  • cyan value is 15.69%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(16,7,0,60)
C16M7Y0K60 
(16%,7%,0%,60%)
(0.16/0.07/0.00/0.60)	

CMYK percentages

%15.69
%6.86
%0
%60

Codes

Color #565F66 in popluar color models

565F66
RGB8695102
HSL206°8.51%36.86%
HSB/HSV206°15.69%40.00%
CMYK15.69%6.86%0.00%
60.00%

Color #565F66 in popluar number systems.

HEX565F66
Decimal8695102
Binary101011010111111100110
Octal126137146

Shades and tints

Shades of #565F66

#565F66
(86,95,102)
#4F575D
(79,87,93)
#484F54
(72,79,84)
#41474B
(65,71,75)
#3A3F42
(58,63,66)
#333739
(51,55,57)
#2C2F30
(44,47,48)
#252727
(37,39,39)
#1E1F1E
(30,31,30)
#171715
(23,23,21)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #565F66

#565F66
(86,95,102)
#656D73
(101,109,115)
#747B80
(116,123,128)
#83898D
(131,137,141)
#92979A
(146,151,154)
#A1A5A7
(161,165,167)
#B0B3B4
(176,179,180)
#BFC1C1
(191,193,193)
#CECFCE
(206,207,206)
#DDDDDB
(221,221,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565F66 color. Also use rgb(86,95,102) instead hex code.

Text Font Color

.myTextColor { color: #565F66; }

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

This text font color is #565F66.


Background Color

.myBgColor { background-color: #565F66; }

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

This div background color is #565F66.


Border color

.myBorderColor { border: 1px solid #565F66; }

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

This div border color is #565F66.


Opacity

.myOpacity80 { color: #565F66; opacity: 0.8; }

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

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

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

This text has shadow with #565F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565F66 on black background.


Color preview on white background

This text has color #565F66 on white background.



Black color preview on #565F66 background

This text has black color on #565F66 background.


White color preview on #565F66 background

This text has white color on #565F66 background.