COLOR #567EB0

HEX: #567EB0
RGB: (86,126,176)

Color info

#567EB0 contains mainly green and blue colors. Web safe color of #567EB0 is #666699 (or #669).

RGB color model

#567EB0 color RGB value is (86,126,176).

  • red value is 86;
  • green value is 126;
  • blue value is 176.
RGB:
(86,126,176)
(34%,49%,69%)

RGB channels and saturation

R 86 of 255 = 34%
G 126 of 255 = 49%
B 176 of 255 = 69%

86
126
176

R + G + B ~ 51%. #567EB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 126 + 176 = 388 (100%)
R 86 of 388 ~ 22.16%
G 126 of 388 ~ 32.47%
B 176 of 388 ~ 45.36%

%22.16
%32.47
%45.36

CMYK color model

#567EB0 color CMYK value is (51,28,0,31).

  • cyan value is 51.14%
  • magenta value is 28.41%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(51,28,0,31)
C51M28Y0K31 
(51%,28%,0%,31%)
(0.51/0.28/0.00/0.31)	

CMYK percentages

%51.14
%28.41
%0
%30.98

Codes

Color #567EB0 in popluar color models

567EB0
RGB86126176
HSL213°36.29%51.37%
HSB/HSV213°51.14%69.02%
CMYK51.14%28.41%0.00%
30.98%

Color #567EB0 in popluar number systems.

HEX567EB0
Decimal86126176
Binary1010110111111010110000
Octal126176260

Shades and tints

Shades of #567EB0

#567EB0
(86,126,176)
#4F73A0
(79,115,160)
#486890
(72,104,144)
#415D80
(65,93,128)
#3A5270
(58,82,112)
#334760
(51,71,96)
#2C3C50
(44,60,80)
#253140
(37,49,64)
#1E2630
(30,38,48)
#171B20
(23,27,32)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #567EB0

#567EB0
(86,126,176)
#6589B7
(101,137,183)
#7494BE
(116,148,190)
#839FC5
(131,159,197)
#92AACC
(146,170,204)
#A1B5D3
(161,181,211)
#B0C0DA
(176,192,218)
#BFCBE1
(191,203,225)
#CED6E8
(206,214,232)
#DDE1EF
(221,225,239)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567EB0 color. Also use rgb(86,126,176) instead hex code.

Text Font Color

.myTextColor { color: #567EB0; }

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

This text font color is #567EB0.


Background Color

.myBgColor { background-color: #567EB0; }

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

This div background color is #567EB0.


Border color

.myBorderColor { border: 1px solid #567EB0; }

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

This div border color is #567EB0.


Opacity

.myOpacity80 { color: #567EB0; opacity: 0.8; }

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

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

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

This text has shadow with #567EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567EB0 on black background.


Color preview on white background

This text has color #567EB0 on white background.



Black color preview on #567EB0 background

This text has black color on #567EB0 background.


White color preview on #567EB0 background

This text has white color on #567EB0 background.