COLOR #53518C

HEX: #53518C
RGB: (83,81,140)

Color info

#53518C contains red, green and blue colors in about the same proportion. Web safe color of #53518C is #666699 (or #669).

RGB color model

#53518C color RGB value is (83,81,140).

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

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 140 of 255 = 55%

83
81
140

R + G + B ~ 40%. #53518C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 140 = 304 (100%)
R 83 of 304 ~ 27.3%
G 81 of 304 ~ 26.64%
B 140 of 304 ~ 46.05%

%27.3
%26.64
%46.05

CMYK color model

#53518C color CMYK value is (41,42,0,45).

  • cyan value is 40.71%
  • magenta value is 42.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(41,42,0,45)
C41M42Y0K45 
(41%,42%,0%,45%)
(0.41/0.42/0.00/0.45)	

CMYK percentages

%40.71
%42.14
%0
%45.1

Codes

Color #53518C in popluar color models

53518C
RGB8381140
HSL242°26.70%43.33%
HSB/HSV242°42.14%54.90%
CMYK40.71%42.14%0.00%
45.10%

Color #53518C in popluar number systems.

HEX53518C
Decimal8381140
Binary1010011101000110001100
Octal123121214

Shades and tints

Shades of #53518C

#53518C
(83,81,140)
#4C4A80
(76,74,128)
#454374
(69,67,116)
#3E3C68
(62,60,104)
#37355C
(55,53,92)
#302E50
(48,46,80)
#292744
(41,39,68)
#222038
(34,32,56)
#1B192C
(27,25,44)
#141220
(20,18,32)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #53518C

#53518C
(83,81,140)
#626096
(98,96,150)
#716FA0
(113,111,160)
#807EAA
(128,126,170)
#8F8DB4
(143,141,180)
#9E9CBE
(158,156,190)
#ADABC8
(173,171,200)
#BCBAD2
(188,186,210)
#CBC9DC
(203,201,220)
#DAD8E6
(218,216,230)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53518C color. Also use rgb(83,81,140) instead hex code.

Text Font Color

.myTextColor { color: #53518C; }

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

This text font color is #53518C.


Background Color

.myBgColor { background-color: #53518C; }

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

This div background color is #53518C.


Border color

.myBorderColor { border: 1px solid #53518C; }

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

This div border color is #53518C.


Opacity

.myOpacity80 { color: #53518C; opacity: 0.8; }

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

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

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

This text has shadow with #53518C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53518C on black background.


Color preview on white background

This text has color #53518C on white background.



Black color preview on #53518C background

This text has black color on #53518C background.


White color preview on #53518C background

This text has white color on #53518C background.