COLOR #584B83

HEX: #584B83
RGB: (88,75,131)

Color info

#584B83 contains red, green and blue colors in about the same proportion. Web safe color of #584B83 is #663399 (or #639).

RGB color model

#584B83 color RGB value is (88,75,131).

  • red value is 88;
  • green value is 75;
  • blue value is 131.
RGB:
(88,75,131)
(35%,29%,51%)

RGB channels and saturation

R 88 of 255 = 35%
G 75 of 255 = 29%
B 131 of 255 = 51%

88
75
131

R + G + B ~ 38%. #584B83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 75 + 131 = 294 (100%)
R 88 of 294 ~ 29.93%
G 75 of 294 ~ 25.51%
B 131 of 294 ~ 44.56%

%29.93
%25.51
%44.56

CMYK color model

#584B83 color CMYK value is (33,43,0,49).

  • cyan value is 32.82%
  • magenta value is 42.75%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(33,43,0,49)
C33M43Y0K49 
(33%,43%,0%,49%)
(0.33/0.43/0.00/0.49)	

CMYK percentages

%32.82
%42.75
%0
%48.63

Codes

Color #584B83 in popluar color models

584B83
RGB8875131
HSL254°27.18%40.39%
HSB/HSV254°42.75%51.37%
CMYK32.82%42.75%0.00%
48.63%

Color #584B83 in popluar number systems.

HEX584B83
Decimal8875131
Binary1011000100101110000011
Octal130113203

Shades and tints

Shades of #584B83

#584B83
(88,75,131)
#504578
(80,69,120)
#483F6D
(72,63,109)
#403962
(64,57,98)
#383357
(56,51,87)
#302D4C
(48,45,76)
#282741
(40,39,65)
#202136
(32,33,54)
#181B2B
(24,27,43)
#101520
(16,21,32)
#080F15
(8,15,21)
#000000
(0,0,0)

Tints of #584B83

#584B83
(88,75,131)
#675B8E
(103,91,142)
#766B99
(118,107,153)
#857BA4
(133,123,164)
#948BAF
(148,139,175)
#A39BBA
(163,155,186)
#B2ABC5
(178,171,197)
#C1BBD0
(193,187,208)
#D0CBDB
(208,203,219)
#DFDBE6
(223,219,230)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584B83; }

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

This text font color is #584B83.


Background Color

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

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

This div background color is #584B83.


Border color

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

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

This div border color is #584B83.


Opacity

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

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

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

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

This text has shadow with #584B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B83 on black background.


Color preview on white background

This text has color #584B83 on white background.



Black color preview on #584B83 background

This text has black color on #584B83 background.


White color preview on #584B83 background

This text has white color on #584B83 background.