COLOR #583793

HEX: #583793
RGB: (88,55,147)

Color info

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

RGB color model

#583793 color RGB value is (88,55,147).

  • red value is 88;
  • green value is 55;
  • blue value is 147.
RGB:
(88,55,147)
(35%,22%,58%)

RGB channels and saturation

R 88 of 255 = 35%
G 55 of 255 = 22%
B 147 of 255 = 58%

88
55
147

R + G + B ~ 38%. #583793 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 55 + 147 = 290 (100%)
R 88 of 290 ~ 30.34%
G 55 of 290 ~ 18.97%
B 147 of 290 ~ 50.69%

%30.34
%18.97
%50.69

CMYK color model

#583793 color CMYK value is (40,63,0,42).

  • cyan value is 40.14%
  • magenta value is 62.59%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(40,63,0,42)
C40M63Y0K42 
(40%,63%,0%,42%)
(0.40/0.63/0.00/0.42)	

CMYK percentages

%40.14
%62.59
%0
%42.35

Codes

Color #583793 in popluar color models

583793
RGB8855147
HSL262°45.54%39.61%
HSB/HSV262°62.59%57.65%
CMYK40.14%62.59%0.00%
42.35%

Color #583793 in popluar number systems.

HEX583793
Decimal8855147
Binary101100011011110010011
Octal13067223

Shades and tints

Shades of #583793

#583793
(88,55,147)
#503286
(80,50,134)
#482D79
(72,45,121)
#40286C
(64,40,108)
#38235F
(56,35,95)
#301E52
(48,30,82)
#281945
(40,25,69)
#201438
(32,20,56)
#180F2B
(24,15,43)
#100A1E
(16,10,30)
#080511
(8,5,17)
#000000
(0,0,0)

Tints of #583793

#583793
(88,55,147)
#67499C
(103,73,156)
#765BA5
(118,91,165)
#856DAE
(133,109,174)
#947FB7
(148,127,183)
#A391C0
(163,145,192)
#B2A3C9
(178,163,201)
#C1B5D2
(193,181,210)
#D0C7DB
(208,199,219)
#DFD9E4
(223,217,228)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583793 color. Also use rgb(88,55,147) instead hex code.

Text Font Color

.myTextColor { color: #583793; }

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

This text font color is #583793.


Background Color

.myBgColor { background-color: #583793; }

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

This div background color is #583793.


Border color

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

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

This div border color is #583793.


Opacity

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

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

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

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

This text has shadow with #583793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583793 on black background.


Color preview on white background

This text has color #583793 on white background.



Black color preview on #583793 background

This text has black color on #583793 background.


White color preview on #583793 background

This text has white color on #583793 background.