COLOR #583B6F

HEX: #583B6F RGB: (88,59,111)

Color info

#583B6F contains red, green and blue colors in about the same proportion. Web safe color of #583B6F is #663366 (or #636).

RGB color model

#583B6F color RGB value is (88,59,111).

RGB: (88,59,111) (35%, 23%, 44%)

RGB channels and saturation

R 88 of 255 = 35%
G 59 of 255 = 23%
B 111 of 255 = 44%

88
59
111

R + G + B ~ 34%. #583B6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 59 + 111 = 258 (100%)
R 88 of 258 ~ 34.11%
G 59 of 258 ~ 22.87%
B 111 of 258 ~ 43.02'%

%34.11
%22.87
%43.02

CMYK color model

#583B6F color CMYK value is (21,47,0,56).

  • cyan value is 20.72%
  • magenta value is 46.85%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (21,47,0,56)
C21M47Y0K56 (21%, 47%, 0%, 56%)
(0.21 / 0.47 / 0.00 / 0.56)

CMYK percentages

%20.72
%46.85
%0
%56.47

Codes

Color #583B6F in popluar color models

58 3B 6F
RGB 88 59 111
HSL 273° 30.59% 33.33%
HSB/HSV 273° 46.85% 43.53%
CMYK 20.72% 46.85% 0.00%
56.47%

Color #583B6F in popluar number systems.

HEX 58 3B 6F
Decimal 88 59 111
Binary 1011000 111011 1101111
Octal 130 73 157

Shades and tints

Shades of #583B6F

#583B6F
(88,59,111)
#503665
(80,54,101)
#48315B
(72,49,91)
#402C51
(64,44,81)
#382747
(56,39,71)
#30223D
(48,34,61)
#281D33
(40,29,51)
#201829
(32,24,41)
#18131F
(24,19,31)
#100E15
(16,14,21)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #583B6F

#583B6F
(88,59,111)
#674C7C
(103,76,124)
#765D89
(118,93,137)
#856E96
(133,110,150)
#947FA3
(148,127,163)
#A390B0
(163,144,176)
#B2A1BD
(178,161,189)
#C1B2CA
(193,178,202)
#D0C3D7
(208,195,215)
#DFD4E4
(223,212,228)
#EEE5F1
(238,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583B6F; }

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

This text font color is #583B6F.

Background Color

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

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

This div background color is #583B6F.

Border color

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

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

This div border color is #583B6F.

Opacity

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

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

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

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

This text has shadow with #583B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #583B6F.

Preview

Color preview on black background

This text has color #583B6F on black background.


Color preview on white background

This text has color #583B6F on white background.


Black color preview on #583B6F background

This text has black color on #583B6F background.


White color preview on #583B6F background

This text has white color on #583B6F background.


Related colors

Complementary color

Complementary color for #hex is #A7C490.


I love getcolorcode.com

Triadic colors

1 #6F583B and #3B6F58 with #583B6F are triadic colors.

2 #6F3B58 and #3B586F with #583B6F are triadic colors.