COLOR #565572

HEX: #565572
RGB: (86,85,114)

Color info

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

RGB color model

#565572 color RGB value is (86,85,114).

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

RGB channels and saturation

R 86 of 255 = 34%
G 85 of 255 = 33%
B 114 of 255 = 45%

86
85
114

R + G + B ~ 37%. #565572 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 114 = 285 (100%)
R 86 of 285 ~ 30.18%
G 85 of 285 ~ 29.82%
B 114 of 285 ~ 40%

%30.18
%29.82
%40

CMYK color model

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

  • cyan value is 24.56%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(25,25,0,55)
C25M25Y0K55 
(25%,25%,0%,55%)
(0.25/0.25/0.00/0.55)	

CMYK percentages

%24.56
%25.44
%0
%55.29

Codes

Color #565572 in popluar color models

565572
RGB8685114
HSL242°14.57%39.02%
HSB/HSV242°25.44%44.71%
CMYK24.56%25.44%0.00%
55.29%

Color #565572 in popluar number systems.

HEX565572
Decimal8685114
Binary101011010101011110010
Octal126125162

Shades and tints

Shades of #565572

#565572
(86,85,114)
#4F4E68
(79,78,104)
#48475E
(72,71,94)
#414054
(65,64,84)
#3A394A
(58,57,74)
#333240
(51,50,64)
#2C2B36
(44,43,54)
#25242C
(37,36,44)
#1E1D22
(30,29,34)
#171618
(23,22,24)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #565572

#565572
(86,85,114)
#65647E
(101,100,126)
#74738A
(116,115,138)
#838296
(131,130,150)
#9291A2
(146,145,162)
#A1A0AE
(161,160,174)
#B0AFBA
(176,175,186)
#BFBEC6
(191,190,198)
#CECDD2
(206,205,210)
#DDDCDE
(221,220,222)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565572; }

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

This text font color is #565572.


Background Color

.myBgColor { background-color: #565572; }

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

This div background color is #565572.


Border color

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

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

This div border color is #565572.


Opacity

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

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

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

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

This text has shadow with #565572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565572 on black background.


Color preview on white background

This text has color #565572 on white background.



Black color preview on #565572 background

This text has black color on #565572 background.


White color preview on #565572 background

This text has white color on #565572 background.