COLOR #53589D

HEX: #53589D
RGB: (83,88,157)

Color info

#53589D contains mainly blue color. Web safe color of #53589D is #666699 (or #669).

RGB color model

#53589D color RGB value is (83,88,157).

  • red value is 83;
  • green value is 88;
  • blue value is 157.
RGB:
(83,88,157)
(33%,35%,62%)

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 157 of 255 = 62%

83
88
157

R + G + B ~ 43%. #53589D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 157 = 328 (100%)
R 83 of 328 ~ 25.3%
G 88 of 328 ~ 26.83%
B 157 of 328 ~ 47.87%

%25.3
%26.83
%47.87

CMYK color model

#53589D color CMYK value is (47,44,0,38).

  • cyan value is 47.13%
  • magenta value is 43.95%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(47,44,0,38)
C47M44Y0K38 
(47%,44%,0%,38%)
(0.47/0.44/0.00/0.38)	

CMYK percentages

%47.13
%43.95
%0
%38.43

Codes

Color #53589D in popluar color models

53589D
RGB8388157
HSL236°30.83%47.06%
HSB/HSV236°47.13%61.57%
CMYK47.13%43.95%0.00%
38.43%

Color #53589D in popluar number systems.

HEX53589D
Decimal8388157
Binary1010011101100010011101
Octal123130235

Shades and tints

Shades of #53589D

#53589D
(83,88,157)
#4C508F
(76,80,143)
#454881
(69,72,129)
#3E4073
(62,64,115)
#373865
(55,56,101)
#303057
(48,48,87)
#292849
(41,40,73)
#22203B
(34,32,59)
#1B182D
(27,24,45)
#14101F
(20,16,31)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #53589D

#53589D
(83,88,157)
#6267A5
(98,103,165)
#7176AD
(113,118,173)
#8085B5
(128,133,181)
#8F94BD
(143,148,189)
#9EA3C5
(158,163,197)
#ADB2CD
(173,178,205)
#BCC1D5
(188,193,213)
#CBD0DD
(203,208,221)
#DADFE5
(218,223,229)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53589D color. Also use rgb(83,88,157) instead hex code.

Text Font Color

.myTextColor { color: #53589D; }

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

This text font color is #53589D.


Background Color

.myBgColor { background-color: #53589D; }

<div style="background-color:#53589D">Inner text</div>

This div background color is #53589D.


Border color

.myBorderColor { border: 1px solid #53589D; }

<div style="border:3px solid #53589D">Div</div>

This div border color is #53589D.


Opacity

.myOpacity80 { color: #53589D; opacity: 0.8; }

<p style="color:#53589D;opacity:0.8;">80%</p>

Text with #53589D 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 #53589D;}

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

This text has shadow with #53589D color.

.textShadow {text-shadow: 3px 3px 1px #53589D, 3px 3px 1px red;}

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

This text has shadow with #53589D primary color and red secondary color.


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

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

This text has shadow with #53589D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53589D on black background.


Color preview on white background

This text has color #53589D on white background.



Black color preview on #53589D background

This text has black color on #53589D background.


White color preview on #53589D background

This text has white color on #53589D background.