COLOR #583D85

HEX: #583D85
RGB: (88,61,133)

Color info

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

RGB color model

#583D85 color RGB value is (88,61,133).

  • red value is 88;
  • green value is 61;
  • blue value is 133.
RGB:
(88,61,133)
(35%,24%,52%)

RGB channels and saturation

R 88 of 255 = 35%
G 61 of 255 = 24%
B 133 of 255 = 52%

88
61
133

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

Portions of RGB colors in percentages

R + G + B =
88 + 61 + 133 = 282 (100%)
R 88 of 282 ~ 31.21%
G 61 of 282 ~ 21.63%
B 133 of 282 ~ 47.16%

%31.21
%21.63
%47.16

CMYK color model

#583D85 color CMYK value is (34,54,0,48).

  • cyan value is 33.83%
  • magenta value is 54.14%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(34,54,0,48)
C34M54Y0K48 
(34%,54%,0%,48%)
(0.34/0.54/0.00/0.48)	

CMYK percentages

%33.83
%54.14
%0
%47.84

Codes

Color #583D85 in popluar color models

583D85
RGB8861133
HSL263°37.11%38.04%
HSB/HSV263°54.14%52.16%
CMYK33.83%54.14%0.00%
47.84%

Color #583D85 in popluar number systems.

HEX583D85
Decimal8861133
Binary101100011110110000101
Octal13075205

Shades and tints

Shades of #583D85

#583D85
(88,61,133)
#503879
(80,56,121)
#48336D
(72,51,109)
#402E61
(64,46,97)
#382955
(56,41,85)
#302449
(48,36,73)
#281F3D
(40,31,61)
#201A31
(32,26,49)
#181525
(24,21,37)
#101019
(16,16,25)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #583D85

#583D85
(88,61,133)
#674E90
(103,78,144)
#765F9B
(118,95,155)
#8570A6
(133,112,166)
#9481B1
(148,129,177)
#A392BC
(163,146,188)
#B2A3C7
(178,163,199)
#C1B4D2
(193,180,210)
#D0C5DD
(208,197,221)
#DFD6E8
(223,214,232)
#EEE7F3
(238,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583D85 color. Also use rgb(88,61,133) instead hex code.

Text Font Color

.myTextColor { color: #583D85; }

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

This text font color is #583D85.


Background Color

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

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

This div background color is #583D85.


Border color

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

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

This div border color is #583D85.


Opacity

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

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

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

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

This text has shadow with #583D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583D85 on black background.


Color preview on white background

This text has color #583D85 on white background.



Black color preview on #583D85 background

This text has black color on #583D85 background.


White color preview on #583D85 background

This text has white color on #583D85 background.