COLOR #655585

HEX: #655585
RGB: (101,85,133)

Color info

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

RGB color model

#655585 color RGB value is (101,85,133).

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

RGB channels and saturation

R 101 of 255 = 40%
G 85 of 255 = 33%
B 133 of 255 = 52%

101
85
133

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

Portions of RGB colors in percentages

R + G + B =
101 + 85 + 133 = 319 (100%)
R 101 of 319 ~ 31.66%
G 85 of 319 ~ 26.65%
B 133 of 319 ~ 41.69%

%31.66
%26.65
%41.69

CMYK color model

#655585 color CMYK value is (24,36,0,48).

  • cyan value is 24.06%
  • magenta value is 36.09%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(24,36,0,48)
C24M36Y0K48 
(24%,36%,0%,48%)
(0.24/0.36/0.00/0.48)	

CMYK percentages

%24.06
%36.09
%0
%47.84

Codes

Color #655585 in popluar color models

655585
RGB10185133
HSL260°22.02%42.75%
HSB/HSV260°36.09%52.16%
CMYK24.06%36.09%0.00%
47.84%

Color #655585 in popluar number systems.

HEX655585
Decimal10185133
Binary1100101101010110000101
Octal145125205

Shades and tints

Shades of #655585

#655585
(101,85,133)
#5C4E79
(92,78,121)
#53476D
(83,71,109)
#4A4061
(74,64,97)
#413955
(65,57,85)
#383249
(56,50,73)
#2F2B3D
(47,43,61)
#262431
(38,36,49)
#1D1D25
(29,29,37)
#141619
(20,22,25)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #655585

#655585
(101,85,133)
#736490
(115,100,144)
#81739B
(129,115,155)
#8F82A6
(143,130,166)
#9D91B1
(157,145,177)
#ABA0BC
(171,160,188)
#B9AFC7
(185,175,199)
#C7BED2
(199,190,210)
#D5CDDD
(213,205,221)
#E3DCE8
(227,220,232)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655585; }

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

This text font color is #655585.


Background Color

.myBgColor { background-color: #655585; }

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

This div background color is #655585.


Border color

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

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

This div border color is #655585.


Opacity

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

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

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

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

This text has shadow with #655585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655585 on black background.


Color preview on white background

This text has color #655585 on white background.



Black color preview on #655585 background

This text has black color on #655585 background.


White color preview on #655585 background

This text has white color on #655585 background.