COLOR #565969

HEX: #565969
RGB: (86,89,105)

Color info

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

RGB color model

#565969 color RGB value is (86,89,105).

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

RGB channels and saturation

R 86 of 255 = 34%
G 89 of 255 = 35%
B 105 of 255 = 41%

86
89
105

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

Portions of RGB colors in percentages

R + G + B =
86 + 89 + 105 = 280 (100%)
R 86 of 280 ~ 30.71%
G 89 of 280 ~ 31.79%
B 105 of 280 ~ 37.5%

%30.71
%31.79
%37.5

CMYK color model

#565969 color CMYK value is (18,15,0,59).

  • cyan value is 18.10%
  • magenta value is 15.24%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(18,15,0,59)
C18M15Y0K59 
(18%,15%,0%,59%)
(0.18/0.15/0.00/0.59)	

CMYK percentages

%18.1
%15.24
%0
%58.82

Codes

Color #565969 in popluar color models

565969
RGB8689105
HSL231°9.95%37.45%
HSB/HSV231°18.10%41.18%
CMYK18.10%15.24%0.00%
58.82%

Color #565969 in popluar number systems.

HEX565969
Decimal8689105
Binary101011010110011101001
Octal126131151

Shades and tints

Shades of #565969

#565969
(86,89,105)
#4F5160
(79,81,96)
#484957
(72,73,87)
#41414E
(65,65,78)
#3A3945
(58,57,69)
#33313C
(51,49,60)
#2C2933
(44,41,51)
#25212A
(37,33,42)
#1E1921
(30,25,33)
#171118
(23,17,24)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #565969

#565969
(86,89,105)
#656876
(101,104,118)
#747783
(116,119,131)
#838690
(131,134,144)
#92959D
(146,149,157)
#A1A4AA
(161,164,170)
#B0B3B7
(176,179,183)
#BFC2C4
(191,194,196)
#CED1D1
(206,209,209)
#DDE0DE
(221,224,222)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565969; }

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

This text font color is #565969.


Background Color

.myBgColor { background-color: #565969; }

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

This div background color is #565969.


Border color

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

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

This div border color is #565969.


Opacity

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

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

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

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

This text has shadow with #565969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565969 on black background.


Color preview on white background

This text has color #565969 on white background.



Black color preview on #565969 background

This text has black color on #565969 background.


White color preview on #565969 background

This text has white color on #565969 background.