COLOR #583CB5

HEX: #583CB5 RGB: (88,60,181)

Color info

#583CB5 contains mainly blue color. Web safe color of #583CB5 is #6633CC (or #63C).

RGB color model

#583CB5 color RGB value is (88,60,181).

RGB: (88,60,181) (35%, 24%, 71%)

RGB channels and saturation

R 88 of 255 = 35%
G 60 of 255 = 24%
B 181 of 255 = 71%

88
60
181

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

Portions of RGB colors in percentages

R + G + B = 88 + 60 + 181 = 329 (100%)
R 88 of 329 ~ 26.75%
G 60 of 329 ~ 18.24%
B 181 of 329 ~ 55.02'%

%26.75
%18.24
%55.02

CMYK color model

#583CB5 color CMYK value is (51,67,0,29).

  • cyan value is 51.38%
  • magenta value is 66.85%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (51,67,0,29)
C51M67Y0K29 (51%, 67%, 0%, 29%)
(0.51 / 0.67 / 0.00 / 0.29)

CMYK percentages

%51.38
%66.85
%0
%29.02

Codes

Color #583CB5 in popluar color models

58 3C B5
RGB 88 60 181
HSL 254° 50.21% 47.25%
HSB/HSV 254° 66.85% 70.98%
CMYK 51.38% 66.85% 0.00%
29.02%

Color #583CB5 in popluar number systems.

HEX 58 3C B5
Decimal 88 60 181
Binary 1011000 111100 10110101
Octal 130 74 265

Shades and tints

Shades of #583CB5

#583CB5
(88,60,181)
#5037A5
(80,55,165)
#483295
(72,50,149)
#402D85
(64,45,133)
#382875
(56,40,117)
#302365
(48,35,101)
#281E55
(40,30,85)
#201945
(32,25,69)
#181435
(24,20,53)
#100F25
(16,15,37)
#080A15
(8,10,21)
#000000
(0,0,0)

Tints of #583CB5

#583CB5
(88,60,181)
#674DBB
(103,77,187)
#765EC1
(118,94,193)
#856FC7
(133,111,199)
#9480CD
(148,128,205)
#A391D3
(163,145,211)
#B2A2D9
(178,162,217)
#C1B3DF
(193,179,223)
#D0C4E5
(208,196,229)
#DFD5EB
(223,213,235)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583CB5; }

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

This text font color is #583CB5.

Background Color

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

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

This div background color is #583CB5.

Border color

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

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

This div border color is #583CB5.

Opacity

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

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

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

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

This text has shadow with #583CB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #583CB5.

Preview

Color preview on black background

This text has color #583CB5 on black background.


Color preview on white background

This text has color #583CB5 on white background.


Black color preview on #583CB5 background

This text has black color on #583CB5 background.


White color preview on #583CB5 background

This text has white color on #583CB5 background.


Related colors

Complementary color

Complementary color for #hex is #A7C34A.


I love getcolorcode.com

Triadic colors

1 #B5583C and #3CB558 with #583CB5 are triadic colors.

2 #B53C58 and #3C58B5 with #583CB5 are triadic colors.