COLOR #565DB0

HEX: #565DB0
RGB: (86,93,176)

Color info

#565DB0 contains mainly blue color. Web safe color of #565DB0 is #666699 (or #669).

RGB color model

#565DB0 color RGB value is (86,93,176).

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

RGB channels and saturation

R 86 of 255 = 34%
G 93 of 255 = 36%
B 176 of 255 = 69%

86
93
176

R + G + B ~ 46%. #565DB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 93 + 176 = 355 (100%)
R 86 of 355 ~ 24.23%
G 93 of 355 ~ 26.2%
B 176 of 355 ~ 49.58%

%24.23
%26.2
%49.58

CMYK color model

#565DB0 color CMYK value is (51,47,0,31).

  • cyan value is 51.14%
  • magenta value is 47.16%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(51,47,0,31)
C51M47Y0K31 
(51%,47%,0%,31%)
(0.51/0.47/0.00/0.31)	

CMYK percentages

%51.14
%47.16
%0
%30.98

Codes

Color #565DB0 in popluar color models

565DB0
RGB8693176
HSL235°36.29%51.37%
HSB/HSV235°51.14%69.02%
CMYK51.14%47.16%0.00%
30.98%

Color #565DB0 in popluar number systems.

HEX565DB0
Decimal8693176
Binary1010110101110110110000
Octal126135260

Shades and tints

Shades of #565DB0

#565DB0
(86,93,176)
#4F55A0
(79,85,160)
#484D90
(72,77,144)
#414580
(65,69,128)
#3A3D70
(58,61,112)
#333560
(51,53,96)
#2C2D50
(44,45,80)
#252540
(37,37,64)
#1E1D30
(30,29,48)
#171520
(23,21,32)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #565DB0

#565DB0
(86,93,176)
#656BB7
(101,107,183)
#7479BE
(116,121,190)
#8387C5
(131,135,197)
#9295CC
(146,149,204)
#A1A3D3
(161,163,211)
#B0B1DA
(176,177,218)
#BFBFE1
(191,191,225)
#CECDE8
(206,205,232)
#DDDBEF
(221,219,239)
#ECE9F6
(236,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565DB0 color. Also use rgb(86,93,176) instead hex code.

Text Font Color

.myTextColor { color: #565DB0; }

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

This text font color is #565DB0.


Background Color

.myBgColor { background-color: #565DB0; }

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

This div background color is #565DB0.


Border color

.myBorderColor { border: 1px solid #565DB0; }

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

This div border color is #565DB0.


Opacity

.myOpacity80 { color: #565DB0; opacity: 0.8; }

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

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

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

This text has shadow with #565DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565DB0 on black background.


Color preview on white background

This text has color #565DB0 on white background.



Black color preview on #565DB0 background

This text has black color on #565DB0 background.


White color preview on #565DB0 background

This text has white color on #565DB0 background.