COLOR #655083

HEX: #655083
RGB: (101,80,131)

Color info

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

RGB color model

#655083 color RGB value is (101,80,131).

  • red value is 101;
  • green value is 80;
  • blue value is 131.
RGB:
(101,80,131)
(40%,31%,51%)

RGB channels and saturation

R 101 of 255 = 40%
G 80 of 255 = 31%
B 131 of 255 = 51%

101
80
131

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

Portions of RGB colors in percentages

R + G + B =
101 + 80 + 131 = 312 (100%)
R 101 of 312 ~ 32.37%
G 80 of 312 ~ 25.64%
B 131 of 312 ~ 41.99%

%32.37
%25.64
%41.99

CMYK color model

#655083 color CMYK value is (23,39,0,49).

  • cyan value is 22.90%
  • magenta value is 38.93%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(23,39,0,49)
C23M39Y0K49 
(23%,39%,0%,49%)
(0.23/0.39/0.00/0.49)	

CMYK percentages

%22.9
%38.93
%0
%48.63

Codes

Color #655083 in popluar color models

655083
RGB10180131
HSL265°24.17%41.37%
HSB/HSV265°38.93%51.37%
CMYK22.90%38.93%0.00%
48.63%

Color #655083 in popluar number systems.

HEX655083
Decimal10180131
Binary1100101101000010000011
Octal145120203

Shades and tints

Shades of #655083

#655083
(101,80,131)
#5C4978
(92,73,120)
#53426D
(83,66,109)
#4A3B62
(74,59,98)
#413457
(65,52,87)
#382D4C
(56,45,76)
#2F2641
(47,38,65)
#261F36
(38,31,54)
#1D182B
(29,24,43)
#141120
(20,17,32)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #655083

#655083
(101,80,131)
#735F8E
(115,95,142)
#816E99
(129,110,153)
#8F7DA4
(143,125,164)
#9D8CAF
(157,140,175)
#AB9BBA
(171,155,186)
#B9AAC5
(185,170,197)
#C7B9D0
(199,185,208)
#D5C8DB
(213,200,219)
#E3D7E6
(227,215,230)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655083 color. Also use rgb(101,80,131) instead hex code.

Text Font Color

.myTextColor { color: #655083; }

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

This text font color is #655083.


Background Color

.myBgColor { background-color: #655083; }

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

This div background color is #655083.


Border color

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

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

This div border color is #655083.


Opacity

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

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

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

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

This text has shadow with #655083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655083 on black background.


Color preview on white background

This text has color #655083 on white background.



Black color preview on #655083 background

This text has black color on #655083 background.


White color preview on #655083 background

This text has white color on #655083 background.