COLOR #53567F

HEX: #53567F
RGB: (83,86,127)

Color info

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

RGB color model

#53567F color RGB value is (83,86,127).

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

RGB channels and saturation

R 83 of 255 = 33%
G 86 of 255 = 34%
B 127 of 255 = 50%

83
86
127

R + G + B ~ 39%. #53567F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 86 + 127 = 296 (100%)
R 83 of 296 ~ 28.04%
G 86 of 296 ~ 29.05%
B 127 of 296 ~ 42.91%

%28.04
%29.05
%42.91

CMYK color model

#53567F color CMYK value is (35,32,0,50).

  • cyan value is 34.65%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(35,32,0,50)
C35M32Y0K50 
(35%,32%,0%,50%)
(0.35/0.32/0.00/0.50)	

CMYK percentages

%34.65
%32.28
%0
%50.2

Codes

Color #53567F in popluar color models

53567F
RGB8386127
HSL236°20.95%41.18%
HSB/HSV236°34.65%49.80%
CMYK34.65%32.28%0.00%
50.20%

Color #53567F in popluar number systems.

HEX53567F
Decimal8386127
Binary101001110101101111111
Octal123126177

Shades and tints

Shades of #53567F

#53567F
(83,86,127)
#4C4F74
(76,79,116)
#454869
(69,72,105)
#3E415E
(62,65,94)
#373A53
(55,58,83)
#303348
(48,51,72)
#292C3D
(41,44,61)
#222532
(34,37,50)
#1B1E27
(27,30,39)
#14171C
(20,23,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #53567F

#53567F
(83,86,127)
#62658A
(98,101,138)
#717495
(113,116,149)
#8083A0
(128,131,160)
#8F92AB
(143,146,171)
#9EA1B6
(158,161,182)
#ADB0C1
(173,176,193)
#BCBFCC
(188,191,204)
#CBCED7
(203,206,215)
#DADDE2
(218,221,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53567F; }

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

This text font color is #53567F.


Background Color

.myBgColor { background-color: #53567F; }

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

This div background color is #53567F.


Border color

.myBorderColor { border: 1px solid #53567F; }

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

This div border color is #53567F.


Opacity

.myOpacity80 { color: #53567F; opacity: 0.8; }

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

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

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

This text has shadow with #53567F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53567F on black background.


Color preview on white background

This text has color #53567F on white background.



Black color preview on #53567F background

This text has black color on #53567F background.


White color preview on #53567F background

This text has white color on #53567F background.