COLOR #583189

HEX: #583189
RGB: (88,49,137)

Color info

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

RGB color model

#583189 color RGB value is (88,49,137).

  • red value is 88;
  • green value is 49;
  • blue value is 137.
RGB:
(88,49,137)
(35%,19%,54%)

RGB channels and saturation

R 88 of 255 = 35%
G 49 of 255 = 19%
B 137 of 255 = 54%

88
49
137

R + G + B ~ 36%. #583189 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 49 + 137 = 274 (100%)
R 88 of 274 ~ 32.12%
G 49 of 274 ~ 17.88%
B 137 of 274 ~ 50%

%32.12
%17.88
%50

CMYK color model

#583189 color CMYK value is (36,64,0,46).

  • cyan value is 35.77%
  • magenta value is 64.23%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(36,64,0,46)
C36M64Y0K46 
(36%,64%,0%,46%)
(0.36/0.64/0.00/0.46)	

CMYK percentages

%35.77
%64.23
%0
%46.27

Codes

Color #583189 in popluar color models

583189
RGB8849137
HSL267°47.31%36.47%
HSB/HSV267°64.23%53.73%
CMYK35.77%64.23%0.00%
46.27%

Color #583189 in popluar number systems.

HEX583189
Decimal8849137
Binary101100011000110001001
Octal13061211

Shades and tints

Shades of #583189

#583189
(88,49,137)
#502D7D
(80,45,125)
#482971
(72,41,113)
#402565
(64,37,101)
#382159
(56,33,89)
#301D4D
(48,29,77)
#281941
(40,25,65)
#201535
(32,21,53)
#181129
(24,17,41)
#100D1D
(16,13,29)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #583189

#583189
(88,49,137)
#674393
(103,67,147)
#76559D
(118,85,157)
#8567A7
(133,103,167)
#9479B1
(148,121,177)
#A38BBB
(163,139,187)
#B29DC5
(178,157,197)
#C1AFCF
(193,175,207)
#D0C1D9
(208,193,217)
#DFD3E3
(223,211,227)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583189; }

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

This text font color is #583189.


Background Color

.myBgColor { background-color: #583189; }

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

This div background color is #583189.


Border color

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

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

This div border color is #583189.


Opacity

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

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

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

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

This text has shadow with #583189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583189 on black background.


Color preview on white background

This text has color #583189 on white background.



Black color preview on #583189 background

This text has black color on #583189 background.


White color preview on #583189 background

This text has white color on #583189 background.