COLOR #584F93

HEX: #584F93
RGB: (88,79,147)

Color info

#584F93 contains mainly red and blue colors. Web safe color of #584F93 is #666699 (or #669).

RGB color model

#584F93 color RGB value is (88,79,147).

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

RGB channels and saturation

R 88 of 255 = 35%
G 79 of 255 = 31%
B 147 of 255 = 58%

88
79
147

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

Portions of RGB colors in percentages

R + G + B =
88 + 79 + 147 = 314 (100%)
R 88 of 314 ~ 28.03%
G 79 of 314 ~ 25.16%
B 147 of 314 ~ 46.82%

%28.03
%25.16
%46.82

CMYK color model

#584F93 color CMYK value is (40,46,0,42).

  • cyan value is 40.14%
  • magenta value is 46.26%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(40,46,0,42)
C40M46Y0K42 
(40%,46%,0%,42%)
(0.40/0.46/0.00/0.42)	

CMYK percentages

%40.14
%46.26
%0
%42.35

Codes

Color #584F93 in popluar color models

584F93
RGB8879147
HSL248°30.09%44.31%
HSB/HSV248°46.26%57.65%
CMYK40.14%46.26%0.00%
42.35%

Color #584F93 in popluar number systems.

HEX584F93
Decimal8879147
Binary1011000100111110010011
Octal130117223

Shades and tints

Shades of #584F93

#584F93
(88,79,147)
#504886
(80,72,134)
#484179
(72,65,121)
#403A6C
(64,58,108)
#38335F
(56,51,95)
#302C52
(48,44,82)
#282545
(40,37,69)
#201E38
(32,30,56)
#18172B
(24,23,43)
#10101E
(16,16,30)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #584F93

#584F93
(88,79,147)
#675F9C
(103,95,156)
#766FA5
(118,111,165)
#857FAE
(133,127,174)
#948FB7
(148,143,183)
#A39FC0
(163,159,192)
#B2AFC9
(178,175,201)
#C1BFD2
(193,191,210)
#D0CFDB
(208,207,219)
#DFDFE4
(223,223,228)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584F93 color. Also use rgb(88,79,147) instead hex code.

Text Font Color

.myTextColor { color: #584F93; }

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

This text font color is #584F93.


Background Color

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

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

This div background color is #584F93.


Border color

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

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

This div border color is #584F93.


Opacity

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

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

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

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

This text has shadow with #584F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584F93 on black background.


Color preview on white background

This text has color #584F93 on white background.



Black color preview on #584F93 background

This text has black color on #584F93 background.


White color preview on #584F93 background

This text has white color on #584F93 background.