COLOR #53578C

HEX: #53578C
RGB: (83,87,140)

Color info

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

RGB color model

#53578C color RGB value is (83,87,140).

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

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 140 of 255 = 55%

83
87
140

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

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 140 = 310 (100%)
R 83 of 310 ~ 26.77%
G 87 of 310 ~ 28.06%
B 140 of 310 ~ 45.16%

%26.77
%28.06
%45.16

CMYK color model

#53578C color CMYK value is (41,38,0,45).

  • cyan value is 40.71%
  • magenta value is 37.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(41,38,0,45)
C41M38Y0K45 
(41%,38%,0%,45%)
(0.41/0.38/0.00/0.45)	

CMYK percentages

%40.71
%37.86
%0
%45.1

Codes

Color #53578C in popluar color models

53578C
RGB8387140
HSL236°25.56%43.73%
HSB/HSV236°40.71%54.90%
CMYK40.71%37.86%0.00%
45.10%

Color #53578C in popluar number systems.

HEX53578C
Decimal8387140
Binary1010011101011110001100
Octal123127214

Shades and tints

Shades of #53578C

#53578C
(83,87,140)
#4C5080
(76,80,128)
#454974
(69,73,116)
#3E4268
(62,66,104)
#373B5C
(55,59,92)
#303450
(48,52,80)
#292D44
(41,45,68)
#222638
(34,38,56)
#1B1F2C
(27,31,44)
#141820
(20,24,32)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #53578C

#53578C
(83,87,140)
#626696
(98,102,150)
#7175A0
(113,117,160)
#8084AA
(128,132,170)
#8F93B4
(143,147,180)
#9EA2BE
(158,162,190)
#ADB1C8
(173,177,200)
#BCC0D2
(188,192,210)
#CBCFDC
(203,207,220)
#DADEE6
(218,222,230)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53578C; }

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

This text font color is #53578C.


Background Color

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

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

This div background color is #53578C.


Border color

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

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

This div border color is #53578C.


Opacity

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

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

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

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

This text has shadow with #53578C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53578C on black background.


Color preview on white background

This text has color #53578C on white background.



Black color preview on #53578C background

This text has black color on #53578C background.


White color preview on #53578C background

This text has white color on #53578C background.