COLOR #53557B

HEX: #53557B
RGB: (83,85,123)

Color info

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

RGB color model

#53557B color RGB value is (83,85,123).

  • red value is 83;
  • green value is 85;
  • blue value is 123.
RGB:
(83,85,123)
(33%,33%,48%)

RGB channels and saturation

R 83 of 255 = 33%
G 85 of 255 = 33%
B 123 of 255 = 48%

83
85
123

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

Portions of RGB colors in percentages

R + G + B =
83 + 85 + 123 = 291 (100%)
R 83 of 291 ~ 28.52%
G 85 of 291 ~ 29.21%
B 123 of 291 ~ 42.27%

%28.52
%29.21
%42.27

CMYK color model

#53557B color CMYK value is (33,31,0,52).

  • cyan value is 32.52%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(33,31,0,52)
C33M31Y0K52 
(33%,31%,0%,52%)
(0.33/0.31/0.00/0.52)	

CMYK percentages

%32.52
%30.89
%0
%51.76

Codes

Color #53557B in popluar color models

53557B
RGB8385123
HSL237°19.42%40.39%
HSB/HSV237°32.52%48.24%
CMYK32.52%30.89%0.00%
51.76%

Color #53557B in popluar number systems.

HEX53557B
Decimal8385123
Binary101001110101011111011
Octal123125173

Shades and tints

Shades of #53557B

#53557B
(83,85,123)
#4C4E70
(76,78,112)
#454765
(69,71,101)
#3E405A
(62,64,90)
#37394F
(55,57,79)
#303244
(48,50,68)
#292B39
(41,43,57)
#22242E
(34,36,46)
#1B1D23
(27,29,35)
#141618
(20,22,24)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #53557B

#53557B
(83,85,123)
#626487
(98,100,135)
#717393
(113,115,147)
#80829F
(128,130,159)
#8F91AB
(143,145,171)
#9EA0B7
(158,160,183)
#ADAFC3
(173,175,195)
#BCBECF
(188,190,207)
#CBCDDB
(203,205,219)
#DADCE7
(218,220,231)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53557B color. Also use rgb(83,85,123) instead hex code.

Text Font Color

.myTextColor { color: #53557B; }

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

This text font color is #53557B.


Background Color

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

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

This div background color is #53557B.


Border color

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

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

This div border color is #53557B.


Opacity

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

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

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

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

This text has shadow with #53557B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53557B on black background.


Color preview on white background

This text has color #53557B on white background.



Black color preview on #53557B background

This text has black color on #53557B background.


White color preview on #53557B background

This text has white color on #53557B background.