COLOR #5E598A

HEX: #5E598A
RGB: (94,89,138)

Color info

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

RGB color model

#5E598A color RGB value is (94,89,138).

  • red value is 94;
  • green value is 89;
  • blue value is 138.
RGB:
(94,89,138)
(37%,35%,54%)

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 138 of 255 = 54%

94
89
138

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

Portions of RGB colors in percentages

R + G + B =
94 + 89 + 138 = 321 (100%)
R 94 of 321 ~ 29.28%
G 89 of 321 ~ 27.73%
B 138 of 321 ~ 42.99%

%29.28
%27.73
%42.99

CMYK color model

#5E598A color CMYK value is (32,36,0,46).

  • cyan value is 31.88%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(32,36,0,46)
C32M36Y0K46 
(32%,36%,0%,46%)
(0.32/0.36/0.00/0.46)	

CMYK percentages

%31.88
%35.51
%0
%45.88

Codes

Color #5E598A in popluar color models

5E598A
RGB9489138
HSL246°21.59%44.51%
HSB/HSV246°35.51%54.12%
CMYK31.88%35.51%0.00%
45.88%

Color #5E598A in popluar number systems.

HEX5E598A
Decimal9489138
Binary1011110101100110001010
Octal136131212

Shades and tints

Shades of #5E598A

#5E598A
(94,89,138)
#56517E
(86,81,126)
#4E4972
(78,73,114)
#464166
(70,65,102)
#3E395A
(62,57,90)
#36314E
(54,49,78)
#2E2942
(46,41,66)
#262136
(38,33,54)
#1E192A
(30,25,42)
#16111E
(22,17,30)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #5E598A

#5E598A
(94,89,138)
#6C6894
(108,104,148)
#7A779E
(122,119,158)
#8886A8
(136,134,168)
#9695B2
(150,149,178)
#A4A4BC
(164,164,188)
#B2B3C6
(178,179,198)
#C0C2D0
(192,194,208)
#CED1DA
(206,209,218)
#DCE0E4
(220,224,228)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E598A color. Also use rgb(94,89,138) instead hex code.

Text Font Color

.myTextColor { color: #5E598A; }

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

This text font color is #5E598A.


Background Color

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

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

This div background color is #5E598A.


Border color

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

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

This div border color is #5E598A.


Opacity

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

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

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

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

This text has shadow with #5E598A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E598A on black background.


Color preview on white background

This text has color #5E598A on white background.



Black color preview on #5E598A background

This text has black color on #5E598A background.


White color preview on #5E598A background

This text has white color on #5E598A background.