COLOR #655F82

HEX: #655F82 RGB: (101,95,130)

Color info

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

RGB color model

#655F82 color RGB value is (101,95,130).

RGB: (101,95,130) (40%, 37%, 51%)

RGB channels and saturation

R 101 of 255 = 40%
G 95 of 255 = 37%
B 130 of 255 = 51%

101
95
130

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

Portions of RGB colors in percentages

R + G + B = 101 + 95 + 130 = 326 (100%)
R 101 of 326 ~ 30.98%
G 95 of 326 ~ 29.14%
B 130 of 326 ~ 39.88'%

%30.98
%29.14
%39.88

CMYK color model

#655F82 color CMYK value is (22,27,0,49).

  • cyan value is 22.31%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK: (22,27,0,49) C22M27Y0K49 (22%,27%,0%,49%) (0.22/0.27/0.00/0.49) 

CMYK percentages

%22.31
%26.92
%0
%49.02

Codes

Color #655F82 in popluar color models

65 5F 82
RGB 101 95 130
HSL 250° 15.56% 44.12%
HSB/HSV 250° 26.92% 50.98%
CMYK 22.31% 26.92% 0.00%
49.02%

Color #655F82 in popluar number systems.

HEX 65 5F 82
Decimal 101 95 130
Binary 1100101 1011111 10000010
Octal 145 137 202

Shades and tints

Shades of #655F82

#655F82
(101,95,130)
#5C5777
(92,87,119)
#534F6C
(83,79,108)
#4A4761
(74,71,97)
#413F56
(65,63,86)
#38374B
(56,55,75)
#2F2F40
(47,47,64)
#262735
(38,39,53)
#1D1F2A
(29,31,42)
#14171F
(20,23,31)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #655F82

#655F82
(101,95,130)
#736D8D
(115,109,141)
#817B98
(129,123,152)
#8F89A3
(143,137,163)
#9D97AE
(157,151,174)
#ABA5B9
(171,165,185)
#B9B3C4
(185,179,196)
#C7C1CF
(199,193,207)
#D5CFDA
(213,207,218)
#E3DDE5
(227,221,229)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655F82 color. Also use rgb(101,95,130) instead hex code.

Text Font Color

.myTextColor { color: #655F82; }

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

This text font color is #655F82.

Background Color

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

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

This div background color is #655F82.

Border color

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

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

This div border color is #655F82.

Opacity

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

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

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

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

This text has shadow with #655F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655F82.

Preview

Color preview on black background

This text has color #655F82 on black background.


Color preview on white background

This text has color #655F82 on white background.


Black color preview on #655F82 background

This text has black color on #655F82 background.


White color preview on #655F82 background

This text has white color on #655F82 background.


Related colors

Complementary color

Complementary color for #hex is #9AA07D.


I love getcolorcode.com

Triadic colors

1 #82655F and #5F8265 with #655F82 are triadic colors.

2 #825F65 and #5F6582 with #655F82 are triadic colors.