COLOR #583C9A

HEX: #583C9A RGB: (88,60,154)

Color info

#583C9A contains mainly blue color. Web safe color of #583C9A is #663399 (or #639).

RGB color model

#583C9A color RGB value is (88,60,154).

RGB: (88,60,154) (35%, 24%, 60%)

RGB channels and saturation

R 88 of 255 = 35%
G 60 of 255 = 24%
B 154 of 255 = 60%

88
60
154

R + G + B ~ 40%. #583C9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 60 + 154 = 302 (100%)
R 88 of 302 ~ 29.14%
G 60 of 302 ~ 19.87%
B 154 of 302 ~ 50.99'%

%29.14
%19.87
%50.99

CMYK color model

#583C9A color CMYK value is (43,61,0,40).

  • cyan value is 42.86%
  • magenta value is 61.04%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (43,61,0,40)
C43M61Y0K40 (43%, 61%, 0%, 40%)
(0.43 / 0.61 / 0.00 / 0.40)

CMYK percentages

%42.86
%61.04
%0
%39.61

Codes

Color #583C9A in popluar color models

58 3C 9A
RGB 88 60 154
HSL 258° 43.93% 41.96%
HSB/HSV 258° 61.04% 60.39%
CMYK 42.86% 61.04% 0.00%
39.61%

Color #583C9A in popluar number systems.

HEX 58 3C 9A
Decimal 88 60 154
Binary 1011000 111100 10011010
Octal 130 74 232

Shades and tints

Shades of #583C9A

#583C9A
(88,60,154)
#50378C
(80,55,140)
#48327E
(72,50,126)
#402D70
(64,45,112)
#382862
(56,40,98)
#302354
(48,35,84)
#281E46
(40,30,70)
#201938
(32,25,56)
#18142A
(24,20,42)
#100F1C
(16,15,28)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #583C9A

#583C9A
(88,60,154)
#674DA3
(103,77,163)
#765EAC
(118,94,172)
#856FB5
(133,111,181)
#9480BE
(148,128,190)
#A391C7
(163,145,199)
#B2A2D0
(178,162,208)
#C1B3D9
(193,179,217)
#D0C4E2
(208,196,226)
#DFD5EB
(223,213,235)
#EEE6F4
(238,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583C9A; }

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

This text font color is #583C9A.

Background Color

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

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

This div background color is #583C9A.

Border color

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

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

This div border color is #583C9A.

Opacity

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

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

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

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

This text has shadow with #583C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #583C9A.

Preview

Color preview on black background

This text has color #583C9A on black background.


Color preview on white background

This text has color #583C9A on white background.


Black color preview on #583C9A background

This text has black color on #583C9A background.


White color preview on #583C9A background

This text has white color on #583C9A background.


Related colors

Complementary color

Complementary color for #hex is #A7C365.


I love getcolorcode.com

Triadic colors

1 #9A583C and #3C9A58 with #583C9A are triadic colors.

2 #9A3C58 and #3C589A with #583C9A are triadic colors.