COLOR #565372

HEX: #565372
RGB: (86,83,114)

Color info

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

RGB color model

#565372 color RGB value is (86,83,114).

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

RGB channels and saturation

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

86
83
114

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

Portions of RGB colors in percentages

R + G + B =
86 + 83 + 114 = 283 (100%)
R 86 of 283 ~ 30.39%
G 83 of 283 ~ 29.33%
B 114 of 283 ~ 40.28%

%30.39
%29.33
%40.28

CMYK color model

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

  • cyan value is 24.56%
  • magenta value is 27.19%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(25,27,0,55)
C25M27Y0K55 
(25%,27%,0%,55%)
(0.25/0.27/0.00/0.55)	

CMYK percentages

%24.56
%27.19
%0
%55.29

Codes

Color #565372 in popluar color models

565372
RGB8683114
HSL246°15.74%38.63%
HSB/HSV246°27.19%44.71%
CMYK24.56%27.19%0.00%
55.29%

Color #565372 in popluar number systems.

HEX565372
Decimal8683114
Binary101011010100111110010
Octal126123162

Shades and tints

Shades of #565372

#565372
(86,83,114)
#4F4C68
(79,76,104)
#48455E
(72,69,94)
#413E54
(65,62,84)
#3A374A
(58,55,74)
#333040
(51,48,64)
#2C2936
(44,41,54)
#25222C
(37,34,44)
#1E1B22
(30,27,34)
#171418
(23,20,24)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #565372

#565372
(86,83,114)
#65627E
(101,98,126)
#74718A
(116,113,138)
#838096
(131,128,150)
#928FA2
(146,143,162)
#A19EAE
(161,158,174)
#B0ADBA
(176,173,186)
#BFBCC6
(191,188,198)
#CECBD2
(206,203,210)
#DDDADE
(221,218,222)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565372; }

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

This text font color is #565372.


Background Color

.myBgColor { background-color: #565372; }

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

This div background color is #565372.


Border color

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

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

This div border color is #565372.


Opacity

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

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

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

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

This text has shadow with #565372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565372 on black background.


Color preview on white background

This text has color #565372 on white background.



Black color preview on #565372 background

This text has black color on #565372 background.


White color preview on #565372 background

This text has white color on #565372 background.