COLOR #563258

HEX: #563258
RGB: (86,50,88)

Color info

#563258 contains red, green and blue colors in about the same proportion. Web safe color of #563258 is #663366 (or #636).

RGB color model

#563258 color RGB value is (86,50,88).

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

RGB channels and saturation

R 86 of 255 = 34%
G 50 of 255 = 20%
B 88 of 255 = 35%

86
50
88

R + G + B ~ 30%. #563258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 50 + 88 = 224 (100%)
R 86 of 224 ~ 38.39%
G 50 of 224 ~ 22.32%
B 88 of 224 ~ 39.29%

%38.39
%22.32
%39.29

CMYK color model

#563258 color CMYK value is (2,43,0,65).

  • cyan value is 2.27%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(2,43,0,65)
C2M43Y0K65 
(2%,43%,0%,65%)
(0.02/0.43/0.00/0.65)	

CMYK percentages

%2.27
%43.18
%0
%65.49

Codes

Color #563258 in popluar color models

563258
RGB865088
HSL297°27.54%27.06%
HSB/HSV297°43.18%34.51%
CMYK2.27%43.18%0.00%
65.49%

Color #563258 in popluar number systems.

HEX563258
Decimal865088
Binary10101101100101011000
Octal12662130

Shades and tints

Shades of #563258

#563258
(86,50,88)
#4F2E50
(79,46,80)
#482A48
(72,42,72)
#412640
(65,38,64)
#3A2238
(58,34,56)
#331E30
(51,30,48)
#2C1A28
(44,26,40)
#251620
(37,22,32)
#1E1218
(30,18,24)
#170E10
(23,14,16)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #563258

#563258
(86,50,88)
#654467
(101,68,103)
#745676
(116,86,118)
#836885
(131,104,133)
#927A94
(146,122,148)
#A18CA3
(161,140,163)
#B09EB2
(176,158,178)
#BFB0C1
(191,176,193)
#CEC2D0
(206,194,208)
#DDD4DF
(221,212,223)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563258; }

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

This text font color is #563258.


Background Color

.myBgColor { background-color: #563258; }

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

This div background color is #563258.


Border color

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

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

This div border color is #563258.


Opacity

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

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

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

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

This text has shadow with #563258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563258 on black background.


Color preview on white background

This text has color #563258 on white background.



Black color preview on #563258 background

This text has black color on #563258 background.


White color preview on #563258 background

This text has white color on #563258 background.