COLOR #5B527A

HEX: #5B527A
RGB: (91,82,122)

Color info

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

RGB color model

#5B527A color RGB value is (91,82,122).

  • red value is 91;
  • green value is 82;
  • blue value is 122.
RGB:
(91,82,122)
(36%,32%,48%)

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 122 of 255 = 48%

91
82
122

R + G + B ~ 39%. #5B527A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 122 = 295 (100%)
R 91 of 295 ~ 30.85%
G 82 of 295 ~ 27.8%
B 122 of 295 ~ 41.36%

%30.85
%27.8
%41.36

CMYK color model

#5B527A color CMYK value is (25,33,0,52).

  • cyan value is 25.41%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(25,33,0,52)
C25M33Y0K52 
(25%,33%,0%,52%)
(0.25/0.33/0.00/0.52)	

CMYK percentages

%25.41
%32.79
%0
%52.16

Codes

Color #5B527A in popluar color models

5B527A
RGB9182122
HSL254°19.61%40.00%
HSB/HSV254°32.79%47.84%
CMYK25.41%32.79%0.00%
52.16%

Color #5B527A in popluar number systems.

HEX5B527A
Decimal9182122
Binary101101110100101111010
Octal133122172

Shades and tints

Shades of #5B527A

#5B527A
(91,82,122)
#534B6F
(83,75,111)
#4B4464
(75,68,100)
#433D59
(67,61,89)
#3B364E
(59,54,78)
#332F43
(51,47,67)
#2B2838
(43,40,56)
#23212D
(35,33,45)
#1B1A22
(27,26,34)
#131317
(19,19,23)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #5B527A

#5B527A
(91,82,122)
#696186
(105,97,134)
#777092
(119,112,146)
#857F9E
(133,127,158)
#938EAA
(147,142,170)
#A19DB6
(161,157,182)
#AFACC2
(175,172,194)
#BDBBCE
(189,187,206)
#CBCADA
(203,202,218)
#D9D9E6
(217,217,230)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B527A color. Also use rgb(91,82,122) instead hex code.

Text Font Color

.myTextColor { color: #5B527A; }

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

This text font color is #5B527A.


Background Color

.myBgColor { background-color: #5B527A; }

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

This div background color is #5B527A.


Border color

.myBorderColor { border: 1px solid #5B527A; }

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

This div border color is #5B527A.


Opacity

.myOpacity80 { color: #5B527A; opacity: 0.8; }

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

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

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

This text has shadow with #5B527A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B527A on black background.


Color preview on white background

This text has color #5B527A on white background.



Black color preview on #5B527A background

This text has black color on #5B527A background.


White color preview on #5B527A background

This text has white color on #5B527A background.