COLOR #565259

HEX: #565259
RGB: (86,82,89)

Color info

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

RGB color model

#565259 color RGB value is (86,82,89).

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

RGB channels and saturation

R 86 of 255 = 34%
G 82 of 255 = 32%
B 89 of 255 = 35%

86
82
89

R + G + B ~ 34%. #565259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 82 + 89 = 257 (100%)
R 86 of 257 ~ 33.46%
G 82 of 257 ~ 31.91%
B 89 of 257 ~ 34.63%

%33.46
%31.91
%34.63

CMYK color model

#565259 color CMYK value is (3,8,0,65).

  • cyan value is 3.37%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(3,8,0,65)
C3M8Y0K65 
(3%,8%,0%,65%)
(0.03/0.08/0.00/0.65)	

CMYK percentages

%3.37
%7.87
%0
%65.1

Codes

Color #565259 in popluar color models

565259
RGB868289
HSL274°4.09%33.53%
HSB/HSV274°7.87%34.90%
CMYK3.37%7.87%0.00%
65.10%

Color #565259 in popluar number systems.

HEX565259
Decimal868289
Binary101011010100101011001
Octal126122131

Shades and tints

Shades of #565259

#565259
(86,82,89)
#4F4B51
(79,75,81)
#484449
(72,68,73)
#413D41
(65,61,65)
#3A3639
(58,54,57)
#332F31
(51,47,49)
#2C2829
(44,40,41)
#252121
(37,33,33)
#1E1A19
(30,26,25)
#171311
(23,19,17)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #565259

#565259
(86,82,89)
#656168
(101,97,104)
#747077
(116,112,119)
#837F86
(131,127,134)
#928E95
(146,142,149)
#A19DA4
(161,157,164)
#B0ACB3
(176,172,179)
#BFBBC2
(191,187,194)
#CECAD1
(206,202,209)
#DDD9E0
(221,217,224)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565259; }

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

This text font color is #565259.


Background Color

.myBgColor { background-color: #565259; }

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

This div background color is #565259.


Border color

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

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

This div border color is #565259.


Opacity

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

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

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

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

This text has shadow with #565259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565259 on black background.


Color preview on white background

This text has color #565259 on white background.



Black color preview on #565259 background

This text has black color on #565259 background.


White color preview on #565259 background

This text has white color on #565259 background.