COLOR #567D93

HEX: #567D93
RGB: (86,125,147)

Color info

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

RGB color model

#567D93 color RGB value is (86,125,147).

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

RGB channels and saturation

R 86 of 255 = 34%
G 125 of 255 = 49%
B 147 of 255 = 58%

86
125
147

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

Portions of RGB colors in percentages

R + G + B =
86 + 125 + 147 = 358 (100%)
R 86 of 358 ~ 24.02%
G 125 of 358 ~ 34.92%
B 147 of 358 ~ 41.06%

%24.02
%34.92
%41.06

CMYK color model

#567D93 color CMYK value is (41,15,0,42).

  • cyan value is 41.50%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(41,15,0,42)
C41M15Y0K42 
(41%,15%,0%,42%)
(0.41/0.15/0.00/0.42)	

CMYK percentages

%41.5
%14.97
%0
%42.35

Codes

Color #567D93 in popluar color models

567D93
RGB86125147
HSL202°26.18%45.69%
HSB/HSV202°41.50%57.65%
CMYK41.50%14.97%0.00%
42.35%

Color #567D93 in popluar number systems.

HEX567D93
Decimal86125147
Binary1010110111110110010011
Octal126175223

Shades and tints

Shades of #567D93

#567D93
(86,125,147)
#4F7286
(79,114,134)
#486779
(72,103,121)
#415C6C
(65,92,108)
#3A515F
(58,81,95)
#334652
(51,70,82)
#2C3B45
(44,59,69)
#253038
(37,48,56)
#1E252B
(30,37,43)
#171A1E
(23,26,30)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #567D93

#567D93
(86,125,147)
#65889C
(101,136,156)
#7493A5
(116,147,165)
#839EAE
(131,158,174)
#92A9B7
(146,169,183)
#A1B4C0
(161,180,192)
#B0BFC9
(176,191,201)
#BFCAD2
(191,202,210)
#CED5DB
(206,213,219)
#DDE0E4
(221,224,228)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567D93; }

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

This text font color is #567D93.


Background Color

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

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

This div background color is #567D93.


Border color

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

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

This div border color is #567D93.


Opacity

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

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

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

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

This text has shadow with #567D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567D93 on black background.


Color preview on white background

This text has color #567D93 on white background.



Black color preview on #567D93 background

This text has black color on #567D93 background.


White color preview on #567D93 background

This text has white color on #567D93 background.