COLOR #5E5F9C

HEX: #5E5F9C RGB: (94,95,156)

Color info

#5E5F9C contains mainly blue color. Web safe color of #5E5F9C is #666699 (or #669).

RGB color model

#5E5F9C color RGB value is (94,95,156).

RGB: (94,95,156) (37%, 37%, 61%)

RGB channels and saturation

R 94 of 255 = 37%
G 95 of 255 = 37%
B 156 of 255 = 61%

94
95
156

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

Portions of RGB colors in percentages

R + G + B = 94 + 95 + 156 = 345 (100%)
R 94 of 345 ~ 27.25%
G 95 of 345 ~ 27.54%
B 156 of 345 ~ 45.22'%

%27.25
%27.54
%45.22

CMYK color model

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

  • cyan value is 39.74%
  • magenta value is 39.10%
  • yellow value is 0.00%
  • key color value is 38.82%

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

CMYK percentages

%39.74
%39.1
%0
%38.82

Codes

Color #5E5F9C in popluar color models

5E 5F 9C
RGB 94 95 156
HSL 239° 24.80% 49.02%
HSB/HSV 239° 39.74% 61.18%
CMYK 39.74% 39.10% 0.00%
38.82%

Color #5E5F9C in popluar number systems.

HEX 5E 5F 9C
Decimal 94 95 156
Binary 1011110 1011111 10011100
Octal 136 137 234

Shades and tints

Shades of #5E5F9C

#5E5F9C
(94,95,156)
#56578E
(86,87,142)
#4E4F80
(78,79,128)
#464772
(70,71,114)
#3E3F64
(62,63,100)
#363756
(54,55,86)
#2E2F48
(46,47,72)
#26273A
(38,39,58)
#1E1F2C
(30,31,44)
#16171E
(22,23,30)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5E5F9C

#5E5F9C
(94,95,156)
#6C6DA5
(108,109,165)
#7A7BAE
(122,123,174)
#8889B7
(136,137,183)
#9697C0
(150,151,192)
#A4A5C9
(164,165,201)
#B2B3D2
(178,179,210)
#C0C1DB
(192,193,219)
#CECFE4
(206,207,228)
#DCDDED
(220,221,237)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5F9C color. Also use rgb(94,95,156) instead hex code.

Text Font Color

.myTextColor { color: #5E5F9C; }

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

This text font color is #5E5F9C.

Background Color

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

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

This div background color is #5E5F9C.

Border color

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

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

This div border color is #5E5F9C.

Opacity

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

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

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

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

This text has shadow with #5E5F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5F9C.

Preview

Color preview on black background

This text has color #5E5F9C on black background.


Color preview on white background

This text has color #5E5F9C on white background.


Black color preview on #5E5F9C background

This text has black color on #5E5F9C background.


White color preview on #5E5F9C background

This text has white color on #5E5F9C background.


Related colors

Complementary color

Complementary color for #hex is #A1A063.


I love getcolorcode.com

Triadic colors

1 #9C5E5F and #5F9C5E with #5E5F9C are triadic colors.

2 #9C5F5E and #5F5E9C with #5E5F9C are triadic colors.