COLOR #656085

HEX: #656085
RGB: (101,96,133)

Color info

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

RGB color model

#656085 color RGB value is (101,96,133).

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

RGB channels and saturation

R 101 of 255 = 40%
G 96 of 255 = 38%
B 133 of 255 = 52%

101
96
133

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

Portions of RGB colors in percentages

R + G + B =
101 + 96 + 133 = 330 (100%)
R 101 of 330 ~ 30.61%
G 96 of 330 ~ 29.09%
B 133 of 330 ~ 40.3%

%30.61
%29.09
%40.3

CMYK color model

#656085 color CMYK value is (24,28,0,48).

  • cyan value is 24.06%
  • magenta value is 27.82%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(24,28,0,48)
C24M28Y0K48 
(24%,28%,0%,48%)
(0.24/0.28/0.00/0.48)	

CMYK percentages

%24.06
%27.82
%0
%47.84

Codes

Color #656085 in popluar color models

656085
RGB10196133
HSL248°16.16%44.90%
HSB/HSV248°27.82%52.16%
CMYK24.06%27.82%0.00%
47.84%

Color #656085 in popluar number systems.

HEX656085
Decimal10196133
Binary1100101110000010000101
Octal145140205

Shades and tints

Shades of #656085

#656085
(101,96,133)
#5C5879
(92,88,121)
#53506D
(83,80,109)
#4A4861
(74,72,97)
#414055
(65,64,85)
#383849
(56,56,73)
#2F303D
(47,48,61)
#262831
(38,40,49)
#1D2025
(29,32,37)
#141819
(20,24,25)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #656085

#656085
(101,96,133)
#736E90
(115,110,144)
#817C9B
(129,124,155)
#8F8AA6
(143,138,166)
#9D98B1
(157,152,177)
#ABA6BC
(171,166,188)
#B9B4C7
(185,180,199)
#C7C2D2
(199,194,210)
#D5D0DD
(213,208,221)
#E3DEE8
(227,222,232)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656085; }

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

This text font color is #656085.


Background Color

.myBgColor { background-color: #656085; }

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

This div background color is #656085.


Border color

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

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

This div border color is #656085.


Opacity

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

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

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

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

This text has shadow with #656085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656085 on black background.


Color preview on white background

This text has color #656085 on white background.



Black color preview on #656085 background

This text has black color on #656085 background.


White color preview on #656085 background

This text has white color on #656085 background.