COLOR #584E95

HEX: #584E95
RGB: (88,78,149)

Color info

#584E95 contains mainly blue color. Web safe color of #584E95 is #666699 (or #669).

RGB color model

#584E95 color RGB value is (88,78,149).

  • red value is 88;
  • green value is 78;
  • blue value is 149.
RGB:
(88,78,149)
(35%,31%,58%)

RGB channels and saturation

R 88 of 255 = 35%
G 78 of 255 = 31%
B 149 of 255 = 58%

88
78
149

R + G + B ~ 41%. #584E95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 78 + 149 = 315 (100%)
R 88 of 315 ~ 27.94%
G 78 of 315 ~ 24.76%
B 149 of 315 ~ 47.3%

%27.94
%24.76
%47.3

CMYK color model

#584E95 color CMYK value is (41,48,0,42).

  • cyan value is 40.94%
  • magenta value is 47.65%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(41,48,0,42)
C41M48Y0K42 
(41%,48%,0%,42%)
(0.41/0.48/0.00/0.42)	

CMYK percentages

%40.94
%47.65
%0
%41.57

Codes

Color #584E95 in popluar color models

584E95
RGB8878149
HSL248°31.28%44.51%
HSB/HSV248°47.65%58.43%
CMYK40.94%47.65%0.00%
41.57%

Color #584E95 in popluar number systems.

HEX584E95
Decimal8878149
Binary1011000100111010010101
Octal130116225

Shades and tints

Shades of #584E95

#584E95
(88,78,149)
#504788
(80,71,136)
#48407B
(72,64,123)
#40396E
(64,57,110)
#383261
(56,50,97)
#302B54
(48,43,84)
#282447
(40,36,71)
#201D3A
(32,29,58)
#18162D
(24,22,45)
#100F20
(16,15,32)
#080813
(8,8,19)
#000000
(0,0,0)

Tints of #584E95

#584E95
(88,78,149)
#675E9E
(103,94,158)
#766EA7
(118,110,167)
#857EB0
(133,126,176)
#948EB9
(148,142,185)
#A39EC2
(163,158,194)
#B2AECB
(178,174,203)
#C1BED4
(193,190,212)
#D0CEDD
(208,206,221)
#DFDEE6
(223,222,230)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584E95 color. Also use rgb(88,78,149) instead hex code.

Text Font Color

.myTextColor { color: #584E95; }

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

This text font color is #584E95.


Background Color

.myBgColor { background-color: #584E95; }

<div style="background-color:#584E95">Inner text</div>

This div background color is #584E95.


Border color

.myBorderColor { border: 1px solid #584E95; }

<div style="border:3px solid #584E95">Div</div>

This div border color is #584E95.


Opacity

.myOpacity80 { color: #584E95; opacity: 0.8; }

<p style="color:#584E95;opacity:0.8;">80%</p>

Text with #584E95 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 #584E95;}

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

This text has shadow with #584E95 color.

.textShadow {text-shadow: 3px 3px 1px #584E95, 3px 3px 1px red;}

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

This text has shadow with #584E95 primary color and red secondary color.


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

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

This text has shadow with #584E95 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584E95 on black background.


Color preview on white background

This text has color #584E95 on white background.



Black color preview on #584E95 background

This text has black color on #584E95 background.


White color preview on #584E95 background

This text has white color on #584E95 background.