COLOR #53527E

HEX: #53527E
RGB: (83,82,126)

Color info

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

RGB color model

#53527E color RGB value is (83,82,126).

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

RGB channels and saturation

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

83
82
126

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

Portions of RGB colors in percentages

R + G + B =
83 + 82 + 126 = 291 (100%)
R 83 of 291 ~ 28.52%
G 82 of 291 ~ 28.18%
B 126 of 291 ~ 43.3%

%28.52
%28.18
%43.3

CMYK color model

#53527E color CMYK value is (34,35,0,51).

  • cyan value is 34.13%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(34,35,0,51)
C34M35Y0K51 
(34%,35%,0%,51%)
(0.34/0.35/0.00/0.51)	

CMYK percentages

%34.13
%34.92
%0
%50.59

Codes

Color #53527E in popluar color models

53527E
RGB8382126
HSL241°21.15%40.78%
HSB/HSV241°34.92%49.41%
CMYK34.13%34.92%0.00%
50.59%

Color #53527E in popluar number systems.

HEX53527E
Decimal8382126
Binary101001110100101111110
Octal123122176

Shades and tints

Shades of #53527E

#53527E
(83,82,126)
#4C4B73
(76,75,115)
#454468
(69,68,104)
#3E3D5D
(62,61,93)
#373652
(55,54,82)
#302F47
(48,47,71)
#29283C
(41,40,60)
#222131
(34,33,49)
#1B1A26
(27,26,38)
#14131B
(20,19,27)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #53527E

#53527E
(83,82,126)
#626189
(98,97,137)
#717094
(113,112,148)
#807F9F
(128,127,159)
#8F8EAA
(143,142,170)
#9E9DB5
(158,157,181)
#ADACC0
(173,172,192)
#BCBBCB
(188,187,203)
#CBCAD6
(203,202,214)
#DAD9E1
(218,217,225)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53527E; }

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

This text font color is #53527E.


Background Color

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

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

This div background color is #53527E.


Border color

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

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

This div border color is #53527E.


Opacity

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

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

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

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

This text has shadow with #53527E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53527E on black background.


Color preview on white background

This text has color #53527E on white background.



Black color preview on #53527E background

This text has black color on #53527E background.


White color preview on #53527E background

This text has white color on #53527E background.