COLOR #565772

HEX: #565772
RGB: (86,87,114)

Color info

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

RGB color model

#565772 color RGB value is (86,87,114).

  • red value is 86;
  • green value is 87;
  • blue value is 114.
RGB:
(86,87,114)
(34%,34%,45%)

RGB channels and saturation

R 86 of 255 = 34%
G 87 of 255 = 34%
B 114 of 255 = 45%

86
87
114

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

Portions of RGB colors in percentages

R + G + B =
86 + 87 + 114 = 287 (100%)
R 86 of 287 ~ 29.97%
G 87 of 287 ~ 30.31%
B 114 of 287 ~ 39.72%

%29.97
%30.31
%39.72

CMYK color model

#565772 color CMYK value is (25,24,0,55).

  • cyan value is 24.56%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(25,24,0,55)
C25M24Y0K55 
(25%,24%,0%,55%)
(0.25/0.24/0.00/0.55)	

CMYK percentages

%24.56
%23.68
%0
%55.29

Codes

Color #565772 in popluar color models

565772
RGB8687114
HSL238°14.00%39.22%
HSB/HSV238°24.56%44.71%
CMYK24.56%23.68%0.00%
55.29%

Color #565772 in popluar number systems.

HEX565772
Decimal8687114
Binary101011010101111110010
Octal126127162

Shades and tints

Shades of #565772

#565772
(86,87,114)
#4F5068
(79,80,104)
#48495E
(72,73,94)
#414254
(65,66,84)
#3A3B4A
(58,59,74)
#333440
(51,52,64)
#2C2D36
(44,45,54)
#25262C
(37,38,44)
#1E1F22
(30,31,34)
#171818
(23,24,24)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #565772

#565772
(86,87,114)
#65667E
(101,102,126)
#74758A
(116,117,138)
#838496
(131,132,150)
#9293A2
(146,147,162)
#A1A2AE
(161,162,174)
#B0B1BA
(176,177,186)
#BFC0C6
(191,192,198)
#CECFD2
(206,207,210)
#DDDEDE
(221,222,222)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565772 color. Also use rgb(86,87,114) instead hex code.

Text Font Color

.myTextColor { color: #565772; }

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

This text font color is #565772.


Background Color

.myBgColor { background-color: #565772; }

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

This div background color is #565772.


Border color

.myBorderColor { border: 1px solid #565772; }

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

This div border color is #565772.


Opacity

.myOpacity80 { color: #565772; opacity: 0.8; }

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

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

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

This text has shadow with #565772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565772 on black background.


Color preview on white background

This text has color #565772 on white background.



Black color preview on #565772 background

This text has black color on #565772 background.


White color preview on #565772 background

This text has white color on #565772 background.