COLOR #655568

HEX: #655568
RGB: (101,85,104)

Color info

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

RGB color model

#655568 color RGB value is (101,85,104).

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

RGB channels and saturation

R 101 of 255 = 40%
G 85 of 255 = 33%
B 104 of 255 = 41%

101
85
104

R + G + B ~ 38%. #655568 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 85 + 104 = 290 (100%)
R 101 of 290 ~ 34.83%
G 85 of 290 ~ 29.31%
B 104 of 290 ~ 35.86%

%34.83
%29.31
%35.86

CMYK color model

#655568 color CMYK value is (3,18,0,59).

  • cyan value is 2.88%
  • magenta value is 18.27%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(3,18,0,59)
C3M18Y0K59 
(3%,18%,0%,59%)
(0.03/0.18/0.00/0.59)	

CMYK percentages

%2.88
%18.27
%0
%59.22

Codes

Color #655568 in popluar color models

655568
RGB10185104
HSL291°10.05%37.06%
HSB/HSV291°18.27%40.78%
CMYK2.88%18.27%0.00%
59.22%

Color #655568 in popluar number systems.

HEX655568
Decimal10185104
Binary110010110101011101000
Octal145125150

Shades and tints

Shades of #655568

#655568
(101,85,104)
#5C4E5F
(92,78,95)
#534756
(83,71,86)
#4A404D
(74,64,77)
#413944
(65,57,68)
#38323B
(56,50,59)
#2F2B32
(47,43,50)
#262429
(38,36,41)
#1D1D20
(29,29,32)
#141617
(20,22,23)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #655568

#655568
(101,85,104)
#736475
(115,100,117)
#817382
(129,115,130)
#8F828F
(143,130,143)
#9D919C
(157,145,156)
#ABA0A9
(171,160,169)
#B9AFB6
(185,175,182)
#C7BEC3
(199,190,195)
#D5CDD0
(213,205,208)
#E3DCDD
(227,220,221)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655568; }

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

This text font color is #655568.


Background Color

.myBgColor { background-color: #655568; }

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

This div background color is #655568.


Border color

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

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

This div border color is #655568.


Opacity

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

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

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

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

This text has shadow with #655568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655568 on black background.


Color preview on white background

This text has color #655568 on white background.



Black color preview on #655568 background

This text has black color on #655568 background.


White color preview on #655568 background

This text has white color on #655568 background.