COLOR #5C6192

HEX: #5C6192
RGB: (92,97,146)

Color info

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

RGB color model

#5C6192 color RGB value is (92,97,146).

  • red value is 92;
  • green value is 97;
  • blue value is 146.
RGB:
(92,97,146)
(36%,38%,57%)

RGB channels and saturation

R 92 of 255 = 36%
G 97 of 255 = 38%
B 146 of 255 = 57%

92
97
146

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

Portions of RGB colors in percentages

R + G + B =
92 + 97 + 146 = 335 (100%)
R 92 of 335 ~ 27.46%
G 97 of 335 ~ 28.96%
B 146 of 335 ~ 43.58%

%27.46
%28.96
%43.58

CMYK color model

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

  • cyan value is 36.99%
  • magenta value is 33.56%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(37,34,0,43)
C37M34Y0K43 
(37%,34%,0%,43%)
(0.37/0.34/0.00/0.43)	

CMYK percentages

%36.99
%33.56
%0
%42.75

Codes

Color #5C6192 in popluar color models

5C6192
RGB9297146
HSL234°22.69%46.67%
HSB/HSV234°36.99%57.25%
CMYK36.99%33.56%0.00%
42.75%

Color #5C6192 in popluar number systems.

HEX5C6192
Decimal9297146
Binary1011100110000110010010
Octal134141222

Shades and tints

Shades of #5C6192

#5C6192
(92,97,146)
#545985
(84,89,133)
#4C5178
(76,81,120)
#44496B
(68,73,107)
#3C415E
(60,65,94)
#343951
(52,57,81)
#2C3144
(44,49,68)
#242937
(36,41,55)
#1C212A
(28,33,42)
#14191D
(20,25,29)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #5C6192

#5C6192
(92,97,146)
#6A6F9B
(106,111,155)
#787DA4
(120,125,164)
#868BAD
(134,139,173)
#9499B6
(148,153,182)
#A2A7BF
(162,167,191)
#B0B5C8
(176,181,200)
#BEC3D1
(190,195,209)
#CCD1DA
(204,209,218)
#DADFE3
(218,223,227)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6192 color. Also use rgb(92,97,146) instead hex code.

Text Font Color

.myTextColor { color: #5C6192; }

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

This text font color is #5C6192.


Background Color

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

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

This div background color is #5C6192.


Border color

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

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

This div border color is #5C6192.


Opacity

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

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

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

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

This text has shadow with #5C6192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6192 on black background.


Color preview on white background

This text has color #5C6192 on white background.



Black color preview on #5C6192 background

This text has black color on #5C6192 background.


White color preview on #5C6192 background

This text has white color on #5C6192 background.