COLOR #655A7F

HEX: #655A7F
RGB: (101,90,127)

Color info

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

RGB color model

#655A7F color RGB value is (101,90,127).

  • red value is 101;
  • green value is 90;
  • blue value is 127.
RGB:
(101,90,127)
(40%,35%,50%)

RGB channels and saturation

R 101 of 255 = 40%
G 90 of 255 = 35%
B 127 of 255 = 50%

101
90
127

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

Portions of RGB colors in percentages

R + G + B =
101 + 90 + 127 = 318 (100%)
R 101 of 318 ~ 31.76%
G 90 of 318 ~ 28.3%
B 127 of 318 ~ 39.94%

%31.76
%28.3
%39.94

CMYK color model

#655A7F color CMYK value is (20,29,0,50).

  • cyan value is 20.47%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(20,29,0,50)
C20M29Y0K50 
(20%,29%,0%,50%)
(0.20/0.29/0.00/0.50)	

CMYK percentages

%20.47
%29.13
%0
%50.2

Codes

Color #655A7F in popluar color models

655A7F
RGB10190127
HSL258°17.05%42.55%
HSB/HSV258°29.13%49.80%
CMYK20.47%29.13%0.00%
50.20%

Color #655A7F in popluar number systems.

HEX655A7F
Decimal10190127
Binary110010110110101111111
Octal145132177

Shades and tints

Shades of #655A7F

#655A7F
(101,90,127)
#5C5274
(92,82,116)
#534A69
(83,74,105)
#4A425E
(74,66,94)
#413A53
(65,58,83)
#383248
(56,50,72)
#2F2A3D
(47,42,61)
#262232
(38,34,50)
#1D1A27
(29,26,39)
#14121C
(20,18,28)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #655A7F

#655A7F
(101,90,127)
#73698A
(115,105,138)
#817895
(129,120,149)
#8F87A0
(143,135,160)
#9D96AB
(157,150,171)
#ABA5B6
(171,165,182)
#B9B4C1
(185,180,193)
#C7C3CC
(199,195,204)
#D5D2D7
(213,210,215)
#E3E1E2
(227,225,226)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655A7F color. Also use rgb(101,90,127) instead hex code.

Text Font Color

.myTextColor { color: #655A7F; }

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

This text font color is #655A7F.


Background Color

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

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

This div background color is #655A7F.


Border color

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

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

This div border color is #655A7F.


Opacity

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

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

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

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

This text has shadow with #655A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655A7F on black background.


Color preview on white background

This text has color #655A7F on white background.



Black color preview on #655A7F background

This text has black color on #655A7F background.


White color preview on #655A7F background

This text has white color on #655A7F background.