COLOR #583989

HEX: #583989 RGB: (88,57,137)

Color info

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

RGB color model

#583989 color RGB value is (88,57,137).

RGB: (88,57,137) (35%, 22%, 54%)

RGB channels and saturation

R 88 of 255 = 35%
G 57 of 255 = 22%
B 137 of 255 = 54%

88
57
137

R + G + B ~ 37%. #583989 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 57 + 137 = 282 (100%)
R 88 of 282 ~ 31.21%
G 57 of 282 ~ 20.21%
B 137 of 282 ~ 48.58'%

%31.21
%20.21
%48.58

CMYK color model

#583989 color CMYK value is (36,58,0,46).

  • cyan value is 35.77%
  • magenta value is 58.39%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (36,58,0,46)
C36M58Y0K46 (36%, 58%, 0%, 46%)
(0.36 / 0.58 / 0.00 / 0.46)

CMYK percentages

%35.77
%58.39
%0
%46.27

Codes

Color #583989 in popluar color models

58 39 89
RGB 88 57 137
HSL 263° 41.24% 38.04%
HSB/HSV 263° 58.39% 53.73%
CMYK 35.77% 58.39% 0.00%
46.27%

Color #583989 in popluar number systems.

HEX 58 39 89
Decimal 88 57 137
Binary 1011000 111001 10001001
Octal 130 71 211

Shades and tints

Shades of #583989

#583989
(88,57,137)
#50347D
(80,52,125)
#482F71
(72,47,113)
#402A65
(64,42,101)
#382559
(56,37,89)
#30204D
(48,32,77)
#281B41
(40,27,65)
#201635
(32,22,53)
#181129
(24,17,41)
#100C1D
(16,12,29)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #583989

#583989
(88,57,137)
#674B93
(103,75,147)
#765D9D
(118,93,157)
#856FA7
(133,111,167)
#9481B1
(148,129,177)
#A393BB
(163,147,187)
#B2A5C5
(178,165,197)
#C1B7CF
(193,183,207)
#D0C9D9
(208,201,217)
#DFDBE3
(223,219,227)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583989 color. Also use rgb(88,57,137) instead hex code.

Text Font Color

.myTextColor { color: #583989; }

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

This text font color is #583989.

Background Color

.myBgColor { background-color: #583989; }

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

This div background color is #583989.

Border color

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

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

This div border color is #583989.

Opacity

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

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

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

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

This text has shadow with #583989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #583989.

Preview

Color preview on black background

This text has color #583989 on black background.


Color preview on white background

This text has color #583989 on white background.


Black color preview on #583989 background

This text has black color on #583989 background.


White color preview on #583989 background

This text has white color on #583989 background.


Related colors

Complementary color

Complementary color for #hex is #A7C676.


I love getcolorcode.com

Triadic colors

1 #895839 and #398958 with #583989 are triadic colors.

2 #893958 and #395889 with #583989 are triadic colors.