COLOR #583C85

HEX: #583C85 RGB: (88,60,133)

Color info

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

RGB color model

#583C85 color RGB value is (88,60,133).

RGB: (88,60,133) (35%, 24%, 52%)

RGB channels and saturation

R 88 of 255 = 35%
G 60 of 255 = 24%
B 133 of 255 = 52%

88
60
133

R + G + B ~ 37%. #583C85 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 60 + 133 = 281 (100%)
R 88 of 281 ~ 31.32%
G 60 of 281 ~ 21.35%
B 133 of 281 ~ 47.33'%

%31.32
%21.35
%47.33

CMYK color model

#583C85 color CMYK value is (34,55,0,48).

  • cyan value is 33.83%
  • magenta value is 54.89%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (34,55,0,48)
C34M55Y0K48 (34%, 55%, 0%, 48%)
(0.34 / 0.55 / 0.00 / 0.48)

CMYK percentages

%33.83
%54.89
%0
%47.84

Codes

Color #583C85 in popluar color models

58 3C 85
RGB 88 60 133
HSL 263° 37.82% 37.84%
HSB/HSV 263° 54.89% 52.16%
CMYK 33.83% 54.89% 0.00%
47.84%

Color #583C85 in popluar number systems.

HEX 58 3C 85
Decimal 88 60 133
Binary 1011000 111100 10000101
Octal 130 74 205

Shades and tints

Shades of #583C85

#583C85
(88,60,133)
#503779
(80,55,121)
#48326D
(72,50,109)
#402D61
(64,45,97)
#382855
(56,40,85)
#302349
(48,35,73)
#281E3D
(40,30,61)
#201931
(32,25,49)
#181425
(24,20,37)
#100F19
(16,15,25)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #583C85

#583C85
(88,60,133)
#674D90
(103,77,144)
#765E9B
(118,94,155)
#856FA6
(133,111,166)
#9480B1
(148,128,177)
#A391BC
(163,145,188)
#B2A2C7
(178,162,199)
#C1B3D2
(193,179,210)
#D0C4DD
(208,196,221)
#DFD5E8
(223,213,232)
#EEE6F3
(238,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583C85 color. Also use rgb(88,60,133) instead hex code.

Text Font Color

.myTextColor { color: #583C85; }

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

This text font color is #583C85.

Background Color

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

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

This div background color is #583C85.

Border color

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

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

This div border color is #583C85.

Opacity

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

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

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

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

This text has shadow with #583C85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #583C85.

Preview

Color preview on black background

This text has color #583C85 on black background.


Color preview on white background

This text has color #583C85 on white background.


Black color preview on #583C85 background

This text has black color on #583C85 background.


White color preview on #583C85 background

This text has white color on #583C85 background.


Related colors

Complementary color

Complementary color for #hex is #A7C37A.


I love getcolorcode.com

Triadic colors

1 #85583C and #3C8558 with #583C85 are triadic colors.

2 #853C58 and #3C5885 with #583C85 are triadic colors.