COLOR #565F69

HEX: #565F69
RGB: (86,95,105)

Color info

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

RGB color model

#565F69 color RGB value is (86,95,105).

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

RGB channels and saturation

R 86 of 255 = 34%
G 95 of 255 = 37%
B 105 of 255 = 41%

86
95
105

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

Portions of RGB colors in percentages

R + G + B =
86 + 95 + 105 = 286 (100%)
R 86 of 286 ~ 30.07%
G 95 of 286 ~ 33.22%
B 105 of 286 ~ 36.71%

%30.07
%33.22
%36.71

CMYK color model

#565F69 color CMYK value is (18,10,0,59).

  • cyan value is 18.10%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(18,10,0,59)
C18M10Y0K59 
(18%,10%,0%,59%)
(0.18/0.10/0.00/0.59)	

CMYK percentages

%18.1
%9.52
%0
%58.82

Codes

Color #565F69 in popluar color models

565F69
RGB8695105
HSL212°9.95%37.45%
HSB/HSV212°18.10%41.18%
CMYK18.10%9.52%0.00%
58.82%

Color #565F69 in popluar number systems.

HEX565F69
Decimal8695105
Binary101011010111111101001
Octal126137151

Shades and tints

Shades of #565F69

#565F69
(86,95,105)
#4F5760
(79,87,96)
#484F57
(72,79,87)
#41474E
(65,71,78)
#3A3F45
(58,63,69)
#33373C
(51,55,60)
#2C2F33
(44,47,51)
#25272A
(37,39,42)
#1E1F21
(30,31,33)
#171718
(23,23,24)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #565F69

#565F69
(86,95,105)
#656D76
(101,109,118)
#747B83
(116,123,131)
#838990
(131,137,144)
#92979D
(146,151,157)
#A1A5AA
(161,165,170)
#B0B3B7
(176,179,183)
#BFC1C4
(191,193,196)
#CECFD1
(206,207,209)
#DDDDDE
(221,221,222)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565F69; }

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

This text font color is #565F69.


Background Color

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

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

This div background color is #565F69.


Border color

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

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

This div border color is #565F69.


Opacity

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

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

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

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

This text has shadow with #565F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565F69 on black background.


Color preview on white background

This text has color #565F69 on white background.



Black color preview on #565F69 background

This text has black color on #565F69 background.


White color preview on #565F69 background

This text has white color on #565F69 background.