COLOR #567DE5

HEX: #567DE5
RGB: (86,125,229)

Color info

#567DE5 contains mainly blue color. Web safe color of #567DE5 is #6666CC (or #66C).

RGB color model

#567DE5 color RGB value is (86,125,229).

  • red value is 86;
  • green value is 125;
  • blue value is 229.
RGB:
(86,125,229)
(34%,49%,90%)

RGB channels and saturation

R 86 of 255 = 34%
G 125 of 255 = 49%
B 229 of 255 = 90%

86
125
229

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

Portions of RGB colors in percentages

R + G + B =
86 + 125 + 229 = 440 (100%)
R 86 of 440 ~ 19.55%
G 125 of 440 ~ 28.41%
B 229 of 440 ~ 52.05%

%19.55
%28.41
%52.05

CMYK color model

#567DE5 color CMYK value is (62,45,0,10).

  • cyan value is 62.45%
  • magenta value is 45.41%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(62,45,0,10)
C62M45Y0K10 
(62%,45%,0%,10%)
(0.62/0.45/0.00/0.10)	

CMYK percentages

%62.45
%45.41
%0
%10.2

Codes

Color #567DE5 in popluar color models

567DE5
RGB86125229
HSL224°73.33%61.76%
HSB/HSV224°62.45%89.80%
CMYK62.45%45.41%0.00%
10.20%

Color #567DE5 in popluar number systems.

HEX567DE5
Decimal86125229
Binary1010110111110111100101
Octal126175345

Shades and tints

Shades of #567DE5

#567DE5
(86,125,229)
#4F72D1
(79,114,209)
#4867BD
(72,103,189)
#415CA9
(65,92,169)
#3A5195
(58,81,149)
#334681
(51,70,129)
#2C3B6D
(44,59,109)
#253059
(37,48,89)
#1E2545
(30,37,69)
#171A31
(23,26,49)
#100F1D
(16,15,29)
#000000
(0,0,0)

Tints of #567DE5

#567DE5
(86,125,229)
#6588E7
(101,136,231)
#7493E9
(116,147,233)
#839EEB
(131,158,235)
#92A9ED
(146,169,237)
#A1B4EF
(161,180,239)
#B0BFF1
(176,191,241)
#BFCAF3
(191,202,243)
#CED5F5
(206,213,245)
#DDE0F7
(221,224,247)
#ECEBF9
(236,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567DE5; }

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

This text font color is #567DE5.


Background Color

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

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

This div background color is #567DE5.


Border color

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

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

This div border color is #567DE5.


Opacity

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

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

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

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

This text has shadow with #567DE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567DE5 on black background.


Color preview on white background

This text has color #567DE5 on white background.



Black color preview on #567DE5 background

This text has black color on #567DE5 background.


White color preview on #567DE5 background

This text has white color on #567DE5 background.