COLOR #566F90

HEX: #566F90
RGB: (86,111,144)

Color info

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

RGB color model

#566F90 color RGB value is (86,111,144).

  • red value is 86;
  • green value is 111;
  • blue value is 144.
RGB:
(86,111,144)
(34%,44%,56%)

RGB channels and saturation

R 86 of 255 = 34%
G 111 of 255 = 44%
B 144 of 255 = 56%

86
111
144

R + G + B ~ 45%. #566F90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 111 + 144 = 341 (100%)
R 86 of 341 ~ 25.22%
G 111 of 341 ~ 32.55%
B 144 of 341 ~ 42.23%

%25.22
%32.55
%42.23

CMYK color model

#566F90 color CMYK value is (40,23,0,44).

  • cyan value is 40.28%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(40,23,0,44)
C40M23Y0K44 
(40%,23%,0%,44%)
(0.40/0.23/0.00/0.44)	

CMYK percentages

%40.28
%22.92
%0
%43.53

Codes

Color #566F90 in popluar color models

566F90
RGB86111144
HSL214°25.22%45.10%
HSB/HSV214°40.28%56.47%
CMYK40.28%22.92%0.00%
43.53%

Color #566F90 in popluar number systems.

HEX566F90
Decimal86111144
Binary1010110110111110010000
Octal126157220

Shades and tints

Shades of #566F90

#566F90
(86,111,144)
#4F6583
(79,101,131)
#485B76
(72,91,118)
#415169
(65,81,105)
#3A475C
(58,71,92)
#333D4F
(51,61,79)
#2C3342
(44,51,66)
#252935
(37,41,53)
#1E1F28
(30,31,40)
#17151B
(23,21,27)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #566F90

#566F90
(86,111,144)
#657C9A
(101,124,154)
#7489A4
(116,137,164)
#8396AE
(131,150,174)
#92A3B8
(146,163,184)
#A1B0C2
(161,176,194)
#B0BDCC
(176,189,204)
#BFCAD6
(191,202,214)
#CED7E0
(206,215,224)
#DDE4EA
(221,228,234)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566F90 color. Also use rgb(86,111,144) instead hex code.

Text Font Color

.myTextColor { color: #566F90; }

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

This text font color is #566F90.


Background Color

.myBgColor { background-color: #566F90; }

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

This div background color is #566F90.


Border color

.myBorderColor { border: 1px solid #566F90; }

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

This div border color is #566F90.


Opacity

.myOpacity80 { color: #566F90; opacity: 0.8; }

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

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

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

This text has shadow with #566F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566F90 on black background.


Color preview on white background

This text has color #566F90 on white background.



Black color preview on #566F90 background

This text has black color on #566F90 background.


White color preview on #566F90 background

This text has white color on #566F90 background.