COLOR #665585

HEX: #665585
RGB: (102,85,133)

Color info

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

RGB color model

#665585 color RGB value is (102,85,133).

  • red value is 102;
  • green value is 85;
  • blue value is 133.
RGB:
(102,85,133)
(40%,33%,52%)

RGB channels and saturation

R 102 of 255 = 40%
G 85 of 255 = 33%
B 133 of 255 = 52%

102
85
133

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

Portions of RGB colors in percentages

R + G + B =
102 + 85 + 133 = 320 (100%)
R 102 of 320 ~ 31.88%
G 85 of 320 ~ 26.56%
B 133 of 320 ~ 41.56%

%31.88
%26.56
%41.56

CMYK color model

#665585 color CMYK value is (23,36,0,48).

  • cyan value is 23.31%
  • magenta value is 36.09%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,36,0,48)
C23M36Y0K48 
(23%,36%,0%,48%)
(0.23/0.36/0.00/0.48)	

CMYK percentages

%23.31
%36.09
%0
%47.84

Codes

Color #665585 in popluar color models

665585
RGB10285133
HSL261°22.02%42.75%
HSB/HSV261°36.09%52.16%
CMYK23.31%36.09%0.00%
47.84%

Color #665585 in popluar number systems.

HEX665585
Decimal10285133
Binary1100110101010110000101
Octal146125205

Shades and tints

Shades of #665585

#665585
(102,85,133)
#5D4E79
(93,78,121)
#54476D
(84,71,109)
#4B4061
(75,64,97)
#423955
(66,57,85)
#393249
(57,50,73)
#302B3D
(48,43,61)
#272431
(39,36,49)
#1E1D25
(30,29,37)
#151619
(21,22,25)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #665585

#665585
(102,85,133)
#736490
(115,100,144)
#80739B
(128,115,155)
#8D82A6
(141,130,166)
#9A91B1
(154,145,177)
#A7A0BC
(167,160,188)
#B4AFC7
(180,175,199)
#C1BED2
(193,190,210)
#CECDDD
(206,205,221)
#DBDCE8
(219,220,232)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665585 color. Also use rgb(102,85,133) instead hex code.

Text Font Color

.myTextColor { color: #665585; }

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

This text font color is #665585.


Background Color

.myBgColor { background-color: #665585; }

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

This div background color is #665585.


Border color

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

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

This div border color is #665585.


Opacity

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

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

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

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

This text has shadow with #665585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665585 on black background.


Color preview on white background

This text has color #665585 on white background.



Black color preview on #665585 background

This text has black color on #665585 background.


White color preview on #665585 background

This text has white color on #665585 background.