COLOR #583D8C

HEX: #583D8C RGB: (88,61,140)

Color info

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

RGB color model

#583D8C color RGB value is (88,61,140).

RGB: (88,61,140) (35%, 24%, 55%)

RGB channels and saturation

R 88 of 255 = 35%
G 61 of 255 = 24%
B 140 of 255 = 55%

88
61
140

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

Portions of RGB colors in percentages

R + G + B = 88 + 61 + 140 = 289 (100%)
R 88 of 289 ~ 30.45%
G 61 of 289 ~ 21.11%
B 140 of 289 ~ 48.44'%

%30.45
%21.11
%48.44

CMYK color model

#583D8C color CMYK value is (37,56,0,45).

  • cyan value is 37.14%
  • magenta value is 56.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (37,56,0,45)
C37M56Y0K45 (37%, 56%, 0%, 45%)
(0.37 / 0.56 / 0.00 / 0.45)

CMYK percentages

%37.14
%56.43
%0
%45.1

Codes

Color #583D8C in popluar color models

58 3D 8C
RGB 88 61 140
HSL 261° 39.30% 39.41%
HSB/HSV 261° 56.43% 54.90%
CMYK 37.14% 56.43% 0.00%
45.10%

Color #583D8C in popluar number systems.

HEX 58 3D 8C
Decimal 88 61 140
Binary 1011000 111101 10001100
Octal 130 75 214

Shades and tints

Shades of #583D8C

#583D8C
(88,61,140)
#503880
(80,56,128)
#483374
(72,51,116)
#402E68
(64,46,104)
#38295C
(56,41,92)
#302450
(48,36,80)
#281F44
(40,31,68)
#201A38
(32,26,56)
#18152C
(24,21,44)
#101020
(16,16,32)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #583D8C

#583D8C
(88,61,140)
#674E96
(103,78,150)
#765FA0
(118,95,160)
#8570AA
(133,112,170)
#9481B4
(148,129,180)
#A392BE
(163,146,190)
#B2A3C8
(178,163,200)
#C1B4D2
(193,180,210)
#D0C5DC
(208,197,220)
#DFD6E6
(223,214,230)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583D8C color. Also use rgb(88,61,140) instead hex code.

Text Font Color

.myTextColor { color: #583D8C; }

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

This text font color is #583D8C.

Background Color

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

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

This div background color is #583D8C.

Border color

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

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

This div border color is #583D8C.

Opacity

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

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

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

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

This text has shadow with #583D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #583D8C.

Preview

Color preview on black background

This text has color #583D8C on black background.


Color preview on white background

This text has color #583D8C on white background.


Black color preview on #583D8C background

This text has black color on #583D8C background.


White color preview on #583D8C background

This text has white color on #583D8C background.


Related colors

Complementary color

Complementary color for #hex is #A7C273.


I love getcolorcode.com

Triadic colors

1 #8C583D and #3D8C58 with #583D8C are triadic colors.

2 #8C3D58 and #3D588C with #583D8C are triadic colors.