COLOR #5E589A

HEX: #5E589A RGB: (94,88,154)

Color info

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

RGB color model

#5E589A color RGB value is (94,88,154).

RGB: (94,88,154) (37%, 35%, 60%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 154 of 255 = 60%

94
88
154

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

Portions of RGB colors in percentages

R + G + B = 94 + 88 + 154 = 336 (100%)
R 94 of 336 ~ 27.98%
G 88 of 336 ~ 26.19%
B 154 of 336 ~ 45.83'%

%27.98
%26.19
%45.83

CMYK color model

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

  • cyan value is 38.96%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (39,43,0,40)
C39M43Y0K40 (39%, 43%, 0%, 40%)
(0.39 / 0.43 / 0.00 / 0.40)

CMYK percentages

%38.96
%42.86
%0
%39.61

Codes

Color #5E589A in popluar color models

5E 58 9A
RGB 94 88 154
HSL 245° 27.27% 47.45%
HSB/HSV 245° 42.86% 60.39%
CMYK 38.96% 42.86% 0.00%
39.61%

Color #5E589A in popluar number systems.

HEX 5E 58 9A
Decimal 94 88 154
Binary 1011110 1011000 10011010
Octal 136 130 232

Shades and tints

Shades of #5E589A

#5E589A
(94,88,154)
#56508C
(86,80,140)
#4E487E
(78,72,126)
#464070
(70,64,112)
#3E3862
(62,56,98)
#363054
(54,48,84)
#2E2846
(46,40,70)
#262038
(38,32,56)
#1E182A
(30,24,42)
#16101C
(22,16,28)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #5E589A

#5E589A
(94,88,154)
#6C67A3
(108,103,163)
#7A76AC
(122,118,172)
#8885B5
(136,133,181)
#9694BE
(150,148,190)
#A4A3C7
(164,163,199)
#B2B2D0
(178,178,208)
#C0C1D9
(192,193,217)
#CED0E2
(206,208,226)
#DCDFEB
(220,223,235)
#EAEEF4
(234,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E589A color. Also use rgb(94,88,154) instead hex code.

Text Font Color

.myTextColor { color: #5E589A; }

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

This text font color is #5E589A.

Background Color

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

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

This div background color is #5E589A.

Border color

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

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

This div border color is #5E589A.

Opacity

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

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

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

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

This text has shadow with #5E589A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E589A.

Preview

Color preview on black background

This text has color #5E589A on black background.


Color preview on white background

This text has color #5E589A on white background.


Black color preview on #5E589A background

This text has black color on #5E589A background.


White color preview on #5E589A background

This text has white color on #5E589A background.


Related colors

Complementary color

Complementary color for #hex is #A1A765.


I love getcolorcode.com

Triadic colors

1 #9A5E58 and #589A5E with #5E589A are triadic colors.

2 #9A585E and #585E9A with #5E589A are triadic colors.