COLOR #567995

HEX: #567995
RGB: (86,121,149)

Color info

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

RGB color model

#567995 color RGB value is (86,121,149).

  • red value is 86;
  • green value is 121;
  • blue value is 149.
RGB:
(86,121,149)
(34%,47%,58%)

RGB channels and saturation

R 86 of 255 = 34%
G 121 of 255 = 47%
B 149 of 255 = 58%

86
121
149

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

Portions of RGB colors in percentages

R + G + B =
86 + 121 + 149 = 356 (100%)
R 86 of 356 ~ 24.16%
G 121 of 356 ~ 33.99%
B 149 of 356 ~ 41.85%

%24.16
%33.99
%41.85

CMYK color model

#567995 color CMYK value is (42,19,0,42).

  • cyan value is 42.28%
  • magenta value is 18.79%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(42,19,0,42)
C42M19Y0K42 
(42%,19%,0%,42%)
(0.42/0.19/0.00/0.42)	

CMYK percentages

%42.28
%18.79
%0
%41.57

Codes

Color #567995 in popluar color models

567995
RGB86121149
HSL207°26.81%46.08%
HSB/HSV207°42.28%58.43%
CMYK42.28%18.79%0.00%
41.57%

Color #567995 in popluar number systems.

HEX567995
Decimal86121149
Binary1010110111100110010101
Octal126171225

Shades and tints

Shades of #567995

#567995
(86,121,149)
#4F6E88
(79,110,136)
#48637B
(72,99,123)
#41586E
(65,88,110)
#3A4D61
(58,77,97)
#334254
(51,66,84)
#2C3747
(44,55,71)
#252C3A
(37,44,58)
#1E212D
(30,33,45)
#171620
(23,22,32)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #567995

#567995
(86,121,149)
#65859E
(101,133,158)
#7491A7
(116,145,167)
#839DB0
(131,157,176)
#92A9B9
(146,169,185)
#A1B5C2
(161,181,194)
#B0C1CB
(176,193,203)
#BFCDD4
(191,205,212)
#CED9DD
(206,217,221)
#DDE5E6
(221,229,230)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567995 color. Also use rgb(86,121,149) instead hex code.

Text Font Color

.myTextColor { color: #567995; }

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

This text font color is #567995.


Background Color

.myBgColor { background-color: #567995; }

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

This div background color is #567995.


Border color

.myBorderColor { border: 1px solid #567995; }

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

This div border color is #567995.


Opacity

.myOpacity80 { color: #567995; opacity: 0.8; }

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

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

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

This text has shadow with #567995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567995 on black background.


Color preview on white background

This text has color #567995 on white background.



Black color preview on #567995 background

This text has black color on #567995 background.


White color preview on #567995 background

This text has white color on #567995 background.