COLOR #5C5E99

HEX: #5C5E99 RGB: (92,94,153)

Color info

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

RGB color model

#5C5E99 color RGB value is (92,94,153).

RGB: (92,94,153) (36%, 37%, 60%)

RGB channels and saturation

R 92 of 255 = 36%
G 94 of 255 = 37%
B 153 of 255 = 60%

92
94
153

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

Portions of RGB colors in percentages

R + G + B = 92 + 94 + 153 = 339 (100%)
R 92 of 339 ~ 27.14%
G 94 of 339 ~ 27.73%
B 153 of 339 ~ 45.13'%

%27.14
%27.73
%45.13

CMYK color model

#5C5E99 color CMYK value is (40,39,0,40).

  • cyan value is 39.87%
  • magenta value is 38.56%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (40,39,0,40)
C40M39Y0K40 (40%, 39%, 0%, 40%)
(0.40 / 0.39 / 0.00 / 0.40)

CMYK percentages

%39.87
%38.56
%0
%40

Codes

Color #5C5E99 in popluar color models

5C 5E 99
RGB 92 94 153
HSL 238° 24.90% 48.04%
HSB/HSV 238° 39.87% 60.00%
CMYK 39.87% 38.56% 0.00%
40.00%

Color #5C5E99 in popluar number systems.

HEX 5C 5E 99
Decimal 92 94 153
Binary 1011100 1011110 10011001
Octal 134 136 231

Shades and tints

Shades of #5C5E99

#5C5E99
(92,94,153)
#54568C
(84,86,140)
#4C4E7F
(76,78,127)
#444672
(68,70,114)
#3C3E65
(60,62,101)
#343658
(52,54,88)
#2C2E4B
(44,46,75)
#24263E
(36,38,62)
#1C1E31
(28,30,49)
#141624
(20,22,36)
#0C0E17
(12,14,23)
#000000
(0,0,0)

Tints of #5C5E99

#5C5E99
(92,94,153)
#6A6CA2
(106,108,162)
#787AAB
(120,122,171)
#8688B4
(134,136,180)
#9496BD
(148,150,189)
#A2A4C6
(162,164,198)
#B0B2CF
(176,178,207)
#BEC0D8
(190,192,216)
#CCCEE1
(204,206,225)
#DADCEA
(218,220,234)
#E8EAF3
(232,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5E99 color. Also use rgb(92,94,153) instead hex code.

Text Font Color

.myTextColor { color: #5C5E99; }

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

This text font color is #5C5E99.

Background Color

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

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

This div background color is #5C5E99.

Border color

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

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

This div border color is #5C5E99.

Opacity

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

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

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

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

This text has shadow with #5C5E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5E99.

Preview

Color preview on black background

This text has color #5C5E99 on black background.


Color preview on white background

This text has color #5C5E99 on white background.


Black color preview on #5C5E99 background

This text has black color on #5C5E99 background.


White color preview on #5C5E99 background

This text has white color on #5C5E99 background.


Related colors

Complementary color

Complementary color for #hex is #A3A166.


I love getcolorcode.com

Triadic colors

1 #995C5E and #5E995C with #5C5E99 are triadic colors.

2 #995E5C and #5E5C99 with #5C5E99 are triadic colors.