COLOR #5C5792

HEX: #5C5792 RGB: (92,87,146)

Color info

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

RGB color model

#5C5792 color RGB value is (92,87,146).

RGB: (92,87,146) (36%, 34%, 57%)

RGB channels and saturation

R 92 of 255 = 36%
G 87 of 255 = 34%
B 146 of 255 = 57%

92
87
146

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

Portions of RGB colors in percentages

R + G + B = 92 + 87 + 146 = 325 (100%)
R 92 of 325 ~ 28.31%
G 87 of 325 ~ 26.77%
B 146 of 325 ~ 44.92'%

%28.31
%26.77
%44.92

CMYK color model

#5C5792 color CMYK value is (37,40,0,43).

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

CMYK: (37,40,0,43)
C37M40Y0K43 (37%, 40%, 0%, 43%)
(0.37 / 0.40 / 0.00 / 0.43)

CMYK percentages

%36.99
%40.41
%0
%42.75

Codes

Color #5C5792 in popluar color models

5C 57 92
RGB 92 87 146
HSL 245° 25.32% 45.69%
HSB/HSV 245° 40.41% 57.25%
CMYK 36.99% 40.41% 0.00%
42.75%

Color #5C5792 in popluar number systems.

HEX 5C 57 92
Decimal 92 87 146
Binary 1011100 1010111 10010010
Octal 134 127 222

Shades and tints

Shades of #5C5792

#5C5792
(92,87,146)
#545085
(84,80,133)
#4C4978
(76,73,120)
#44426B
(68,66,107)
#3C3B5E
(60,59,94)
#343451
(52,52,81)
#2C2D44
(44,45,68)
#242637
(36,38,55)
#1C1F2A
(28,31,42)
#14181D
(20,24,29)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #5C5792

#5C5792
(92,87,146)
#6A669B
(106,102,155)
#7875A4
(120,117,164)
#8684AD
(134,132,173)
#9493B6
(148,147,182)
#A2A2BF
(162,162,191)
#B0B1C8
(176,177,200)
#BEC0D1
(190,192,209)
#CCCFDA
(204,207,218)
#DADEE3
(218,222,227)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5792; }

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

This text font color is #5C5792.

Background Color

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

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

This div background color is #5C5792.

Border color

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

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

This div border color is #5C5792.

Opacity

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

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

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

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

This text has shadow with #5C5792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5792.

Preview

Color preview on black background

This text has color #5C5792 on black background.


Color preview on white background

This text has color #5C5792 on white background.


Black color preview on #5C5792 background

This text has black color on #5C5792 background.


White color preview on #5C5792 background

This text has white color on #5C5792 background.


Related colors

Complementary color

Complementary color for #hex is #A3A86D.


I love getcolorcode.com

Triadic colors

1 #925C57 and #57925C with #5C5792 are triadic colors.

2 #92575C and #575C92 with #5C5792 are triadic colors.