COLOR #583E6C

HEX: #583E6C RGB: (88,62,108)

Color info

#583E6C contains red, green and blue colors in about the same proportion. Web safe color of #583E6C is #663366 (or #636).

RGB color model

#583E6C color RGB value is (88,62,108).

RGB: (88,62,108) (35%, 24%, 42%)

RGB channels and saturation

R 88 of 255 = 35%
G 62 of 255 = 24%
B 108 of 255 = 42%

88
62
108

R + G + B ~ 34%. #583E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 62 + 108 = 258 (100%)
R 88 of 258 ~ 34.11%
G 62 of 258 ~ 24.03%
B 108 of 258 ~ 41.86'%

%34.11
%24.03
%41.86

CMYK color model

#583E6C color CMYK value is (19,43,0,58).

  • cyan value is 18.52%
  • magenta value is 42.59%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (19,43,0,58)
C19M43Y0K58 (19%, 43%, 0%, 58%)
(0.19 / 0.43 / 0.00 / 0.58)

CMYK percentages

%18.52
%42.59
%0
%57.65

Codes

Color #583E6C in popluar color models

58 3E 6C
RGB 88 62 108
HSL 274° 27.06% 33.33%
HSB/HSV 274° 42.59% 42.35%
CMYK 18.52% 42.59% 0.00%
57.65%

Color #583E6C in popluar number systems.

HEX 58 3E 6C
Decimal 88 62 108
Binary 1011000 111110 1101100
Octal 130 76 154

Shades and tints

Shades of #583E6C

#583E6C
(88,62,108)
#503963
(80,57,99)
#48345A
(72,52,90)
#402F51
(64,47,81)
#382A48
(56,42,72)
#30253F
(48,37,63)
#282036
(40,32,54)
#201B2D
(32,27,45)
#181624
(24,22,36)
#10111B
(16,17,27)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #583E6C

#583E6C
(88,62,108)
#674F79
(103,79,121)
#766086
(118,96,134)
#857193
(133,113,147)
#9482A0
(148,130,160)
#A393AD
(163,147,173)
#B2A4BA
(178,164,186)
#C1B5C7
(193,181,199)
#D0C6D4
(208,198,212)
#DFD7E1
(223,215,225)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583E6C; }

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

This text font color is #583E6C.

Background Color

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

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

This div background color is #583E6C.

Border color

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

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

This div border color is #583E6C.

Opacity

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

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

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

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

This text has shadow with #583E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #583E6C.

Preview

Color preview on black background

This text has color #583E6C on black background.


Color preview on white background

This text has color #583E6C on white background.


Black color preview on #583E6C background

This text has black color on #583E6C background.


White color preview on #583E6C background

This text has white color on #583E6C background.


Related colors

Complementary color

Complementary color for #hex is #A7C193.


I love getcolorcode.com

Triadic colors

1 #6C583E and #3E6C58 with #583E6C are triadic colors.

2 #6C3E58 and #3E586C with #583E6C are triadic colors.