COLOR #584B8F

HEX: #584B8F RGB: (88,75,143)

Color info

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

RGB color model

#584B8F color RGB value is (88,75,143).

RGB: (88,75,143) (35%, 29%, 56%)

RGB channels and saturation

R 88 of 255 = 35%
G 75 of 255 = 29%
B 143 of 255 = 56%

88
75
143

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

Portions of RGB colors in percentages

R + G + B = 88 + 75 + 143 = 306 (100%)
R 88 of 306 ~ 28.76%
G 75 of 306 ~ 24.51%
B 143 of 306 ~ 46.73'%

%28.76
%24.51
%46.73

CMYK color model

#584B8F color CMYK value is (38,48,0,44).

  • cyan value is 38.46%
  • magenta value is 47.55%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (38,48,0,44)
C38M48Y0K44 (38%, 48%, 0%, 44%)
(0.38 / 0.48 / 0.00 / 0.44)

CMYK percentages

%38.46
%47.55
%0
%43.92

Codes

Color #584B8F in popluar color models

58 4B 8F
RGB 88 75 143
HSL 251° 31.19% 42.75%
HSB/HSV 251° 47.55% 56.08%
CMYK 38.46% 47.55% 0.00%
43.92%

Color #584B8F in popluar number systems.

HEX 58 4B 8F
Decimal 88 75 143
Binary 1011000 1001011 10001111
Octal 130 113 217

Shades and tints

Shades of #584B8F

#584B8F
(88,75,143)
#504582
(80,69,130)
#483F75
(72,63,117)
#403968
(64,57,104)
#38335B
(56,51,91)
#302D4E
(48,45,78)
#282741
(40,39,65)
#202134
(32,33,52)
#181B27
(24,27,39)
#10151A
(16,21,26)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #584B8F

#584B8F
(88,75,143)
#675B99
(103,91,153)
#766BA3
(118,107,163)
#857BAD
(133,123,173)
#948BB7
(148,139,183)
#A39BC1
(163,155,193)
#B2ABCB
(178,171,203)
#C1BBD5
(193,187,213)
#D0CBDF
(208,203,223)
#DFDBE9
(223,219,233)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584B8F color. Also use rgb(88,75,143) instead hex code.

Text Font Color

.myTextColor { color: #584B8F; }

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

This text font color is #584B8F.

Background Color

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

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

This div background color is #584B8F.

Border color

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

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

This div border color is #584B8F.

Opacity

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

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

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

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

This text has shadow with #584B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584B8F.

Preview

Color preview on black background

This text has color #584B8F on black background.


Color preview on white background

This text has color #584B8F on white background.


Black color preview on #584B8F background

This text has black color on #584B8F background.


White color preview on #584B8F background

This text has white color on #584B8F background.


Related colors

Complementary color

Complementary color for #hex is #A7B470.


I love getcolorcode.com

Triadic colors

1 #8F584B and #4B8F58 with #584B8F are triadic colors.

2 #8F4B58 and #4B588F with #584B8F are triadic colors.