COLOR #655771

HEX: #655771
RGB: (101,87,113)

Color info

#655771 contains red, green and blue colors in about the same proportion. Web safe color of #655771 is #666666 (or #666).

RGB color model

#655771 color RGB value is (101,87,113).

  • red value is 101;
  • green value is 87;
  • blue value is 113.
RGB:
(101,87,113)
(40%,34%,44%)

RGB channels and saturation

R 101 of 255 = 40%
G 87 of 255 = 34%
B 113 of 255 = 44%

101
87
113

R + G + B ~ 39%. #655771 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 87 + 113 = 301 (100%)
R 101 of 301 ~ 33.55%
G 87 of 301 ~ 28.9%
B 113 of 301 ~ 37.54%

%33.55
%28.9
%37.54

CMYK color model

#655771 color CMYK value is (11,23,0,56).

  • cyan value is 10.62%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(11,23,0,56)
C11M23Y0K56 
(11%,23%,0%,56%)
(0.11/0.23/0.00/0.56)	

CMYK percentages

%10.62
%23.01
%0
%55.69

Codes

Color #655771 in popluar color models

655771
RGB10187113
HSL272°13.00%39.22%
HSB/HSV272°23.01%44.31%
CMYK10.62%23.01%0.00%
55.69%

Color #655771 in popluar number systems.

HEX655771
Decimal10187113
Binary110010110101111110001
Octal145127161

Shades and tints

Shades of #655771

#655771
(101,87,113)
#5C5067
(92,80,103)
#53495D
(83,73,93)
#4A4253
(74,66,83)
#413B49
(65,59,73)
#38343F
(56,52,63)
#2F2D35
(47,45,53)
#26262B
(38,38,43)
#1D1F21
(29,31,33)
#141817
(20,24,23)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #655771

#655771
(101,87,113)
#73667D
(115,102,125)
#817589
(129,117,137)
#8F8495
(143,132,149)
#9D93A1
(157,147,161)
#ABA2AD
(171,162,173)
#B9B1B9
(185,177,185)
#C7C0C5
(199,192,197)
#D5CFD1
(213,207,209)
#E3DEDD
(227,222,221)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655771 color. Also use rgb(101,87,113) instead hex code.

Text Font Color

.myTextColor { color: #655771; }

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

This text font color is #655771.


Background Color

.myBgColor { background-color: #655771; }

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

This div background color is #655771.


Border color

.myBorderColor { border: 1px solid #655771; }

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

This div border color is #655771.


Opacity

.myOpacity80 { color: #655771; opacity: 0.8; }

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

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

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

This text has shadow with #655771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655771 on black background.


Color preview on white background

This text has color #655771 on white background.



Black color preview on #655771 background

This text has black color on #655771 background.


White color preview on #655771 background

This text has white color on #655771 background.