COLOR #5C6892

HEX: #5C6892 RGB: (92,104,146)

Color info

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

RGB color model

#5C6892 color RGB value is (92,104,146).

RGB: (92,104,146) (36%, 41%, 57%)

RGB channels and saturation

R 92 of 255 = 36%
G 104 of 255 = 41%
B 146 of 255 = 57%

92
104
146

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

Portions of RGB colors in percentages

R + G + B = 92 + 104 + 146 = 342 (100%)
R 92 of 342 ~ 26.9%
G 104 of 342 ~ 30.41%
B 146 of 342 ~ 42.69'%

%26.9
%30.41
%42.69

CMYK color model

#5C6892 color CMYK value is (37,29,0,43).

  • cyan value is 36.99%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (37,29,0,43)
C37M29Y0K43 (37%, 29%, 0%, 43%)
(0.37 / 0.29 / 0.00 / 0.43)

CMYK percentages

%36.99
%28.77
%0
%42.75

Codes

Color #5C6892 in popluar color models

5C 68 92
RGB 92 104 146
HSL 227° 22.69% 46.67%
HSB/HSV 227° 36.99% 57.25%
CMYK 36.99% 28.77% 0.00%
42.75%

Color #5C6892 in popluar number systems.

HEX 5C 68 92
Decimal 92 104 146
Binary 1011100 1101000 10010010
Octal 134 150 222

Shades and tints

Shades of #5C6892

#5C6892
(92,104,146)
#545F85
(84,95,133)
#4C5678
(76,86,120)
#444D6B
(68,77,107)
#3C445E
(60,68,94)
#343B51
(52,59,81)
#2C3244
(44,50,68)
#242937
(36,41,55)
#1C202A
(28,32,42)
#14171D
(20,23,29)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #5C6892

#5C6892
(92,104,146)
#6A759B
(106,117,155)
#7882A4
(120,130,164)
#868FAD
(134,143,173)
#949CB6
(148,156,182)
#A2A9BF
(162,169,191)
#B0B6C8
(176,182,200)
#BEC3D1
(190,195,209)
#CCD0DA
(204,208,218)
#DADDE3
(218,221,227)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6892; }

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

This text font color is #5C6892.

Background Color

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

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

This div background color is #5C6892.

Border color

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

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

This div border color is #5C6892.

Opacity

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

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

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

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

This text has shadow with #5C6892 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6892.

Preview

Color preview on black background

This text has color #5C6892 on black background.


Color preview on white background

This text has color #5C6892 on white background.


Black color preview on #5C6892 background

This text has black color on #5C6892 background.


White color preview on #5C6892 background

This text has white color on #5C6892 background.


Related colors

Complementary color

Complementary color for #hex is #A3976D.


I love getcolorcode.com

Triadic colors

1 #925C68 and #68925C with #5C6892 are triadic colors.

2 #92685C and #685C92 with #5C6892 are triadic colors.