COLOR #565875

HEX: #565875
RGB: (86,88,117)

Color info

#565875 contains red, green and blue colors in about the same proportion. Web safe color of #565875 is #666666 (or #666).

RGB color model

#565875 color RGB value is (86,88,117).

  • red value is 86;
  • green value is 88;
  • blue value is 117.
RGB:
(86,88,117)
(34%,35%,46%)

RGB channels and saturation

R 86 of 255 = 34%
G 88 of 255 = 35%
B 117 of 255 = 46%

86
88
117

R + G + B ~ 38%. #565875 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 88 + 117 = 291 (100%)
R 86 of 291 ~ 29.55%
G 88 of 291 ~ 30.24%
B 117 of 291 ~ 40.21%

%29.55
%30.24
%40.21

CMYK color model

#565875 color CMYK value is (26,25,0,54).

  • cyan value is 26.50%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(26,25,0,54)
C26M25Y0K54 
(26%,25%,0%,54%)
(0.26/0.25/0.00/0.54)	

CMYK percentages

%26.5
%24.79
%0
%54.12

Codes

Color #565875 in popluar color models

565875
RGB8688117
HSL236°15.27%39.80%
HSB/HSV236°26.50%45.88%
CMYK26.50%24.79%0.00%
54.12%

Color #565875 in popluar number systems.

HEX565875
Decimal8688117
Binary101011010110001110101
Octal126130165

Shades and tints

Shades of #565875

#565875
(86,88,117)
#4F506B
(79,80,107)
#484861
(72,72,97)
#414057
(65,64,87)
#3A384D
(58,56,77)
#333043
(51,48,67)
#2C2839
(44,40,57)
#25202F
(37,32,47)
#1E1825
(30,24,37)
#17101B
(23,16,27)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #565875

#565875
(86,88,117)
#656781
(101,103,129)
#74768D
(116,118,141)
#838599
(131,133,153)
#9294A5
(146,148,165)
#A1A3B1
(161,163,177)
#B0B2BD
(176,178,189)
#BFC1C9
(191,193,201)
#CED0D5
(206,208,213)
#DDDFE1
(221,223,225)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565875 color. Also use rgb(86,88,117) instead hex code.

Text Font Color

.myTextColor { color: #565875; }

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

This text font color is #565875.


Background Color

.myBgColor { background-color: #565875; }

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

This div background color is #565875.


Border color

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

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

This div border color is #565875.


Opacity

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

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

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

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

This text has shadow with #565875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565875 on black background.


Color preview on white background

This text has color #565875 on white background.



Black color preview on #565875 background

This text has black color on #565875 background.


White color preview on #565875 background

This text has white color on #565875 background.