COLOR #656584

HEX: #656584
RGB: (101,101,132)

Color info

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

RGB color model

#656584 color RGB value is (101,101,132).

  • red value is 101;
  • green value is 101;
  • blue value is 132.
RGB:
(101,101,132)
(40%,40%,52%)

RGB channels and saturation

R 101 of 255 = 40%
G 101 of 255 = 40%
B 132 of 255 = 52%

101
101
132

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

Portions of RGB colors in percentages

R + G + B =
101 + 101 + 132 = 334 (100%)
R 101 of 334 ~ 30.24%
G 101 of 334 ~ 30.24%
B 132 of 334 ~ 39.52%

%30.24
%30.24
%39.52

CMYK color model

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

  • cyan value is 23.48%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(23,23,0,48)
C23M23Y0K48 
(23%,23%,0%,48%)
(0.23/0.23/0.00/0.48)	

CMYK percentages

%23.48
%23.48
%0
%48.24

Codes

Color #656584 in popluar color models

656584
RGB101101132
HSL240°13.30%45.69%
HSB/HSV240°23.48%51.76%
CMYK23.48%23.48%0.00%
48.24%

Color #656584 in popluar number systems.

HEX656584
Decimal101101132
Binary1100101110010110000100
Octal145145204

Shades and tints

Shades of #656584

#656584
(101,101,132)
#5C5C78
(92,92,120)
#53536C
(83,83,108)
#4A4A60
(74,74,96)
#414154
(65,65,84)
#383848
(56,56,72)
#2F2F3C
(47,47,60)
#262630
(38,38,48)
#1D1D24
(29,29,36)
#141418
(20,20,24)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #656584

#656584
(101,101,132)
#73738F
(115,115,143)
#81819A
(129,129,154)
#8F8FA5
(143,143,165)
#9D9DB0
(157,157,176)
#ABABBB
(171,171,187)
#B9B9C6
(185,185,198)
#C7C7D1
(199,199,209)
#D5D5DC
(213,213,220)
#E3E3E7
(227,227,231)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656584; }

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

This text font color is #656584.


Background Color

.myBgColor { background-color: #656584; }

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

This div background color is #656584.


Border color

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

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

This div border color is #656584.


Opacity

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

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

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

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

This text has shadow with #656584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656584 on black background.


Color preview on white background

This text has color #656584 on white background.



Black color preview on #656584 background

This text has black color on #656584 background.


White color preview on #656584 background

This text has white color on #656584 background.