COLOR #5C6989

HEX: #5C6989
RGB: (92,105,137)

Color info

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

RGB color model

#5C6989 color RGB value is (92,105,137).

  • red value is 92;
  • green value is 105;
  • blue value is 137.
RGB:
(92,105,137)
(36%,41%,54%)

RGB channels and saturation

R 92 of 255 = 36%
G 105 of 255 = 41%
B 137 of 255 = 54%

92
105
137

R + G + B ~ 44%. #5C6989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 105 + 137 = 334 (100%)
R 92 of 334 ~ 27.54%
G 105 of 334 ~ 31.44%
B 137 of 334 ~ 41.02%

%27.54
%31.44
%41.02

CMYK color model

#5C6989 color CMYK value is (33,23,0,46).

  • cyan value is 32.85%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(33,23,0,46)
C33M23Y0K46 
(33%,23%,0%,46%)
(0.33/0.23/0.00/0.46)	

CMYK percentages

%32.85
%23.36
%0
%46.27

Codes

Color #5C6989 in popluar color models

5C6989
RGB92105137
HSL223°19.65%44.90%
HSB/HSV223°32.85%53.73%
CMYK32.85%23.36%0.00%
46.27%

Color #5C6989 in popluar number systems.

HEX5C6989
Decimal92105137
Binary1011100110100110001001
Octal134151211

Shades and tints

Shades of #5C6989

#5C6989
(92,105,137)
#54607D
(84,96,125)
#4C5771
(76,87,113)
#444E65
(68,78,101)
#3C4559
(60,69,89)
#343C4D
(52,60,77)
#2C3341
(44,51,65)
#242A35
(36,42,53)
#1C2129
(28,33,41)
#14181D
(20,24,29)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #5C6989

#5C6989
(92,105,137)
#6A7693
(106,118,147)
#78839D
(120,131,157)
#8690A7
(134,144,167)
#949DB1
(148,157,177)
#A2AABB
(162,170,187)
#B0B7C5
(176,183,197)
#BEC4CF
(190,196,207)
#CCD1D9
(204,209,217)
#DADEE3
(218,222,227)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6989 color. Also use rgb(92,105,137) instead hex code.

Text Font Color

.myTextColor { color: #5C6989; }

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

This text font color is #5C6989.


Background Color

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

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

This div background color is #5C6989.


Border color

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

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

This div border color is #5C6989.


Opacity

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

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

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

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

This text has shadow with #5C6989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6989 on black background.


Color preview on white background

This text has color #5C6989 on white background.



Black color preview on #5C6989 background

This text has black color on #5C6989 background.


White color preview on #5C6989 background

This text has white color on #5C6989 background.