COLOR #53459B

HEX: #53459B
RGB: (83,69,155)

Color info

#53459B contains mainly blue color. Web safe color of #53459B is #663399 (or #639).

RGB color model

#53459B color RGB value is (83,69,155).

  • red value is 83;
  • green value is 69;
  • blue value is 155.
RGB:
(83,69,155)
(33%,27%,61%)

RGB channels and saturation

R 83 of 255 = 33%
G 69 of 255 = 27%
B 155 of 255 = 61%

83
69
155

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

Portions of RGB colors in percentages

R + G + B =
83 + 69 + 155 = 307 (100%)
R 83 of 307 ~ 27.04%
G 69 of 307 ~ 22.48%
B 155 of 307 ~ 50.49%

%27.04
%22.48
%50.49

CMYK color model

#53459B color CMYK value is (46,55,0,39).

  • cyan value is 46.45%
  • magenta value is 55.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(46,55,0,39)
C46M55Y0K39 
(46%,55%,0%,39%)
(0.46/0.55/0.00/0.39)	

CMYK percentages

%46.45
%55.48
%0
%39.22

Codes

Color #53459B in popluar color models

53459B
RGB8369155
HSL250°38.39%43.92%
HSB/HSV250°55.48%60.78%
CMYK46.45%55.48%0.00%
39.22%

Color #53459B in popluar number systems.

HEX53459B
Decimal8369155
Binary1010011100010110011011
Octal123105233

Shades and tints

Shades of #53459B

#53459B
(83,69,155)
#4C3F8D
(76,63,141)
#45397F
(69,57,127)
#3E3371
(62,51,113)
#372D63
(55,45,99)
#302755
(48,39,85)
#292147
(41,33,71)
#221B39
(34,27,57)
#1B152B
(27,21,43)
#140F1D
(20,15,29)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #53459B

#53459B
(83,69,155)
#6255A4
(98,85,164)
#7165AD
(113,101,173)
#8075B6
(128,117,182)
#8F85BF
(143,133,191)
#9E95C8
(158,149,200)
#ADA5D1
(173,165,209)
#BCB5DA
(188,181,218)
#CBC5E3
(203,197,227)
#DAD5EC
(218,213,236)
#E9E5F5
(233,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53459B color. Also use rgb(83,69,155) instead hex code.

Text Font Color

.myTextColor { color: #53459B; }

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

This text font color is #53459B.


Background Color

.myBgColor { background-color: #53459B; }

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

This div background color is #53459B.


Border color

.myBorderColor { border: 1px solid #53459B; }

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

This div border color is #53459B.


Opacity

.myOpacity80 { color: #53459B; opacity: 0.8; }

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

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

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

This text has shadow with #53459B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53459B on black background.


Color preview on white background

This text has color #53459B on white background.



Black color preview on #53459B background

This text has black color on #53459B background.


White color preview on #53459B background

This text has white color on #53459B background.