COLOR #566189

HEX: #566189
RGB: (86,97,137)

Color info

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

RGB color model

#566189 color RGB value is (86,97,137).

  • red value is 86;
  • green value is 97;
  • blue value is 137.
RGB:
(86,97,137)
(34%,38%,54%)

RGB channels and saturation

R 86 of 255 = 34%
G 97 of 255 = 38%
B 137 of 255 = 54%

86
97
137

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

Portions of RGB colors in percentages

R + G + B =
86 + 97 + 137 = 320 (100%)
R 86 of 320 ~ 26.88%
G 97 of 320 ~ 30.31%
B 137 of 320 ~ 42.81%

%26.88
%30.31
%42.81

CMYK color model

#566189 color CMYK value is (37,29,0,46).

  • cyan value is 37.23%
  • magenta value is 29.20%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(37,29,0,46)
C37M29Y0K46 
(37%,29%,0%,46%)
(0.37/0.29/0.00/0.46)	

CMYK percentages

%37.23
%29.2
%0
%46.27

Codes

Color #566189 in popluar color models

566189
RGB8697137
HSL227°22.87%43.73%
HSB/HSV227°37.23%53.73%
CMYK37.23%29.20%0.00%
46.27%

Color #566189 in popluar number systems.

HEX566189
Decimal8697137
Binary1010110110000110001001
Octal126141211

Shades and tints

Shades of #566189

#566189
(86,97,137)
#4F597D
(79,89,125)
#485171
(72,81,113)
#414965
(65,73,101)
#3A4159
(58,65,89)
#33394D
(51,57,77)
#2C3141
(44,49,65)
#252935
(37,41,53)
#1E2129
(30,33,41)
#17191D
(23,25,29)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #566189

#566189
(86,97,137)
#656F93
(101,111,147)
#747D9D
(116,125,157)
#838BA7
(131,139,167)
#9299B1
(146,153,177)
#A1A7BB
(161,167,187)
#B0B5C5
(176,181,197)
#BFC3CF
(191,195,207)
#CED1D9
(206,209,217)
#DDDFE3
(221,223,227)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566189 color. Also use rgb(86,97,137) instead hex code.

Text Font Color

.myTextColor { color: #566189; }

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

This text font color is #566189.


Background Color

.myBgColor { background-color: #566189; }

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

This div background color is #566189.


Border color

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

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

This div border color is #566189.


Opacity

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

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

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

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

This text has shadow with #566189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566189 on black background.


Color preview on white background

This text has color #566189 on white background.



Black color preview on #566189 background

This text has black color on #566189 background.


White color preview on #566189 background

This text has white color on #566189 background.