COLOR #565C75

HEX: #565C75
RGB: (86,92,117)

Color info

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

RGB color model

#565C75 color RGB value is (86,92,117).

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

RGB channels and saturation

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

86
92
117

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

Portions of RGB colors in percentages

R + G + B =
86 + 92 + 117 = 295 (100%)
R 86 of 295 ~ 29.15%
G 92 of 295 ~ 31.19%
B 117 of 295 ~ 39.66%

%29.15
%31.19
%39.66

CMYK color model

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

  • cyan value is 26.50%
  • magenta value is 21.37%
  • 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
%21.37
%0
%54.12

Codes

Color #565C75 in popluar color models

565C75
RGB8692117
HSL228°15.27%39.80%
HSB/HSV228°26.50%45.88%
CMYK26.50%21.37%0.00%
54.12%

Color #565C75 in popluar number systems.

HEX565C75
Decimal8692117
Binary101011010111001110101
Octal126134165

Shades and tints

Shades of #565C75

#565C75
(86,92,117)
#4F546B
(79,84,107)
#484C61
(72,76,97)
#414457
(65,68,87)
#3A3C4D
(58,60,77)
#333443
(51,52,67)
#2C2C39
(44,44,57)
#25242F
(37,36,47)
#1E1C25
(30,28,37)
#17141B
(23,20,27)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #565C75

#565C75
(86,92,117)
#656A81
(101,106,129)
#74788D
(116,120,141)
#838699
(131,134,153)
#9294A5
(146,148,165)
#A1A2B1
(161,162,177)
#B0B0BD
(176,176,189)
#BFBEC9
(191,190,201)
#CECCD5
(206,204,213)
#DDDAE1
(221,218,225)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565C75; }

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

This text font color is #565C75.


Background Color

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

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

This div background color is #565C75.


Border color

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

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

This div border color is #565C75.


Opacity

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

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

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

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

This text has shadow with #565C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565C75 on black background.


Color preview on white background

This text has color #565C75 on white background.



Black color preview on #565C75 background

This text has black color on #565C75 background.


White color preview on #565C75 background

This text has white color on #565C75 background.