COLOR #567DB6

HEX: #567DB6 RGB: (86,125,182)

Color info

#567DB6 contains mainly green and blue colors. Web safe color of #567DB6 is #6666CC (or #66C).

RGB color model

#567DB6 color RGB value is (86,125,182).

RGB: (86,125,182) (34%, 49%, 71%)

RGB channels and saturation

R 86 of 255 = 34%
G 125 of 255 = 49%
B 182 of 255 = 71%

86
125
182

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

Portions of RGB colors in percentages

R + G + B = 86 + 125 + 182 = 393 (100%)
R 86 of 393 ~ 21.88%
G 125 of 393 ~ 31.81%
B 182 of 393 ~ 46.31'%

%21.88
%31.81
%46.31

CMYK color model

#567DB6 color CMYK value is (53,31,0,29).

  • cyan value is 52.75%
  • magenta value is 31.32%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (53,31,0,29)
C53M31Y0K29 (53%, 31%, 0%, 29%)
(0.53 / 0.31 / 0.00 / 0.29)

CMYK percentages

%52.75
%31.32
%0
%28.63

Codes

Color #567DB6 in popluar color models

56 7D B6
RGB 86 125 182
HSL 216° 39.67% 52.55%
HSB/HSV 216° 52.75% 71.37%
CMYK 52.75% 31.32% 0.00%
28.63%

Color #567DB6 in popluar number systems.

HEX 56 7D B6
Decimal 86 125 182
Binary 1010110 1111101 10110110
Octal 126 175 266

Shades and tints

Shades of #567DB6

#567DB6
(86,125,182)
#4F72A6
(79,114,166)
#486796
(72,103,150)
#415C86
(65,92,134)
#3A5176
(58,81,118)
#334666
(51,70,102)
#2C3B56
(44,59,86)
#253046
(37,48,70)
#1E2536
(30,37,54)
#171A26
(23,26,38)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #567DB6

#567DB6
(86,125,182)
#6588BC
(101,136,188)
#7493C2
(116,147,194)
#839EC8
(131,158,200)
#92A9CE
(146,169,206)
#A1B4D4
(161,180,212)
#B0BFDA
(176,191,218)
#BFCAE0
(191,202,224)
#CED5E6
(206,213,230)
#DDE0EC
(221,224,236)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567DB6 color. Also use rgb(86,125,182) instead hex code.

Text Font Color

.myTextColor { color: #567DB6; }

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

This text font color is #567DB6.

Background Color

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

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

This div background color is #567DB6.

Border color

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

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

This div border color is #567DB6.

Opacity

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

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

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

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

This text has shadow with #567DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #567DB6.

Preview

Color preview on black background

This text has color #567DB6 on black background.


Color preview on white background

This text has color #567DB6 on white background.


Black color preview on #567DB6 background

This text has black color on #567DB6 background.


White color preview on #567DB6 background

This text has white color on #567DB6 background.


Related colors

Complementary color

Complementary color for #hex is #A98249.


I love getcolorcode.com

Triadic colors

1 #B6567D and #7DB656 with #567DB6 are triadic colors.

2 #B67D56 and #7D56B6 with #567DB6 are triadic colors.