COLOR #655C78

HEX: #655C78
RGB: (101,92,120)

Color info

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

RGB color model

#655C78 color RGB value is (101,92,120).

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

RGB channels and saturation

R 101 of 255 = 40%
G 92 of 255 = 36%
B 120 of 255 = 47%

101
92
120

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

Portions of RGB colors in percentages

R + G + B =
101 + 92 + 120 = 313 (100%)
R 101 of 313 ~ 32.27%
G 92 of 313 ~ 29.39%
B 120 of 313 ~ 38.34%

%32.27
%29.39
%38.34

CMYK color model

#655C78 color CMYK value is (16,23,0,53).

  • cyan value is 15.83%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(16,23,0,53)
C16M23Y0K53 
(16%,23%,0%,53%)
(0.16/0.23/0.00/0.53)	

CMYK percentages

%15.83
%23.33
%0
%52.94

Codes

Color #655C78 in popluar color models

655C78
RGB10192120
HSL259°13.21%41.57%
HSB/HSV259°23.33%47.06%
CMYK15.83%23.33%0.00%
52.94%

Color #655C78 in popluar number systems.

HEX655C78
Decimal10192120
Binary110010110111001111000
Octal145134170

Shades and tints

Shades of #655C78

#655C78
(101,92,120)
#5C546E
(92,84,110)
#534C64
(83,76,100)
#4A445A
(74,68,90)
#413C50
(65,60,80)
#383446
(56,52,70)
#2F2C3C
(47,44,60)
#262432
(38,36,50)
#1D1C28
(29,28,40)
#14141E
(20,20,30)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #655C78

#655C78
(101,92,120)
#736A84
(115,106,132)
#817890
(129,120,144)
#8F869C
(143,134,156)
#9D94A8
(157,148,168)
#ABA2B4
(171,162,180)
#B9B0C0
(185,176,192)
#C7BECC
(199,190,204)
#D5CCD8
(213,204,216)
#E3DAE4
(227,218,228)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655C78; }

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

This text font color is #655C78.


Background Color

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

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

This div background color is #655C78.


Border color

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

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

This div border color is #655C78.


Opacity

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

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

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

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

This text has shadow with #655C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655C78 on black background.


Color preview on white background

This text has color #655C78 on white background.



Black color preview on #655C78 background

This text has black color on #655C78 background.


White color preview on #655C78 background

This text has white color on #655C78 background.