COLOR #659889

HEX: #659889
RGB: (101,152,137)

Color info

#659889 contains red, green and blue colors in about the same proportion. Web safe color of #659889 is #669999 (or #699).

RGB color model

#659889 color RGB value is (101,152,137).

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

RGB channels and saturation

R 101 of 255 = 40%
G 152 of 255 = 60%
B 137 of 255 = 54%

101
152
137

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

Portions of RGB colors in percentages

R + G + B =
101 + 152 + 137 = 390 (100%)
R 101 of 390 ~ 25.9%
G 152 of 390 ~ 38.97%
B 137 of 390 ~ 35.13%

%25.9
%38.97
%35.13

CMYK color model

#659889 color CMYK value is (34,0,10,40).

  • cyan value is 33.55%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(34,0,10,40)
C34M0Y10K40 
(34%,0%,10%,40%)
(0.34/0.00/0.10/0.40)	

CMYK percentages

%33.55
%0
%9.87
%40.39

Codes

Color #659889 in popluar color models

659889
RGB101152137
HSL162°20.16%49.61%
HSB/HSV162°33.55%59.61%
CMYK33.55%0.00%9.87%
40.39%

Color #659889 in popluar number systems.

HEX659889
Decimal101152137
Binary11001011001100010001001
Octal145230211

Shades and tints

Shades of #659889

#659889
(101,152,137)
#5C8B7D
(92,139,125)
#537E71
(83,126,113)
#4A7165
(74,113,101)
#416459
(65,100,89)
#38574D
(56,87,77)
#2F4A41
(47,74,65)
#263D35
(38,61,53)
#1D3029
(29,48,41)
#14231D
(20,35,29)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #659889

#659889
(101,152,137)
#73A193
(115,161,147)
#81AA9D
(129,170,157)
#8FB3A7
(143,179,167)
#9DBCB1
(157,188,177)
#ABC5BB
(171,197,187)
#B9CEC5
(185,206,197)
#C7D7CF
(199,215,207)
#D5E0D9
(213,224,217)
#E3E9E3
(227,233,227)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #659889; }

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

This text font color is #659889.


Background Color

.myBgColor { background-color: #659889; }

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

This div background color is #659889.


Border color

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

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

This div border color is #659889.


Opacity

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

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

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

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

This text has shadow with #659889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659889 on black background.


Color preview on white background

This text has color #659889 on white background.



Black color preview on #659889 background

This text has black color on #659889 background.


White color preview on #659889 background

This text has white color on #659889 background.