COLOR #565459

HEX: #565459 RGB: (86,84,89)

Color info

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

RGB color model

#565459 color RGB value is (86,84,89).

RGB: (86,84,89) (34%, 33%, 35%)

RGB channels and saturation

R 86 of 255 = 34%
G 84 of 255 = 33%
B 89 of 255 = 35%

86
84
89

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

Portions of RGB colors in percentages

R + G + B = 86 + 84 + 89 = 259 (100%)
R 86 of 259 ~ 33.2%
G 84 of 259 ~ 32.43%
B 89 of 259 ~ 34.36'%

%33.2
%32.43
%34.36

CMYK color model

#565459 color CMYK value is (3,6,0,65).

  • cyan value is 3.37%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK: (3,6,0,65) C3M6Y0K65 (3%,6%,0%,65%) (0.03/0.06/0.00/0.65) 

CMYK percentages

%3.37
%5.62
%0
%65.1

Codes

Color #565459 in popluar color models

56 54 59
RGB 86 84 89
HSL 264° 2.89% 33.92%
HSB/HSV 264° 5.62% 34.90%
CMYK 3.37% 5.62% 0.00%
65.10%

Color #565459 in popluar number systems.

HEX 56 54 59
Decimal 86 84 89
Binary 1010110 1010100 1011001
Octal 126 124 131

Shades and tints

Shades of #565459

#565459
(86,84,89)
#4F4D51
(79,77,81)
#484649
(72,70,73)
#413F41
(65,63,65)
#3A3839
(58,56,57)
#333131
(51,49,49)
#2C2A29
(44,42,41)
#252321
(37,35,33)
#1E1C19
(30,28,25)
#171511
(23,21,17)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #565459

#565459
(86,84,89)
#656368
(101,99,104)
#747277
(116,114,119)
#838186
(131,129,134)
#929095
(146,144,149)
#A19FA4
(161,159,164)
#B0AEB3
(176,174,179)
#BFBDC2
(191,189,194)
#CECCD1
(206,204,209)
#DDDBE0
(221,219,224)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565459; }

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

This text font color is #565459.

Background Color

.myBgColor { background-color: #565459; }

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

This div background color is #565459.

Border color

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

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

This div border color is #565459.

Opacity

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

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

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

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

This text has shadow with #565459 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565459.

Preview

Color preview on black background

This text has color #565459 on black background.


Color preview on white background

This text has color #565459 on white background.


Black color preview on #565459 background

This text has black color on #565459 background.


White color preview on #565459 background

This text has white color on #565459 background.


Related colors

Complementary color

Complementary color for #hex is #A9ABA6.


I love getcolorcode.com

Triadic colors

1 #595654 and #545956 with #565459 are triadic colors.

2 #595456 and #545659 with #565459 are triadic colors.