COLOR #584F8D

HEX: #584F8D RGB: (88,79,141)

Color info

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

RGB color model

#584F8D color RGB value is (88,79,141).

RGB: (88,79,141) (35%, 31%, 55%)

RGB channels and saturation

R 88 of 255 = 35%
G 79 of 255 = 31%
B 141 of 255 = 55%

88
79
141

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

Portions of RGB colors in percentages

R + G + B = 88 + 79 + 141 = 308 (100%)
R 88 of 308 ~ 28.57%
G 79 of 308 ~ 25.65%
B 141 of 308 ~ 45.78'%

%28.57
%25.65
%45.78

CMYK color model

#584F8D color CMYK value is (38,44,0,45).

  • cyan value is 37.59%
  • magenta value is 43.97%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (38,44,0,45)
C38M44Y0K45 (38%, 44%, 0%, 45%)
(0.38 / 0.44 / 0.00 / 0.45)

CMYK percentages

%37.59
%43.97
%0
%44.71

Codes

Color #584F8D in popluar color models

58 4F 8D
RGB 88 79 141
HSL 249° 28.18% 43.14%
HSB/HSV 249° 43.97% 55.29%
CMYK 37.59% 43.97% 0.00%
44.71%

Color #584F8D in popluar number systems.

HEX 58 4F 8D
Decimal 88 79 141
Binary 1011000 1001111 10001101
Octal 130 117 215

Shades and tints

Shades of #584F8D

#584F8D
(88,79,141)
#504881
(80,72,129)
#484175
(72,65,117)
#403A69
(64,58,105)
#38335D
(56,51,93)
#302C51
(48,44,81)
#282545
(40,37,69)
#201E39
(32,30,57)
#18172D
(24,23,45)
#101021
(16,16,33)
#080915
(8,9,21)
#000000
(0,0,0)

Tints of #584F8D

#584F8D
(88,79,141)
#675F97
(103,95,151)
#766FA1
(118,111,161)
#857FAB
(133,127,171)
#948FB5
(148,143,181)
#A39FBF
(163,159,191)
#B2AFC9
(178,175,201)
#C1BFD3
(193,191,211)
#D0CFDD
(208,207,221)
#DFDFE7
(223,223,231)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584F8D; }

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

This text font color is #584F8D.

Background Color

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

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

This div background color is #584F8D.

Border color

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

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

This div border color is #584F8D.

Opacity

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

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

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

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

This text has shadow with #584F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584F8D.

Preview

Color preview on black background

This text has color #584F8D on black background.


Color preview on white background

This text has color #584F8D on white background.


Black color preview on #584F8D background

This text has black color on #584F8D background.


White color preview on #584F8D background

This text has white color on #584F8D background.


Related colors

Complementary color

Complementary color for #hex is #A7B072.


I love getcolorcode.com

Triadic colors

1 #8D584F and #4F8D58 with #584F8D are triadic colors.

2 #8D4F58 and #4F588D with #584F8D are triadic colors.