COLOR #565F74

HEX: #565F74
RGB: (86,95,116)

Color info

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

RGB color model

#565F74 color RGB value is (86,95,116).

  • red value is 86;
  • green value is 95;
  • blue value is 116.
RGB:
(86,95,116)
(34%,37%,45%)

RGB channels and saturation

R 86 of 255 = 34%
G 95 of 255 = 37%
B 116 of 255 = 45%

86
95
116

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

Portions of RGB colors in percentages

R + G + B =
86 + 95 + 116 = 297 (100%)
R 86 of 297 ~ 28.96%
G 95 of 297 ~ 31.99%
B 116 of 297 ~ 39.06%

%28.96
%31.99
%39.06

CMYK color model

#565F74 color CMYK value is (26,18,0,55).

  • cyan value is 25.86%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(26,18,0,55)
C26M18Y0K55 
(26%,18%,0%,55%)
(0.26/0.18/0.00/0.55)	

CMYK percentages

%25.86
%18.1
%0
%54.51

Codes

Color #565F74 in popluar color models

565F74
RGB8695116
HSL222°14.85%39.61%
HSB/HSV222°25.86%45.49%
CMYK25.86%18.10%0.00%
54.51%

Color #565F74 in popluar number systems.

HEX565F74
Decimal8695116
Binary101011010111111110100
Octal126137164

Shades and tints

Shades of #565F74

#565F74
(86,95,116)
#4F576A
(79,87,106)
#484F60
(72,79,96)
#414756
(65,71,86)
#3A3F4C
(58,63,76)
#333742
(51,55,66)
#2C2F38
(44,47,56)
#25272E
(37,39,46)
#1E1F24
(30,31,36)
#17171A
(23,23,26)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #565F74

#565F74
(86,95,116)
#656D80
(101,109,128)
#747B8C
(116,123,140)
#838998
(131,137,152)
#9297A4
(146,151,164)
#A1A5B0
(161,165,176)
#B0B3BC
(176,179,188)
#BFC1C8
(191,193,200)
#CECFD4
(206,207,212)
#DDDDE0
(221,221,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565F74; }

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

This text font color is #565F74.


Background Color

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

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

This div background color is #565F74.


Border color

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

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

This div border color is #565F74.


Opacity

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

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

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

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

This text has shadow with #565F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565F74 on black background.


Color preview on white background

This text has color #565F74 on white background.



Black color preview on #565F74 background

This text has black color on #565F74 background.


White color preview on #565F74 background

This text has white color on #565F74 background.