COLOR #658496

HEX: #658496
RGB: (101,132,150)

Color info

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

RGB color model

#658496 color RGB value is (101,132,150).

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

RGB channels and saturation

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

101
132
150

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

Portions of RGB colors in percentages

R + G + B =
101 + 132 + 150 = 383 (100%)
R 101 of 383 ~ 26.37%
G 132 of 383 ~ 34.46%
B 150 of 383 ~ 39.16%

%26.37
%34.46
%39.16

CMYK color model

#658496 color CMYK value is (33,12,0,41).

  • cyan value is 32.67%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(33,12,0,41)
C33M12Y0K41 
(33%,12%,0%,41%)
(0.33/0.12/0.00/0.41)	

CMYK percentages

%32.67
%12
%0
%41.18

Codes

Color #658496 in popluar color models

658496
RGB101132150
HSL202°19.52%49.22%
HSB/HSV202°32.67%58.82%
CMYK32.67%12.00%0.00%
41.18%

Color #658496 in popluar number systems.

HEX658496
Decimal101132150
Binary11001011000010010010110
Octal145204226

Shades and tints

Shades of #658496

#658496
(101,132,150)
#5C7889
(92,120,137)
#536C7C
(83,108,124)
#4A606F
(74,96,111)
#415462
(65,84,98)
#384855
(56,72,85)
#2F3C48
(47,60,72)
#26303B
(38,48,59)
#1D242E
(29,36,46)
#141821
(20,24,33)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #658496

#658496
(101,132,150)
#738F9F
(115,143,159)
#819AA8
(129,154,168)
#8FA5B1
(143,165,177)
#9DB0BA
(157,176,186)
#ABBBC3
(171,187,195)
#B9C6CC
(185,198,204)
#C7D1D5
(199,209,213)
#D5DCDE
(213,220,222)
#E3E7E7
(227,231,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658496; }

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

This text font color is #658496.


Background Color

.myBgColor { background-color: #658496; }

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

This div background color is #658496.


Border color

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

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

This div border color is #658496.


Opacity

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

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

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

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

This text has shadow with #658496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658496 on black background.


Color preview on white background

This text has color #658496 on white background.



Black color preview on #658496 background

This text has black color on #658496 background.


White color preview on #658496 background

This text has white color on #658496 background.