COLOR #565D75

HEX: #565D75
RGB: (86,93,117)

Color info

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

RGB color model

#565D75 color RGB value is (86,93,117).

  • red value is 86;
  • green value is 93;
  • blue value is 117.
RGB:
(86,93,117)
(34%,36%,46%)

RGB channels and saturation

R 86 of 255 = 34%
G 93 of 255 = 36%
B 117 of 255 = 46%

86
93
117

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

Portions of RGB colors in percentages

R + G + B =
86 + 93 + 117 = 296 (100%)
R 86 of 296 ~ 29.05%
G 93 of 296 ~ 31.42%
B 117 of 296 ~ 39.53%

%29.05
%31.42
%39.53

CMYK color model

#565D75 color CMYK value is (26,21,0,54).

  • cyan value is 26.50%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(26,21,0,54)
C26M21Y0K54 
(26%,21%,0%,54%)
(0.26/0.21/0.00/0.54)	

CMYK percentages

%26.5
%20.51
%0
%54.12

Codes

Color #565D75 in popluar color models

565D75
RGB8693117
HSL226°15.27%39.80%
HSB/HSV226°26.50%45.88%
CMYK26.50%20.51%0.00%
54.12%

Color #565D75 in popluar number systems.

HEX565D75
Decimal8693117
Binary101011010111011110101
Octal126135165

Shades and tints

Shades of #565D75

#565D75
(86,93,117)
#4F556B
(79,85,107)
#484D61
(72,77,97)
#414557
(65,69,87)
#3A3D4D
(58,61,77)
#333543
(51,53,67)
#2C2D39
(44,45,57)
#25252F
(37,37,47)
#1E1D25
(30,29,37)
#17151B
(23,21,27)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #565D75

#565D75
(86,93,117)
#656B81
(101,107,129)
#74798D
(116,121,141)
#838799
(131,135,153)
#9295A5
(146,149,165)
#A1A3B1
(161,163,177)
#B0B1BD
(176,177,189)
#BFBFC9
(191,191,201)
#CECDD5
(206,205,213)
#DDDBE1
(221,219,225)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565D75; }

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

This text font color is #565D75.


Background Color

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

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

This div background color is #565D75.


Border color

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

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

This div border color is #565D75.


Opacity

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

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

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

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

This text has shadow with #565D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565D75 on black background.


Color preview on white background

This text has color #565D75 on white background.



Black color preview on #565D75 background

This text has black color on #565D75 background.


White color preview on #565D75 background

This text has white color on #565D75 background.