COLOR #5C6091

HEX: #5C6091 RGB: (92,96,145)

Color info

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

RGB color model

#5C6091 color RGB value is (92,96,145).

RGB: (92,96,145) (36%, 38%, 57%)

RGB channels and saturation

R 92 of 255 = 36%
G 96 of 255 = 38%
B 145 of 255 = 57%

92
96
145

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

Portions of RGB colors in percentages

R + G + B = 92 + 96 + 145 = 333 (100%)
R 92 of 333 ~ 27.63%
G 96 of 333 ~ 28.83%
B 145 of 333 ~ 43.54'%

%27.63
%28.83
%43.54

CMYK color model

#5C6091 color CMYK value is (37,34,0,43).

  • cyan value is 36.55%
  • magenta value is 33.79%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (37,34,0,43)
C37M34Y0K43 (37%, 34%, 0%, 43%)
(0.37 / 0.34 / 0.00 / 0.43)

CMYK percentages

%36.55
%33.79
%0
%43.14

Codes

Color #5C6091 in popluar color models

5C 60 91
RGB 92 96 145
HSL 235° 22.36% 46.47%
HSB/HSV 235° 36.55% 56.86%
CMYK 36.55% 33.79% 0.00%
43.14%

Color #5C6091 in popluar number systems.

HEX 5C 60 91
Decimal 92 96 145
Binary 1011100 1100000 10010001
Octal 134 140 221

Shades and tints

Shades of #5C6091

#5C6091
(92,96,145)
#545884
(84,88,132)
#4C5077
(76,80,119)
#44486A
(68,72,106)
#3C405D
(60,64,93)
#343850
(52,56,80)
#2C3043
(44,48,67)
#242836
(36,40,54)
#1C2029
(28,32,41)
#14181C
(20,24,28)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #5C6091

#5C6091
(92,96,145)
#6A6E9B
(106,110,155)
#787CA5
(120,124,165)
#868AAF
(134,138,175)
#9498B9
(148,152,185)
#A2A6C3
(162,166,195)
#B0B4CD
(176,180,205)
#BEC2D7
(190,194,215)
#CCD0E1
(204,208,225)
#DADEEB
(218,222,235)
#E8ECF5
(232,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6091 color. Also use rgb(92,96,145) instead hex code.

Text Font Color

.myTextColor { color: #5C6091; }

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

This text font color is #5C6091.

Background Color

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

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

This div background color is #5C6091.

Border color

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

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

This div border color is #5C6091.

Opacity

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

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

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

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

This text has shadow with #5C6091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6091.

Preview

Color preview on black background

This text has color #5C6091 on black background.


Color preview on white background

This text has color #5C6091 on white background.


Black color preview on #5C6091 background

This text has black color on #5C6091 background.


White color preview on #5C6091 background

This text has white color on #5C6091 background.


Related colors

Complementary color

Complementary color for #hex is #A39F6E.


I love getcolorcode.com

Triadic colors

1 #915C60 and #60915C with #5C6091 are triadic colors.

2 #91605C and #605C91 with #5C6091 are triadic colors.