COLOR #655576

HEX: #655576
RGB: (101,85,118)

Color info

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

RGB color model

#655576 color RGB value is (101,85,118).

  • red value is 101;
  • green value is 85;
  • blue value is 118.
RGB:
(101,85,118)
(40%,33%,46%)

RGB channels and saturation

R 101 of 255 = 40%
G 85 of 255 = 33%
B 118 of 255 = 46%

101
85
118

R + G + B ~ 40%. #655576 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 85 + 118 = 304 (100%)
R 101 of 304 ~ 33.22%
G 85 of 304 ~ 27.96%
B 118 of 304 ~ 38.82%

%33.22
%27.96
%38.82

CMYK color model

#655576 color CMYK value is (14,28,0,54).

  • cyan value is 14.41%
  • magenta value is 27.97%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,28,0,54)
C14M28Y0K54 
(14%,28%,0%,54%)
(0.14/0.28/0.00/0.54)	

CMYK percentages

%14.41
%27.97
%0
%53.73

Codes

Color #655576 in popluar color models

655576
RGB10185118
HSL269°16.26%39.80%
HSB/HSV269°27.97%46.27%
CMYK14.41%27.97%0.00%
53.73%

Color #655576 in popluar number systems.

HEX655576
Decimal10185118
Binary110010110101011110110
Octal145125166

Shades and tints

Shades of #655576

#655576
(101,85,118)
#5C4E6C
(92,78,108)
#534762
(83,71,98)
#4A4058
(74,64,88)
#41394E
(65,57,78)
#383244
(56,50,68)
#2F2B3A
(47,43,58)
#262430
(38,36,48)
#1D1D26
(29,29,38)
#14161C
(20,22,28)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #655576

#655576
(101,85,118)
#736482
(115,100,130)
#81738E
(129,115,142)
#8F829A
(143,130,154)
#9D91A6
(157,145,166)
#ABA0B2
(171,160,178)
#B9AFBE
(185,175,190)
#C7BECA
(199,190,202)
#D5CDD6
(213,205,214)
#E3DCE2
(227,220,226)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655576 color. Also use rgb(101,85,118) instead hex code.

Text Font Color

.myTextColor { color: #655576; }

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

This text font color is #655576.


Background Color

.myBgColor { background-color: #655576; }

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

This div background color is #655576.


Border color

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

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

This div border color is #655576.


Opacity

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

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

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

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

This text has shadow with #655576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655576 on black background.


Color preview on white background

This text has color #655576 on white background.



Black color preview on #655576 background

This text has black color on #655576 background.


White color preview on #655576 background

This text has white color on #655576 background.