COLOR #583E88

HEX: #583E88
RGB: (88,62,136)

Color info

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

RGB color model

#583E88 color RGB value is (88,62,136).

  • red value is 88;
  • green value is 62;
  • blue value is 136.
RGB:
(88,62,136)
(35%,24%,53%)

RGB channels and saturation

R 88 of 255 = 35%
G 62 of 255 = 24%
B 136 of 255 = 53%

88
62
136

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

Portions of RGB colors in percentages

R + G + B =
88 + 62 + 136 = 286 (100%)
R 88 of 286 ~ 30.77%
G 62 of 286 ~ 21.68%
B 136 of 286 ~ 47.55%

%30.77
%21.68
%47.55

CMYK color model

#583E88 color CMYK value is (35,54,0,47).

  • cyan value is 35.29%
  • magenta value is 54.41%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(35,54,0,47)
C35M54Y0K47 
(35%,54%,0%,47%)
(0.35/0.54/0.00/0.47)	

CMYK percentages

%35.29
%54.41
%0
%46.67

Codes

Color #583E88 in popluar color models

583E88
RGB8862136
HSL261°37.37%38.82%
HSB/HSV261°54.41%53.33%
CMYK35.29%54.41%0.00%
46.67%

Color #583E88 in popluar number systems.

HEX583E88
Decimal8862136
Binary101100011111010001000
Octal13076210

Shades and tints

Shades of #583E88

#583E88
(88,62,136)
#50397C
(80,57,124)
#483470
(72,52,112)
#402F64
(64,47,100)
#382A58
(56,42,88)
#30254C
(48,37,76)
#282040
(40,32,64)
#201B34
(32,27,52)
#181628
(24,22,40)
#10111C
(16,17,28)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #583E88

#583E88
(88,62,136)
#674F92
(103,79,146)
#76609C
(118,96,156)
#8571A6
(133,113,166)
#9482B0
(148,130,176)
#A393BA
(163,147,186)
#B2A4C4
(178,164,196)
#C1B5CE
(193,181,206)
#D0C6D8
(208,198,216)
#DFD7E2
(223,215,226)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583E88 color. Also use rgb(88,62,136) instead hex code.

Text Font Color

.myTextColor { color: #583E88; }

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

This text font color is #583E88.


Background Color

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

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

This div background color is #583E88.


Border color

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

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

This div border color is #583E88.


Opacity

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

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

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

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

This text has shadow with #583E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583E88 on black background.


Color preview on white background

This text has color #583E88 on white background.



Black color preview on #583E88 background

This text has black color on #583E88 background.


White color preview on #583E88 background

This text has white color on #583E88 background.