COLOR #584190

HEX: #584190
RGB: (88,65,144)

Color info

#584190 contains mainly red and blue colors. Web safe color of #584190 is #663399 (or #639).

RGB color model

#584190 color RGB value is (88,65,144).

  • red value is 88;
  • green value is 65;
  • blue value is 144.
RGB:
(88,65,144)
(35%,25%,56%)

RGB channels and saturation

R 88 of 255 = 35%
G 65 of 255 = 25%
B 144 of 255 = 56%

88
65
144

R + G + B ~ 39%. #584190 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 65 + 144 = 297 (100%)
R 88 of 297 ~ 29.63%
G 65 of 297 ~ 21.89%
B 144 of 297 ~ 48.48%

%29.63
%21.89
%48.48

CMYK color model

#584190 color CMYK value is (39,55,0,44).

  • cyan value is 38.89%
  • magenta value is 54.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(39,55,0,44)
C39M55Y0K44 
(39%,55%,0%,44%)
(0.39/0.55/0.00/0.44)	

CMYK percentages

%38.89
%54.86
%0
%43.53

Codes

Color #584190 in popluar color models

584190
RGB8865144
HSL257°37.80%40.98%
HSB/HSV257°54.86%56.47%
CMYK38.89%54.86%0.00%
43.53%

Color #584190 in popluar number systems.

HEX584190
Decimal8865144
Binary1011000100000110010000
Octal130101220

Shades and tints

Shades of #584190

#584190
(88,65,144)
#503C83
(80,60,131)
#483776
(72,55,118)
#403269
(64,50,105)
#382D5C
(56,45,92)
#30284F
(48,40,79)
#282342
(40,35,66)
#201E35
(32,30,53)
#181928
(24,25,40)
#10141B
(16,20,27)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #584190

#584190
(88,65,144)
#67529A
(103,82,154)
#7663A4
(118,99,164)
#8574AE
(133,116,174)
#9485B8
(148,133,184)
#A396C2
(163,150,194)
#B2A7CC
(178,167,204)
#C1B8D6
(193,184,214)
#D0C9E0
(208,201,224)
#DFDAEA
(223,218,234)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584190 color. Also use rgb(88,65,144) instead hex code.

Text Font Color

.myTextColor { color: #584190; }

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

This text font color is #584190.


Background Color

.myBgColor { background-color: #584190; }

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

This div background color is #584190.


Border color

.myBorderColor { border: 1px solid #584190; }

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

This div border color is #584190.


Opacity

.myOpacity80 { color: #584190; opacity: 0.8; }

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

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

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

This text has shadow with #584190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584190 on black background.


Color preview on white background

This text has color #584190 on white background.



Black color preview on #584190 background

This text has black color on #584190 background.


White color preview on #584190 background

This text has white color on #584190 background.