COLOR #583B7E

HEX: #583B7E
RGB: (88,59,126)

Color info

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

RGB color model

#583B7E color RGB value is (88,59,126).

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

RGB channels and saturation

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

88
59
126

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

Portions of RGB colors in percentages

R + G + B =
88 + 59 + 126 = 273 (100%)
R 88 of 273 ~ 32.23%
G 59 of 273 ~ 21.61%
B 126 of 273 ~ 46.15%

%32.23
%21.61
%46.15

CMYK color model

#583B7E color CMYK value is (30,53,0,51).

  • cyan value is 30.16%
  • magenta value is 53.17%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (30,53,0,51) C30M53Y0K51 (30%,53%,0%,51%) (0.30/0.53/0.00/0.51)

CMYK percentages

%30.16
%53.17
%0
%50.59

Codes

Color #583B7E in popluar color models

583B7E
RGB8859126
HSL266°36.22%36.27%
HSB/HSV266°53.17%49.41%
CMYK30.16%53.17%0.00%
50.59%

Color #583B7E in popluar number systems.

HEX583B7E
Decimal8859126
Binary10110001110111111110
Octal13073176

Shades and tints

Shades of #583B7E

#583B7E
(88,59,126)
#503673
(80,54,115)
#483168
(72,49,104)
#402C5D
(64,44,93)
#382752
(56,39,82)
#302247
(48,34,71)
#281D3C
(40,29,60)
#201831
(32,24,49)
#181326
(24,19,38)
#100E1B
(16,14,27)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #583B7E

#583B7E
(88,59,126)
#674C89
(103,76,137)
#765D94
(118,93,148)
#856E9F
(133,110,159)
#947FAA
(148,127,170)
#A390B5
(163,144,181)
#B2A1C0
(178,161,192)
#C1B2CB
(193,178,203)
#D0C3D6
(208,195,214)
#DFD4E1
(223,212,225)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583B7E; }

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

This text font color is #583B7E.


Background Color

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

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

This div background color is #583B7E.


Border color

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

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

This div border color is #583B7E.


Opacity

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

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

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

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

This text has shadow with #583B7E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #583B7E on black background.


Color preview on white background

This text has color #583B7E on white background.



Black color preview on #583B7E background

This text has black color on #583B7E background.


White color preview on #583B7E background

This text has white color on #583B7E background.