COLOR #56598E

HEX: #56598E
RGB: (86,89,142)

Color info

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

RGB color model

#56598E color RGB value is (86,89,142).

  • red value is 86;
  • green value is 89;
  • blue value is 142.
RGB:
(86,89,142)
(34%,35%,56%)

RGB channels and saturation

R 86 of 255 = 34%
G 89 of 255 = 35%
B 142 of 255 = 56%

86
89
142

R + G + B ~ 42%. #56598E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 89 + 142 = 317 (100%)
R 86 of 317 ~ 27.13%
G 89 of 317 ~ 28.08%
B 142 of 317 ~ 44.79%

%27.13
%28.08
%44.79

CMYK color model

#56598E color CMYK value is (39,37,0,44).

  • cyan value is 39.44%
  • magenta value is 37.32%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(39,37,0,44)
C39M37Y0K44 
(39%,37%,0%,44%)
(0.39/0.37/0.00/0.44)	

CMYK percentages

%39.44
%37.32
%0
%44.31

Codes

Color #56598E in popluar color models

56598E
RGB8689142
HSL237°24.56%44.71%
HSB/HSV237°39.44%55.69%
CMYK39.44%37.32%0.00%
44.31%

Color #56598E in popluar number systems.

HEX56598E
Decimal8689142
Binary1010110101100110001110
Octal126131216

Shades and tints

Shades of #56598E

#56598E
(86,89,142)
#4F5182
(79,81,130)
#484976
(72,73,118)
#41416A
(65,65,106)
#3A395E
(58,57,94)
#333152
(51,49,82)
#2C2946
(44,41,70)
#25213A
(37,33,58)
#1E192E
(30,25,46)
#171122
(23,17,34)
#100916
(16,9,22)
#000000
(0,0,0)

Tints of #56598E

#56598E
(86,89,142)
#656898
(101,104,152)
#7477A2
(116,119,162)
#8386AC
(131,134,172)
#9295B6
(146,149,182)
#A1A4C0
(161,164,192)
#B0B3CA
(176,179,202)
#BFC2D4
(191,194,212)
#CED1DE
(206,209,222)
#DDE0E8
(221,224,232)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56598E color. Also use rgb(86,89,142) instead hex code.

Text Font Color

.myTextColor { color: #56598E; }

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

This text font color is #56598E.


Background Color

.myBgColor { background-color: #56598E; }

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

This div background color is #56598E.


Border color

.myBorderColor { border: 1px solid #56598E; }

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

This div border color is #56598E.


Opacity

.myOpacity80 { color: #56598E; opacity: 0.8; }

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

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

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

This text has shadow with #56598E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56598E on black background.


Color preview on white background

This text has color #56598E on white background.



Black color preview on #56598E background

This text has black color on #56598E background.


White color preview on #56598E background

This text has white color on #56598E background.