COLOR #583286

HEX: #583286
RGB: (88,50,134)

Color info

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

RGB color model

#583286 color RGB value is (88,50,134).

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

RGB channels and saturation

R 88 of 255 = 35%
G 50 of 255 = 20%
B 134 of 255 = 53%

88
50
134

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

Portions of RGB colors in percentages

R + G + B =
88 + 50 + 134 = 272 (100%)
R 88 of 272 ~ 32.35%
G 50 of 272 ~ 18.38%
B 134 of 272 ~ 49.26%

%32.35
%18.38
%49.26

CMYK color model

#583286 color CMYK value is (34,63,0,47).

  • cyan value is 34.33%
  • magenta value is 62.69%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(34,63,0,47)
C34M63Y0K47 
(34%,63%,0%,47%)
(0.34/0.63/0.00/0.47)	

CMYK percentages

%34.33
%62.69
%0
%47.45

Codes

Color #583286 in popluar color models

583286
RGB8850134
HSL267°45.65%36.08%
HSB/HSV267°62.69%52.55%
CMYK34.33%62.69%0.00%
47.45%

Color #583286 in popluar number systems.

HEX583286
Decimal8850134
Binary101100011001010000110
Octal13062206

Shades and tints

Shades of #583286

#583286
(88,50,134)
#502E7A
(80,46,122)
#482A6E
(72,42,110)
#402662
(64,38,98)
#382256
(56,34,86)
#301E4A
(48,30,74)
#281A3E
(40,26,62)
#201632
(32,22,50)
#181226
(24,18,38)
#100E1A
(16,14,26)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #583286

#583286
(88,50,134)
#674491
(103,68,145)
#76569C
(118,86,156)
#8568A7
(133,104,167)
#947AB2
(148,122,178)
#A38CBD
(163,140,189)
#B29EC8
(178,158,200)
#C1B0D3
(193,176,211)
#D0C2DE
(208,194,222)
#DFD4E9
(223,212,233)
#EEE6F4
(238,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583286; }

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

This text font color is #583286.


Background Color

.myBgColor { background-color: #583286; }

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

This div background color is #583286.


Border color

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

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

This div border color is #583286.


Opacity

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

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

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

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

This text has shadow with #583286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583286 on black background.


Color preview on white background

This text has color #583286 on white background.



Black color preview on #583286 background

This text has black color on #583286 background.


White color preview on #583286 background

This text has white color on #583286 background.