COLOR #655B80

HEX: #655B80 RGB: (101,91,128)

Color info

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

RGB color model

#655B80 color RGB value is (101,91,128).

RGB: (101,91,128) (40%, 36%, 50%)

RGB channels and saturation

R 101 of 255 = 40%
G 91 of 255 = 36%
B 128 of 255 = 50%

101
91
128

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

Portions of RGB colors in percentages

R + G + B = 101 + 91 + 128 = 320 (100%)
R 101 of 320 ~ 31.56%
G 91 of 320 ~ 28.44%
B 128 of 320 ~ 40'%

%31.56
%28.44
%40

CMYK color model

#655B80 color CMYK value is (21,29,0,50).

  • cyan value is 21.09%
  • magenta value is 28.91%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (21,29,0,50)
C21M29Y0K50 (21%, 29%, 0%, 50%)
(0.21 / 0.29 / 0.00 / 0.50)

CMYK percentages

%21.09
%28.91
%0
%49.8

Codes

Color #655B80 in popluar color models

65 5B 80
RGB 101 91 128
HSL 256° 16.89% 42.94%
HSB/HSV 256° 28.91% 50.20%
CMYK 21.09% 28.91% 0.00%
49.80%

Color #655B80 in popluar number systems.

HEX 65 5B 80
Decimal 101 91 128
Binary 1100101 1011011 10000000
Octal 145 133 200

Shades and tints

Shades of #655B80

#655B80
(101,91,128)
#5C5375
(92,83,117)
#534B6A
(83,75,106)
#4A435F
(74,67,95)
#413B54
(65,59,84)
#383349
(56,51,73)
#2F2B3E
(47,43,62)
#262333
(38,35,51)
#1D1B28
(29,27,40)
#14131D
(20,19,29)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #655B80

#655B80
(101,91,128)
#73698B
(115,105,139)
#817796
(129,119,150)
#8F85A1
(143,133,161)
#9D93AC
(157,147,172)
#ABA1B7
(171,161,183)
#B9AFC2
(185,175,194)
#C7BDCD
(199,189,205)
#D5CBD8
(213,203,216)
#E3D9E3
(227,217,227)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655B80 color. Also use rgb(101,91,128) instead hex code.

Text Font Color

.myTextColor { color: #655B80; }

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

This text font color is #655B80.

Background Color

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

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

This div background color is #655B80.

Border color

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

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

This div border color is #655B80.

Opacity

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

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

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

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

This text has shadow with #655B80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655B80.

Preview

Color preview on black background

This text has color #655B80 on black background.


Color preview on white background

This text has color #655B80 on white background.


Black color preview on #655B80 background

This text has black color on #655B80 background.


White color preview on #655B80 background

This text has white color on #655B80 background.


Related colors

Complementary color

Complementary color for #hex is #9AA47F.


I love getcolorcode.com

Triadic colors

1 #80655B and #5B8065 with #655B80 are triadic colors.

2 #805B65 and #5B6580 with #655B80 are triadic colors.