COLOR #53517E

HEX: #53517E
RGB: (83,81,126)

Color info

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

RGB color model

#53517E color RGB value is (83,81,126).

  • red value is 83;
  • green value is 81;
  • blue value is 126.
RGB:
(83,81,126)
(33%,32%,49%)

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 126 of 255 = 49%

83
81
126

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

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 126 = 290 (100%)
R 83 of 290 ~ 28.62%
G 81 of 290 ~ 27.93%
B 126 of 290 ~ 43.45%

%28.62
%27.93
%43.45

CMYK color model

#53517E color CMYK value is (34,36,0,51).

  • cyan value is 34.13%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(34,36,0,51)
C34M36Y0K51 
(34%,36%,0%,51%)
(0.34/0.36/0.00/0.51)	

CMYK percentages

%34.13
%35.71
%0
%50.59

Codes

Color #53517E in popluar color models

53517E
RGB8381126
HSL243°21.74%40.59%
HSB/HSV243°35.71%49.41%
CMYK34.13%35.71%0.00%
50.59%

Color #53517E in popluar number systems.

HEX53517E
Decimal8381126
Binary101001110100011111110
Octal123121176

Shades and tints

Shades of #53517E

#53517E
(83,81,126)
#4C4A73
(76,74,115)
#454368
(69,67,104)
#3E3C5D
(62,60,93)
#373552
(55,53,82)
#302E47
(48,46,71)
#29273C
(41,39,60)
#222031
(34,32,49)
#1B1926
(27,25,38)
#14121B
(20,18,27)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #53517E

#53517E
(83,81,126)
#626089
(98,96,137)
#716F94
(113,111,148)
#807E9F
(128,126,159)
#8F8DAA
(143,141,170)
#9E9CB5
(158,156,181)
#ADABC0
(173,171,192)
#BCBACB
(188,186,203)
#CBC9D6
(203,201,214)
#DAD8E1
(218,216,225)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53517E color. Also use rgb(83,81,126) instead hex code.

Text Font Color

.myTextColor { color: #53517E; }

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

This text font color is #53517E.


Background Color

.myBgColor { background-color: #53517E; }

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

This div background color is #53517E.


Border color

.myBorderColor { border: 1px solid #53517E; }

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

This div border color is #53517E.


Opacity

.myOpacity80 { color: #53517E; opacity: 0.8; }

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

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

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

This text has shadow with #53517E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53517E on black background.


Color preview on white background

This text has color #53517E on white background.



Black color preview on #53517E background

This text has black color on #53517E background.


White color preview on #53517E background

This text has white color on #53517E background.