COLOR #655D89

HEX: #655D89 RGB: (101,93,137)

Color info

#655D89 contains red, green and blue colors in about the same proportion. Web safe color of #655D89 is #666699 (or #669).

RGB color model

#655D89 color RGB value is (101,93,137).

RGB: (101,93,137) (40%, 36%, 54%)

RGB channels and saturation

R 101 of 255 = 40%
G 93 of 255 = 36%
B 137 of 255 = 54%

101
93
137

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

Portions of RGB colors in percentages

R + G + B = 101 + 93 + 137 = 331 (100%)
R 101 of 331 ~ 30.51%
G 93 of 331 ~ 28.1%
B 137 of 331 ~ 41.39'%

%30.51
%28.1
%41.39

CMYK color model

#655D89 color CMYK value is (26,32,0,46).

  • cyan value is 26.28%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (26,32,0,46)
C26M32Y0K46 (26%, 32%, 0%, 46%)
(0.26 / 0.32 / 0.00 / 0.46)

CMYK percentages

%26.28
%32.12
%0
%46.27

Codes

Color #655D89 in popluar color models

65 5D 89
RGB 101 93 137
HSL 251° 19.13% 45.10%
HSB/HSV 251° 32.12% 53.73%
CMYK 26.28% 32.12% 0.00%
46.27%

Color #655D89 in popluar number systems.

HEX 65 5D 89
Decimal 101 93 137
Binary 1100101 1011101 10001001
Octal 145 135 211

Shades and tints

Shades of #655D89

#655D89
(101,93,137)
#5C557D
(92,85,125)
#534D71
(83,77,113)
#4A4565
(74,69,101)
#413D59
(65,61,89)
#38354D
(56,53,77)
#2F2D41
(47,45,65)
#262535
(38,37,53)
#1D1D29
(29,29,41)
#14151D
(20,21,29)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #655D89

#655D89
(101,93,137)
#736B93
(115,107,147)
#81799D
(129,121,157)
#8F87A7
(143,135,167)
#9D95B1
(157,149,177)
#ABA3BB
(171,163,187)
#B9B1C5
(185,177,197)
#C7BFCF
(199,191,207)
#D5CDD9
(213,205,217)
#E3DBE3
(227,219,227)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655D89 color. Also use rgb(101,93,137) instead hex code.

Text Font Color

.myTextColor { color: #655D89; }

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

This text font color is #655D89.

Background Color

.myBgColor { background-color: #655D89; }

<div style="background-color:#655D89">Inner text</div>

This div background color is #655D89.

Border color

.myBorderColor { border: 1px solid #655D89; }

<div style="border:3px solid #655D89">Div</div>

This div border color is #655D89.

Opacity

.myOpacity80 { color: #655D89; opacity: 0.8; }

<p style="color:#655D89;opacity:0.8;">80%</p>

Text with #655D89 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 #655D89;}

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

This text has shadow with #655D89 color.


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

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

This text has shadow with #655D89 primary color and red secondary color.


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

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

This text has shadow with #655D89 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #655D89.

Preview

Color preview on black background

This text has color #655D89 on black background.


Color preview on white background

This text has color #655D89 on white background.


Black color preview on #655D89 background

This text has black color on #655D89 background.


White color preview on #655D89 background

This text has white color on #655D89 background.


Related colors

Complementary color

Complementary color for #hex is #9AA276.


I love getcolorcode.com

Triadic colors

1 #89655D and #5D8965 with #655D89 are triadic colors.

2 #895D65 and #5D6589 with #655D89 are triadic colors.