COLOR #583A79

HEX: #583A79
RGB: (88,58,121)

Color info

#583A79 contains mainly red and blue colors. Web safe color of #583A79 is #663366 (or #636).

RGB color model

#583A79 color RGB value is (88,58,121).

  • red value is 88;
  • green value is 58;
  • blue value is 121.
RGB:
(88,58,121)
(35%,23%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 58 of 255 = 23%
B 121 of 255 = 47%

88
58
121

R + G + B ~ 35%. #583A79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 58 + 121 = 267 (100%)
R 88 of 267 ~ 32.96%
G 58 of 267 ~ 21.72%
B 121 of 267 ~ 45.32%

%32.96
%21.72
%45.32

CMYK color model

#583A79 color CMYK value is (27,52,0,53).

  • cyan value is 27.27%
  • magenta value is 52.07%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(27,52,0,53)
C27M52Y0K53 
(27%,52%,0%,53%)
(0.27/0.52/0.00/0.53)	

CMYK percentages

%27.27
%52.07
%0
%52.55

Codes

Color #583A79 in popluar color models

583A79
RGB8858121
HSL269°35.20%35.10%
HSB/HSV269°52.07%47.45%
CMYK27.27%52.07%0.00%
52.55%

Color #583A79 in popluar number systems.

HEX583A79
Decimal8858121
Binary10110001110101111001
Octal13072171

Shades and tints

Shades of #583A79

#583A79
(88,58,121)
#50356E
(80,53,110)
#483063
(72,48,99)
#402B58
(64,43,88)
#38264D
(56,38,77)
#302142
(48,33,66)
#281C37
(40,28,55)
#20172C
(32,23,44)
#181221
(24,18,33)
#100D16
(16,13,22)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #583A79

#583A79
(88,58,121)
#674B85
(103,75,133)
#765C91
(118,92,145)
#856D9D
(133,109,157)
#947EA9
(148,126,169)
#A38FB5
(163,143,181)
#B2A0C1
(178,160,193)
#C1B1CD
(193,177,205)
#D0C2D9
(208,194,217)
#DFD3E5
(223,211,229)
#EEE4F1
(238,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583A79 color. Also use rgb(88,58,121) instead hex code.

Text Font Color

.myTextColor { color: #583A79; }

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

This text font color is #583A79.


Background Color

.myBgColor { background-color: #583A79; }

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

This div background color is #583A79.


Border color

.myBorderColor { border: 1px solid #583A79; }

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

This div border color is #583A79.


Opacity

.myOpacity80 { color: #583A79; opacity: 0.8; }

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

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

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

This text has shadow with #583A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583A79 on black background.


Color preview on white background

This text has color #583A79 on white background.



Black color preview on #583A79 background

This text has black color on #583A79 background.


White color preview on #583A79 background

This text has white color on #583A79 background.