COLOR #5C537B

HEX: #5C537B
RGB: (92,83,123)

Color info

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

RGB color model

#5C537B color RGB value is (92,83,123).

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

RGB channels and saturation

R 92 of 255 = 36%
G 83 of 255 = 33%
B 123 of 255 = 48%

92
83
123

R + G + B ~ 39%. #5C537B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 83 + 123 = 298 (100%)
R 92 of 298 ~ 30.87%
G 83 of 298 ~ 27.85%
B 123 of 298 ~ 41.28%

%30.87
%27.85
%41.28

CMYK color model

#5C537B color CMYK value is (25,33,0,52).

  • cyan value is 25.20%
  • magenta value is 32.52%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(25,33,0,52)
C25M33Y0K52 
(25%,33%,0%,52%)
(0.25/0.33/0.00/0.52)	

CMYK percentages

%25.2
%32.52
%0
%51.76

Codes

Color #5C537B in popluar color models

5C537B
RGB9283123
HSL254°19.42%40.39%
HSB/HSV254°32.52%48.24%
CMYK25.20%32.52%0.00%
51.76%

Color #5C537B in popluar number systems.

HEX5C537B
Decimal9283123
Binary101110010100111111011
Octal134123173

Shades and tints

Shades of #5C537B

#5C537B
(92,83,123)
#544C70
(84,76,112)
#4C4565
(76,69,101)
#443E5A
(68,62,90)
#3C374F
(60,55,79)
#343044
(52,48,68)
#2C2939
(44,41,57)
#24222E
(36,34,46)
#1C1B23
(28,27,35)
#141418
(20,20,24)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #5C537B

#5C537B
(92,83,123)
#6A6287
(106,98,135)
#787193
(120,113,147)
#86809F
(134,128,159)
#948FAB
(148,143,171)
#A29EB7
(162,158,183)
#B0ADC3
(176,173,195)
#BEBCCF
(190,188,207)
#CCCBDB
(204,203,219)
#DADAE7
(218,218,231)
#E8E9F3
(232,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C537B color. Also use rgb(92,83,123) instead hex code.

Text Font Color

.myTextColor { color: #5C537B; }

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

This text font color is #5C537B.


Background Color

.myBgColor { background-color: #5C537B; }

<div style="background-color:#5C537B">Inner text</div>

This div background color is #5C537B.


Border color

.myBorderColor { border: 1px solid #5C537B; }

<div style="border:3px solid #5C537B">Div</div>

This div border color is #5C537B.


Opacity

.myOpacity80 { color: #5C537B; opacity: 0.8; }

<p style="color:#5C537B;opacity:0.8;">80%</p>

Text with #5C537B 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 #5C537B;}

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

This text has shadow with #5C537B color.

.textShadow {text-shadow: 3px 3px 1px #5C537B, 3px 3px 1px red;}

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

This text has shadow with #5C537B primary color and red secondary color.


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

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

This text has shadow with #5C537B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C537B on black background.


Color preview on white background

This text has color #5C537B on white background.



Black color preview on #5C537B background

This text has black color on #5C537B background.


White color preview on #5C537B background

This text has white color on #5C537B background.