COLOR #565C74

HEX: #565C74 RGB: (86,92,116)

Color info

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

RGB color model

#565C74 color RGB value is (86,92,116).

RGB: (86,92,116) (34%, 36%, 45%)

RGB channels and saturation

R 86 of 255 = 34%
G 92 of 255 = 36%
B 116 of 255 = 45%

86
92
116

R + G + B ~ 38%. #565C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 92 + 116 = 294 (100%)
R 86 of 294 ~ 29.25%
G 92 of 294 ~ 31.29%
B 116 of 294 ~ 39.46'%

%29.25
%31.29
%39.46

CMYK color model

#565C74 color CMYK value is (26,21,0,55).

  • cyan value is 25.86%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (26,21,0,55)
C26M21Y0K55 (26%, 21%, 0%, 55%)
(0.26 / 0.21 / 0.00 / 0.55)

CMYK percentages

%25.86
%20.69
%0
%54.51

Codes

Color #565C74 in popluar color models

56 5C 74
RGB 86 92 116
HSL 228° 14.85% 39.61%
HSB/HSV 228° 25.86% 45.49%
CMYK 25.86% 20.69% 0.00%
54.51%

Color #565C74 in popluar number systems.

HEX 56 5C 74
Decimal 86 92 116
Binary 1010110 1011100 1110100
Octal 126 134 164

Shades and tints

Shades of #565C74

#565C74
(86,92,116)
#4F546A
(79,84,106)
#484C60
(72,76,96)
#414456
(65,68,86)
#3A3C4C
(58,60,76)
#333442
(51,52,66)
#2C2C38
(44,44,56)
#25242E
(37,36,46)
#1E1C24
(30,28,36)
#17141A
(23,20,26)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #565C74

#565C74
(86,92,116)
#656A80
(101,106,128)
#74788C
(116,120,140)
#838698
(131,134,152)
#9294A4
(146,148,164)
#A1A2B0
(161,162,176)
#B0B0BC
(176,176,188)
#BFBEC8
(191,190,200)
#CECCD4
(206,204,212)
#DDDAE0
(221,218,224)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565C74 color. Also use rgb(86,92,116) instead hex code.

Text Font Color

.myTextColor { color: #565C74; }

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

This text font color is #565C74.

Background Color

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

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

This div background color is #565C74.

Border color

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

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

This div border color is #565C74.

Opacity

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

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

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

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

This text has shadow with #565C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565C74.

Preview

Color preview on black background

This text has color #565C74 on black background.


Color preview on white background

This text has color #565C74 on white background.


Black color preview on #565C74 background

This text has black color on #565C74 background.


White color preview on #565C74 background

This text has white color on #565C74 background.


Related colors

Complementary color

Complementary color for #hex is #A9A38B.


I love getcolorcode.com

Triadic colors

1 #74565C and #5C7456 with #565C74 are triadic colors.

2 #745C56 and #5C5674 with #565C74 are triadic colors.