COLOR #583B92

HEX: #583B92
RGB: (88,59,146)

Color info

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

RGB color model

#583B92 color RGB value is (88,59,146).

  • red value is 88;
  • green value is 59;
  • blue value is 146.
RGB:
(88,59,146)
(35%,23%,57%)

RGB channels and saturation

R 88 of 255 = 35%
G 59 of 255 = 23%
B 146 of 255 = 57%

88
59
146

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

Portions of RGB colors in percentages

R + G + B =
88 + 59 + 146 = 293 (100%)
R 88 of 293 ~ 30.03%
G 59 of 293 ~ 20.14%
B 146 of 293 ~ 49.83%

%30.03
%20.14
%49.83

CMYK color model

#583B92 color CMYK value is (40,60,0,43).

  • cyan value is 39.73%
  • magenta value is 59.59%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(40,60,0,43)
C40M60Y0K43 
(40%,60%,0%,43%)
(0.40/0.60/0.00/0.43)	

CMYK percentages

%39.73
%59.59
%0
%42.75

Codes

Color #583B92 in popluar color models

583B92
RGB8859146
HSL260°42.44%40.20%
HSB/HSV260°59.59%57.25%
CMYK39.73%59.59%0.00%
42.75%

Color #583B92 in popluar number systems.

HEX583B92
Decimal8859146
Binary101100011101110010010
Octal13073222

Shades and tints

Shades of #583B92

#583B92
(88,59,146)
#503685
(80,54,133)
#483178
(72,49,120)
#402C6B
(64,44,107)
#38275E
(56,39,94)
#302251
(48,34,81)
#281D44
(40,29,68)
#201837
(32,24,55)
#18132A
(24,19,42)
#100E1D
(16,14,29)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #583B92

#583B92
(88,59,146)
#674C9B
(103,76,155)
#765DA4
(118,93,164)
#856EAD
(133,110,173)
#947FB6
(148,127,182)
#A390BF
(163,144,191)
#B2A1C8
(178,161,200)
#C1B2D1
(193,178,209)
#D0C3DA
(208,195,218)
#DFD4E3
(223,212,227)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583B92 color. Also use rgb(88,59,146) instead hex code.

Text Font Color

.myTextColor { color: #583B92; }

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

This text font color is #583B92.


Background Color

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

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

This div background color is #583B92.


Border color

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

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

This div border color is #583B92.


Opacity

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

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

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

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

This text has shadow with #583B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583B92 on black background.


Color preview on white background

This text has color #583B92 on white background.



Black color preview on #583B92 background

This text has black color on #583B92 background.


White color preview on #583B92 background

This text has white color on #583B92 background.