COLOR #583686

HEX: #583686
RGB: (88,54,134)

Color info

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

RGB color model

#583686 color RGB value is (88,54,134).

  • red value is 88;
  • green value is 54;
  • blue value is 134.
RGB:
(88,54,134)
(35%,21%,53%)

RGB channels and saturation

R 88 of 255 = 35%
G 54 of 255 = 21%
B 134 of 255 = 53%

88
54
134

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

Portions of RGB colors in percentages

R + G + B =
88 + 54 + 134 = 276 (100%)
R 88 of 276 ~ 31.88%
G 54 of 276 ~ 19.57%
B 134 of 276 ~ 48.55%

%31.88
%19.57
%48.55

CMYK color model

#583686 color CMYK value is (34,60,0,47).

  • cyan value is 34.33%
  • magenta value is 59.70%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(34,60,0,47)
C34M60Y0K47 
(34%,60%,0%,47%)
(0.34/0.60/0.00/0.47)	

CMYK percentages

%34.33
%59.7
%0
%47.45

Codes

Color #583686 in popluar color models

583686
RGB8854134
HSL266°42.55%36.86%
HSB/HSV266°59.70%52.55%
CMYK34.33%59.70%0.00%
47.45%

Color #583686 in popluar number systems.

HEX583686
Decimal8854134
Binary101100011011010000110
Octal13066206

Shades and tints

Shades of #583686

#583686
(88,54,134)
#50327A
(80,50,122)
#482E6E
(72,46,110)
#402A62
(64,42,98)
#382656
(56,38,86)
#30224A
(48,34,74)
#281E3E
(40,30,62)
#201A32
(32,26,50)
#181626
(24,22,38)
#10121A
(16,18,26)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #583686

#583686
(88,54,134)
#674891
(103,72,145)
#765A9C
(118,90,156)
#856CA7
(133,108,167)
#947EB2
(148,126,178)
#A390BD
(163,144,189)
#B2A2C8
(178,162,200)
#C1B4D3
(193,180,211)
#D0C6DE
(208,198,222)
#DFD8E9
(223,216,233)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583686 color. Also use rgb(88,54,134) instead hex code.

Text Font Color

.myTextColor { color: #583686; }

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

This text font color is #583686.


Background Color

.myBgColor { background-color: #583686; }

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

This div background color is #583686.


Border color

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

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

This div border color is #583686.


Opacity

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

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

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

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

This text has shadow with #583686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583686 on black background.


Color preview on white background

This text has color #583686 on white background.



Black color preview on #583686 background

This text has black color on #583686 background.


White color preview on #583686 background

This text has white color on #583686 background.