COLOR #5C659D

HEX: #5C659D RGB: (92,101,157)

Color info

#5C659D contains mainly green and blue colors. Web safe color of #5C659D is #666699 (or #669).

RGB color model

#5C659D color RGB value is (92,101,157).

RGB: (92,101,157) (36%, 40%, 62%)

RGB channels and saturation

R 92 of 255 = 36%
G 101 of 255 = 40%
B 157 of 255 = 62%

92
101
157

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

Portions of RGB colors in percentages

R + G + B = 92 + 101 + 157 = 350 (100%)
R 92 of 350 ~ 26.29%
G 101 of 350 ~ 28.86%
B 157 of 350 ~ 44.86'%

%26.29
%28.86
%44.86

CMYK color model

#5C659D color CMYK value is (41,36,0,38).

  • cyan value is 41.40%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (41,36,0,38)
C41M36Y0K38 (41%, 36%, 0%, 38%)
(0.41 / 0.36 / 0.00 / 0.38)

CMYK percentages

%41.4
%35.67
%0
%38.43

Codes

Color #5C659D in popluar color models

5C 65 9D
RGB 92 101 157
HSL 232° 26.10% 48.82%
HSB/HSV 232° 41.40% 61.57%
CMYK 41.40% 35.67% 0.00%
38.43%

Color #5C659D in popluar number systems.

HEX 5C 65 9D
Decimal 92 101 157
Binary 1011100 1100101 10011101
Octal 134 145 235

Shades and tints

Shades of #5C659D

#5C659D
(92,101,157)
#545C8F
(84,92,143)
#4C5381
(76,83,129)
#444A73
(68,74,115)
#3C4165
(60,65,101)
#343857
(52,56,87)
#2C2F49
(44,47,73)
#24263B
(36,38,59)
#1C1D2D
(28,29,45)
#14141F
(20,20,31)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #5C659D

#5C659D
(92,101,157)
#6A73A5
(106,115,165)
#7881AD
(120,129,173)
#868FB5
(134,143,181)
#949DBD
(148,157,189)
#A2ABC5
(162,171,197)
#B0B9CD
(176,185,205)
#BEC7D5
(190,199,213)
#CCD5DD
(204,213,221)
#DAE3E5
(218,227,229)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C659D color. Also use rgb(92,101,157) instead hex code.

Text Font Color

.myTextColor { color: #5C659D; }

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

This text font color is #5C659D.

Background Color

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

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

This div background color is #5C659D.

Border color

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

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

This div border color is #5C659D.

Opacity

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

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

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

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

This text has shadow with #5C659D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C659D.

Preview

Color preview on black background

This text has color #5C659D on black background.


Color preview on white background

This text has color #5C659D on white background.


Black color preview on #5C659D background

This text has black color on #5C659D background.


White color preview on #5C659D background

This text has white color on #5C659D background.


Related colors

Complementary color

Complementary color for #hex is #A39A62.


I love getcolorcode.com

Triadic colors

1 #9D5C65 and #659D5C with #5C659D are triadic colors.

2 #9D655C and #655C9D with #5C659D are triadic colors.