COLOR #583B7C

HEX: #583B7C
RGB: (88,59,124)

Color info

#583B7C contains mainly red and blue colors. Web safe color of #583B7C is #663366 (or #636).

RGB color model

#583B7C color RGB value is (88,59,124).

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

RGB channels and saturation

R 88 of 255 = 35%
G 59 of 255 = 23%
B 124 of 255 = 49%

88
59
124

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

Portions of RGB colors in percentages

R + G + B =
88 + 59 + 124 = 271 (100%)
R 88 of 271 ~ 32.47%
G 59 of 271 ~ 21.77%
B 124 of 271 ~ 45.76%

%32.47
%21.77
%45.76

CMYK color model

#583B7C color CMYK value is (29,52,0,51).

  • cyan value is 29.03%
  • magenta value is 52.42%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(29,52,0,51)
C29M52Y0K51 
(29%,52%,0%,51%)
(0.29/0.52/0.00/0.51)	

CMYK percentages

%29.03
%52.42
%0
%51.37

Codes

Color #583B7C in popluar color models

583B7C
RGB8859124
HSL267°35.52%35.88%
HSB/HSV267°52.42%48.63%
CMYK29.03%52.42%0.00%
51.37%

Color #583B7C in popluar number systems.

HEX583B7C
Decimal8859124
Binary10110001110111111100
Octal13073174

Shades and tints

Shades of #583B7C

#583B7C
(88,59,124)
#503671
(80,54,113)
#483166
(72,49,102)
#402C5B
(64,44,91)
#382750
(56,39,80)
#302245
(48,34,69)
#281D3A
(40,29,58)
#20182F
(32,24,47)
#181324
(24,19,36)
#100E19
(16,14,25)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #583B7C

#583B7C
(88,59,124)
#674C87
(103,76,135)
#765D92
(118,93,146)
#856E9D
(133,110,157)
#947FA8
(148,127,168)
#A390B3
(163,144,179)
#B2A1BE
(178,161,190)
#C1B2C9
(193,178,201)
#D0C3D4
(208,195,212)
#DFD4DF
(223,212,223)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583B7C; }

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

This text font color is #583B7C.


Background Color

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

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

This div background color is #583B7C.


Border color

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

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

This div border color is #583B7C.


Opacity

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

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

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

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

This text has shadow with #583B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583B7C on black background.


Color preview on white background

This text has color #583B7C on white background.



Black color preview on #583B7C background

This text has black color on #583B7C background.


White color preview on #583B7C background

This text has white color on #583B7C background.