COLOR #583A5D

HEX: #583A5D
RGB: (88,58,93)

Color info

#583A5D contains red, green and blue colors in about the same proportion. Web safe color of #583A5D is #663366 (or #636).

RGB color model

#583A5D color RGB value is (88,58,93).

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

RGB channels and saturation

R 88 of 255 = 35%
G 58 of 255 = 23%
B 93 of 255 = 36%

88
58
93

R + G + B ~ 31%. #583A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 58 + 93 = 239 (100%)
R 88 of 239 ~ 36.82%
G 58 of 239 ~ 24.27%
B 93 of 239 ~ 38.91%

%36.82
%24.27
%38.91

CMYK color model

#583A5D color CMYK value is (5,38,0,64).

  • cyan value is 5.38%
  • magenta value is 37.63%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(5,38,0,64)
C5M38Y0K64 
(5%,38%,0%,64%)
(0.05/0.38/0.00/0.64)	

CMYK percentages

%5.38
%37.63
%0
%63.53

Codes

Color #583A5D in popluar color models

583A5D
RGB885893
HSL291°23.18%29.61%
HSB/HSV291°37.63%36.47%
CMYK5.38%37.63%0.00%
63.53%

Color #583A5D in popluar number systems.

HEX583A5D
Decimal885893
Binary10110001110101011101
Octal13072135

Shades and tints

Shades of #583A5D

#583A5D
(88,58,93)
#503555
(80,53,85)
#48304D
(72,48,77)
#402B45
(64,43,69)
#38263D
(56,38,61)
#302135
(48,33,53)
#281C2D
(40,28,45)
#201725
(32,23,37)
#18121D
(24,18,29)
#100D15
(16,13,21)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #583A5D

#583A5D
(88,58,93)
#674B6B
(103,75,107)
#765C79
(118,92,121)
#856D87
(133,109,135)
#947E95
(148,126,149)
#A38FA3
(163,143,163)
#B2A0B1
(178,160,177)
#C1B1BF
(193,177,191)
#D0C2CD
(208,194,205)
#DFD3DB
(223,211,219)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583A5D; }

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

This text font color is #583A5D.


Background Color

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

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

This div background color is #583A5D.


Border color

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

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

This div border color is #583A5D.


Opacity

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

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

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

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

This text has shadow with #583A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583A5D on black background.


Color preview on white background

This text has color #583A5D on white background.



Black color preview on #583A5D background

This text has black color on #583A5D background.


White color preview on #583A5D background

This text has white color on #583A5D background.