COLOR #656289

HEX: #656289
RGB: (101,98,137)

Color info

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

RGB color model

#656289 color RGB value is (101,98,137).

  • red value is 101;
  • green value is 98;
  • blue value is 137.
RGB:
(101,98,137)
(40%,38%,54%)

RGB channels and saturation

R 101 of 255 = 40%
G 98 of 255 = 38%
B 137 of 255 = 54%

101
98
137

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

Portions of RGB colors in percentages

R + G + B =
101 + 98 + 137 = 336 (100%)
R 101 of 336 ~ 30.06%
G 98 of 336 ~ 29.17%
B 137 of 336 ~ 40.77%

%30.06
%29.17
%40.77

CMYK color model

#656289 color CMYK value is (26,28,0,46).

  • cyan value is 26.28%
  • magenta value is 28.47%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(26,28,0,46)
C26M28Y0K46 
(26%,28%,0%,46%)
(0.26/0.28/0.00/0.46)	

CMYK percentages

%26.28
%28.47
%0
%46.27

Codes

Color #656289 in popluar color models

656289
RGB10198137
HSL245°16.60%46.08%
HSB/HSV245°28.47%53.73%
CMYK26.28%28.47%0.00%
46.27%

Color #656289 in popluar number systems.

HEX656289
Decimal10198137
Binary1100101110001010001001
Octal145142211

Shades and tints

Shades of #656289

#656289
(101,98,137)
#5C5A7D
(92,90,125)
#535271
(83,82,113)
#4A4A65
(74,74,101)
#414259
(65,66,89)
#383A4D
(56,58,77)
#2F3241
(47,50,65)
#262A35
(38,42,53)
#1D2229
(29,34,41)
#141A1D
(20,26,29)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #656289

#656289
(101,98,137)
#737093
(115,112,147)
#817E9D
(129,126,157)
#8F8CA7
(143,140,167)
#9D9AB1
(157,154,177)
#ABA8BB
(171,168,187)
#B9B6C5
(185,182,197)
#C7C4CF
(199,196,207)
#D5D2D9
(213,210,217)
#E3E0E3
(227,224,227)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656289; }

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

This text font color is #656289.


Background Color

.myBgColor { background-color: #656289; }

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

This div background color is #656289.


Border color

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

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

This div border color is #656289.


Opacity

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

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

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

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

This text has shadow with #656289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656289 on black background.


Color preview on white background

This text has color #656289 on white background.



Black color preview on #656289 background

This text has black color on #656289 background.


White color preview on #656289 background

This text has white color on #656289 background.