COLOR #5C557B

HEX: #5C557B RGB: (92,85,123)

Color info

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

RGB color model

#5C557B color RGB value is (92,85,123).

RGB: (92,85,123) (36%, 33%, 48%)

RGB channels and saturation

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

92
85
123

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

Portions of RGB colors in percentages

R + G + B = 92 + 85 + 123 = 300 (100%)
R 92 of 300 ~ 30.67%
G 85 of 300 ~ 28.33%
B 123 of 300 ~ 41'%

%30.67
%28.33
%41

CMYK color model

#5C557B color CMYK value is (25,31,0,52).

  • cyan value is 25.20%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (25,31,0,52)
C25M31Y0K52 (25%, 31%, 0%, 52%)
(0.25 / 0.31 / 0.00 / 0.52)

CMYK percentages

%25.2
%30.89
%0
%51.76

Codes

Color #5C557B in popluar color models

5C 55 7B
RGB 92 85 123
HSL 251° 18.27% 40.78%
HSB/HSV 251° 30.89% 48.24%
CMYK 25.20% 30.89% 0.00%
51.76%

Color #5C557B in popluar number systems.

HEX 5C 55 7B
Decimal 92 85 123
Binary 1011100 1010101 1111011
Octal 134 125 173

Shades and tints

Shades of #5C557B

#5C557B
(92,85,123)
#544E70
(84,78,112)
#4C4765
(76,71,101)
#44405A
(68,64,90)
#3C394F
(60,57,79)
#343244
(52,50,68)
#2C2B39
(44,43,57)
#24242E
(36,36,46)
#1C1D23
(28,29,35)
#141618
(20,22,24)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #5C557B

#5C557B
(92,85,123)
#6A6487
(106,100,135)
#787393
(120,115,147)
#86829F
(134,130,159)
#9491AB
(148,145,171)
#A2A0B7
(162,160,183)
#B0AFC3
(176,175,195)
#BEBECF
(190,190,207)
#CCCDDB
(204,205,219)
#DADCE7
(218,220,231)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C557B; }

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

This text font color is #5C557B.

Background Color

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

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

This div background color is #5C557B.

Border color

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

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

This div border color is #5C557B.

Opacity

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

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

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

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

This text has shadow with #5C557B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C557B.

Preview

Color preview on black background

This text has color #5C557B on black background.


Color preview on white background

This text has color #5C557B on white background.


Black color preview on #5C557B background

This text has black color on #5C557B background.


White color preview on #5C557B background

This text has white color on #5C557B background.


Related colors

Complementary color

Complementary color for #hex is #A3AA84.


I love getcolorcode.com

Triadic colors

1 #7B5C55 and #557B5C with #5C557B are triadic colors.

2 #7B555C and #555C7B with #5C557B are triadic colors.