COLOR #565D78

HEX: #565D78 RGB: (86,93,120)

Color info

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

RGB color model

#565D78 color RGB value is (86,93,120).

RGB: (86,93,120) (34%, 36%, 47%)

RGB channels and saturation

R 86 of 255 = 34%
G 93 of 255 = 36%
B 120 of 255 = 47%

86
93
120

R + G + B ~ 39%. #565D78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 93 + 120 = 299 (100%)
R 86 of 299 ~ 28.76%
G 93 of 299 ~ 31.1%
B 120 of 299 ~ 40.13'%

%28.76
%31.1
%40.13

CMYK color model

#565D78 color CMYK value is (28,23,0,53).

  • cyan value is 28.33%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (28,23,0,53)
C28M23Y0K53 (28%, 23%, 0%, 53%)
(0.28 / 0.23 / 0.00 / 0.53)

CMYK percentages

%28.33
%22.5
%0
%52.94

Codes

Color #565D78 in popluar color models

56 5D 78
RGB 86 93 120
HSL 228° 16.50% 40.39%
HSB/HSV 228° 28.33% 47.06%
CMYK 28.33% 22.50% 0.00%
52.94%

Color #565D78 in popluar number systems.

HEX 56 5D 78
Decimal 86 93 120
Binary 1010110 1011101 1111000
Octal 126 135 170

Shades and tints

Shades of #565D78

#565D78
(86,93,120)
#4F556E
(79,85,110)
#484D64
(72,77,100)
#41455A
(65,69,90)
#3A3D50
(58,61,80)
#333546
(51,53,70)
#2C2D3C
(44,45,60)
#252532
(37,37,50)
#1E1D28
(30,29,40)
#17151E
(23,21,30)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #565D78

#565D78
(86,93,120)
#656B84
(101,107,132)
#747990
(116,121,144)
#83879C
(131,135,156)
#9295A8
(146,149,168)
#A1A3B4
(161,163,180)
#B0B1C0
(176,177,192)
#BFBFCC
(191,191,204)
#CECDD8
(206,205,216)
#DDDBE4
(221,219,228)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565D78 color. Also use rgb(86,93,120) instead hex code.

Text Font Color

.myTextColor { color: #565D78; }

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

This text font color is #565D78.

Background Color

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

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

This div background color is #565D78.

Border color

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

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

This div border color is #565D78.

Opacity

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

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

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

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

This text has shadow with #565D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565D78.

Preview

Color preview on black background

This text has color #565D78 on black background.


Color preview on white background

This text has color #565D78 on white background.


Black color preview on #565D78 background

This text has black color on #565D78 background.


White color preview on #565D78 background

This text has white color on #565D78 background.


Related colors

Complementary color

Complementary color for #hex is #A9A287.


I love getcolorcode.com

Triadic colors

1 #78565D and #5D7856 with #565D78 are triadic colors.

2 #785D56 and #5D5678 with #565D78 are triadic colors.