COLOR #655784

HEX: #655784
RGB: (101,87,132)

Color info

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

RGB color model

#655784 color RGB value is (101,87,132).

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

RGB channels and saturation

R 101 of 255 = 40%
G 87 of 255 = 34%
B 132 of 255 = 52%

101
87
132

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

Portions of RGB colors in percentages

R + G + B =
101 + 87 + 132 = 320 (100%)
R 101 of 320 ~ 31.56%
G 87 of 320 ~ 27.19%
B 132 of 320 ~ 41.25%

%31.56
%27.19
%41.25

CMYK color model

#655784 color CMYK value is (23,34,0,48).

  • cyan value is 23.48%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(23,34,0,48)
C23M34Y0K48 
(23%,34%,0%,48%)
(0.23/0.34/0.00/0.48)	

CMYK percentages

%23.48
%34.09
%0
%48.24

Codes

Color #655784 in popluar color models

655784
RGB10187132
HSL259°20.55%42.94%
HSB/HSV259°34.09%51.76%
CMYK23.48%34.09%0.00%
48.24%

Color #655784 in popluar number systems.

HEX655784
Decimal10187132
Binary1100101101011110000100
Octal145127204

Shades and tints

Shades of #655784

#655784
(101,87,132)
#5C5078
(92,80,120)
#53496C
(83,73,108)
#4A4260
(74,66,96)
#413B54
(65,59,84)
#383448
(56,52,72)
#2F2D3C
(47,45,60)
#262630
(38,38,48)
#1D1F24
(29,31,36)
#141818
(20,24,24)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #655784

#655784
(101,87,132)
#73668F
(115,102,143)
#81759A
(129,117,154)
#8F84A5
(143,132,165)
#9D93B0
(157,147,176)
#ABA2BB
(171,162,187)
#B9B1C6
(185,177,198)
#C7C0D1
(199,192,209)
#D5CFDC
(213,207,220)
#E3DEE7
(227,222,231)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655784; }

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

This text font color is #655784.


Background Color

.myBgColor { background-color: #655784; }

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

This div background color is #655784.


Border color

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

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

This div border color is #655784.


Opacity

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

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

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

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

This text has shadow with #655784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655784 on black background.


Color preview on white background

This text has color #655784 on white background.



Black color preview on #655784 background

This text has black color on #655784 background.


White color preview on #655784 background

This text has white color on #655784 background.