COLOR #565189

HEX: #565189
RGB: (86,81,137)

Color info

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

RGB color model

#565189 color RGB value is (86,81,137).

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

RGB channels and saturation

R 86 of 255 = 34%
G 81 of 255 = 32%
B 137 of 255 = 54%

86
81
137

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

Portions of RGB colors in percentages

R + G + B =
86 + 81 + 137 = 304 (100%)
R 86 of 304 ~ 28.29%
G 81 of 304 ~ 26.64%
B 137 of 304 ~ 45.07%

%28.29
%26.64
%45.07

CMYK color model

#565189 color CMYK value is (37,41,0,46).

  • cyan value is 37.23%
  • magenta value is 40.88%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(37,41,0,46)
C37M41Y0K46 
(37%,41%,0%,46%)
(0.37/0.41/0.00/0.46)	

CMYK percentages

%37.23
%40.88
%0
%46.27

Codes

Color #565189 in popluar color models

565189
RGB8681137
HSL245°25.69%42.75%
HSB/HSV245°40.88%53.73%
CMYK37.23%40.88%0.00%
46.27%

Color #565189 in popluar number systems.

HEX565189
Decimal8681137
Binary1010110101000110001001
Octal126121211

Shades and tints

Shades of #565189

#565189
(86,81,137)
#4F4A7D
(79,74,125)
#484371
(72,67,113)
#413C65
(65,60,101)
#3A3559
(58,53,89)
#332E4D
(51,46,77)
#2C2741
(44,39,65)
#252035
(37,32,53)
#1E1929
(30,25,41)
#17121D
(23,18,29)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #565189

#565189
(86,81,137)
#656093
(101,96,147)
#746F9D
(116,111,157)
#837EA7
(131,126,167)
#928DB1
(146,141,177)
#A19CBB
(161,156,187)
#B0ABC5
(176,171,197)
#BFBACF
(191,186,207)
#CEC9D9
(206,201,217)
#DDD8E3
(221,216,227)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565189; }

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

This text font color is #565189.


Background Color

.myBgColor { background-color: #565189; }

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

This div background color is #565189.


Border color

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

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

This div border color is #565189.


Opacity

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

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

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

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

This text has shadow with #565189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565189 on black background.


Color preview on white background

This text has color #565189 on white background.



Black color preview on #565189 background

This text has black color on #565189 background.


White color preview on #565189 background

This text has white color on #565189 background.