COLOR #5C5882

HEX: #5C5882 RGB: (92,88,130)

Color info

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

RGB color model

#5C5882 color RGB value is (92,88,130).

RGB: (92,88,130) (36%, 35%, 51%)

RGB channels and saturation

R 92 of 255 = 36%
G 88 of 255 = 35%
B 130 of 255 = 51%

92
88
130

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

Portions of RGB colors in percentages

R + G + B = 92 + 88 + 130 = 310 (100%)
R 92 of 310 ~ 29.68%
G 88 of 310 ~ 28.39%
B 130 of 310 ~ 41.94'%

%29.68
%28.39
%41.94

CMYK color model

#5C5882 color CMYK value is (29,32,0,49).

  • cyan value is 29.23%
  • magenta value is 32.31%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (29,32,0,49)
C29M32Y0K49 (29%, 32%, 0%, 49%)
(0.29 / 0.32 / 0.00 / 0.49)

CMYK percentages

%29.23
%32.31
%0
%49.02

Codes

Color #5C5882 in popluar color models

5C 58 82
RGB 92 88 130
HSL 246° 19.27% 42.75%
HSB/HSV 246° 32.31% 50.98%
CMYK 29.23% 32.31% 0.00%
49.02%

Color #5C5882 in popluar number systems.

HEX 5C 58 82
Decimal 92 88 130
Binary 1011100 1011000 10000010
Octal 134 130 202

Shades and tints

Shades of #5C5882

#5C5882
(92,88,130)
#545077
(84,80,119)
#4C486C
(76,72,108)
#444061
(68,64,97)
#3C3856
(60,56,86)
#34304B
(52,48,75)
#2C2840
(44,40,64)
#242035
(36,32,53)
#1C182A
(28,24,42)
#14101F
(20,16,31)
#0C0814
(12,8,20)
#000000
(0,0,0)

Tints of #5C5882

#5C5882
(92,88,130)
#6A678D
(106,103,141)
#787698
(120,118,152)
#8685A3
(134,133,163)
#9494AE
(148,148,174)
#A2A3B9
(162,163,185)
#B0B2C4
(176,178,196)
#BEC1CF
(190,193,207)
#CCD0DA
(204,208,218)
#DADFE5
(218,223,229)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5882 color. Also use rgb(92,88,130) instead hex code.

Text Font Color

.myTextColor { color: #5C5882; }

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

This text font color is #5C5882.

Background Color

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

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

This div background color is #5C5882.

Border color

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

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

This div border color is #5C5882.

Opacity

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

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

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

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

This text has shadow with #5C5882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5882.

Preview

Color preview on black background

This text has color #5C5882 on black background.


Color preview on white background

This text has color #5C5882 on white background.


Black color preview on #5C5882 background

This text has black color on #5C5882 background.


White color preview on #5C5882 background

This text has white color on #5C5882 background.


Related colors

Complementary color

Complementary color for #hex is #A3A77D.


I love getcolorcode.com

Triadic colors

1 #825C58 and #58825C with #5C5882 are triadic colors.

2 #82585C and #585C82 with #5C5882 are triadic colors.