COLOR #53586B

HEX: #53586B
RGB: (83,88,107)

Color info

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

RGB color model

#53586B color RGB value is (83,88,107).

  • red value is 83;
  • green value is 88;
  • blue value is 107.
RGB:
(83,88,107)
(33%,35%,42%)

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 107 of 255 = 42%

83
88
107

R + G + B ~ 37%. #53586B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 107 = 278 (100%)
R 83 of 278 ~ 29.86%
G 88 of 278 ~ 31.65%
B 107 of 278 ~ 38.49%

%29.86
%31.65
%38.49

CMYK color model

#53586B color CMYK value is (22,18,0,58).

  • cyan value is 22.43%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(22,18,0,58)
C22M18Y0K58 
(22%,18%,0%,58%)
(0.22/0.18/0.00/0.58)	

CMYK percentages

%22.43
%17.76
%0
%58.04

Codes

Color #53586B in popluar color models

53586B
RGB8388107
HSL228°12.63%37.25%
HSB/HSV228°22.43%41.96%
CMYK22.43%17.76%0.00%
58.04%

Color #53586B in popluar number systems.

HEX53586B
Decimal8388107
Binary101001110110001101011
Octal123130153

Shades and tints

Shades of #53586B

#53586B
(83,88,107)
#4C5062
(76,80,98)
#454859
(69,72,89)
#3E4050
(62,64,80)
#373847
(55,56,71)
#30303E
(48,48,62)
#292835
(41,40,53)
#22202C
(34,32,44)
#1B1823
(27,24,35)
#14101A
(20,16,26)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #53586B

#53586B
(83,88,107)
#626778
(98,103,120)
#717685
(113,118,133)
#808592
(128,133,146)
#8F949F
(143,148,159)
#9EA3AC
(158,163,172)
#ADB2B9
(173,178,185)
#BCC1C6
(188,193,198)
#CBD0D3
(203,208,211)
#DADFE0
(218,223,224)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53586B color. Also use rgb(83,88,107) instead hex code.

Text Font Color

.myTextColor { color: #53586B; }

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

This text font color is #53586B.


Background Color

.myBgColor { background-color: #53586B; }

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

This div background color is #53586B.


Border color

.myBorderColor { border: 1px solid #53586B; }

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

This div border color is #53586B.


Opacity

.myOpacity80 { color: #53586B; opacity: 0.8; }

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

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

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

This text has shadow with #53586B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53586B on black background.


Color preview on white background

This text has color #53586B on white background.



Black color preview on #53586B background

This text has black color on #53586B background.


White color preview on #53586B background

This text has white color on #53586B background.