COLOR #583390

HEX: #583390
RGB: (88,51,144)

Color info

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

RGB color model

#583390 color RGB value is (88,51,144).

  • red value is 88;
  • green value is 51;
  • blue value is 144.
RGB:
(88,51,144)
(35%,20%,56%)

RGB channels and saturation

R 88 of 255 = 35%
G 51 of 255 = 20%
B 144 of 255 = 56%

88
51
144

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

Portions of RGB colors in percentages

R + G + B =
88 + 51 + 144 = 283 (100%)
R 88 of 283 ~ 31.1%
G 51 of 283 ~ 18.02%
B 144 of 283 ~ 50.88%

%31.1
%18.02
%50.88

CMYK color model

#583390 color CMYK value is (39,65,0,44).

  • cyan value is 38.89%
  • magenta value is 64.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(39,65,0,44)
C39M65Y0K44 
(39%,65%,0%,44%)
(0.39/0.65/0.00/0.44)	

CMYK percentages

%38.89
%64.58
%0
%43.53

Codes

Color #583390 in popluar color models

583390
RGB8851144
HSL264°47.69%38.24%
HSB/HSV264°64.58%56.47%
CMYK38.89%64.58%0.00%
43.53%

Color #583390 in popluar number systems.

HEX583390
Decimal8851144
Binary101100011001110010000
Octal13063220

Shades and tints

Shades of #583390

#583390
(88,51,144)
#502F83
(80,47,131)
#482B76
(72,43,118)
#402769
(64,39,105)
#38235C
(56,35,92)
#301F4F
(48,31,79)
#281B42
(40,27,66)
#201735
(32,23,53)
#181328
(24,19,40)
#100F1B
(16,15,27)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #583390

#583390
(88,51,144)
#67459A
(103,69,154)
#7657A4
(118,87,164)
#8569AE
(133,105,174)
#947BB8
(148,123,184)
#A38DC2
(163,141,194)
#B29FCC
(178,159,204)
#C1B1D6
(193,177,214)
#D0C3E0
(208,195,224)
#DFD5EA
(223,213,234)
#EEE7F4
(238,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583390 color. Also use rgb(88,51,144) instead hex code.

Text Font Color

.myTextColor { color: #583390; }

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

This text font color is #583390.


Background Color

.myBgColor { background-color: #583390; }

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

This div background color is #583390.


Border color

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

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

This div border color is #583390.


Opacity

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

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

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

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

This text has shadow with #583390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583390 on black background.


Color preview on white background

This text has color #583390 on white background.



Black color preview on #583390 background

This text has black color on #583390 background.


White color preview on #583390 background

This text has white color on #583390 background.