COLOR #655C86

HEX: #655C86
RGB: (101,92,134)

Color info

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

RGB color model

#655C86 color RGB value is (101,92,134).

  • red value is 101;
  • green value is 92;
  • blue value is 134.
RGB:
(101,92,134)
(40%,36%,53%)

RGB channels and saturation

R 101 of 255 = 40%
G 92 of 255 = 36%
B 134 of 255 = 53%

101
92
134

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

Portions of RGB colors in percentages

R + G + B =
101 + 92 + 134 = 327 (100%)
R 101 of 327 ~ 30.89%
G 92 of 327 ~ 28.13%
B 134 of 327 ~ 40.98%

%30.89
%28.13
%40.98

CMYK color model

#655C86 color CMYK value is (25,31,0,47).

  • cyan value is 24.63%
  • magenta value is 31.34%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(25,31,0,47)
C25M31Y0K47 
(25%,31%,0%,47%)
(0.25/0.31/0.00/0.47)	

CMYK percentages

%24.63
%31.34
%0
%47.45

Codes

Color #655C86 in popluar color models

655C86
RGB10192134
HSL253°18.58%44.31%
HSB/HSV253°31.34%52.55%
CMYK24.63%31.34%0.00%
47.45%

Color #655C86 in popluar number systems.

HEX655C86
Decimal10192134
Binary1100101101110010000110
Octal145134206

Shades and tints

Shades of #655C86

#655C86
(101,92,134)
#5C547A
(92,84,122)
#534C6E
(83,76,110)
#4A4462
(74,68,98)
#413C56
(65,60,86)
#38344A
(56,52,74)
#2F2C3E
(47,44,62)
#262432
(38,36,50)
#1D1C26
(29,28,38)
#14141A
(20,20,26)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #655C86

#655C86
(101,92,134)
#736A91
(115,106,145)
#81789C
(129,120,156)
#8F86A7
(143,134,167)
#9D94B2
(157,148,178)
#ABA2BD
(171,162,189)
#B9B0C8
(185,176,200)
#C7BED3
(199,190,211)
#D5CCDE
(213,204,222)
#E3DAE9
(227,218,233)
#F1E8F4
(241,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655C86 color. Also use rgb(101,92,134) instead hex code.

Text Font Color

.myTextColor { color: #655C86; }

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

This text font color is #655C86.


Background Color

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

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

This div background color is #655C86.


Border color

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

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

This div border color is #655C86.


Opacity

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

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

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

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

This text has shadow with #655C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655C86 on black background.


Color preview on white background

This text has color #655C86 on white background.



Black color preview on #655C86 background

This text has black color on #655C86 background.


White color preview on #655C86 background

This text has white color on #655C86 background.