COLOR #5B658A

HEX: #5B658A RGB: (91,101,138)

Color info

#5B658A contains red, green and blue colors in about the same proportion. Web safe color of #5B658A is #666699 (or #669).

RGB color model

#5B658A color RGB value is (91,101,138).

RGB: (91,101,138) (36%, 40%, 54%)

RGB channels and saturation

R 91 of 255 = 36%
G 101 of 255 = 40%
B 138 of 255 = 54%

91
101
138

R + G + B ~ 43%. #5B658A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 91 + 101 + 138 = 330 (100%)
R 91 of 330 ~ 27.58%
G 101 of 330 ~ 30.61%
B 138 of 330 ~ 41.82'%

%27.58
%30.61
%41.82

CMYK color model

#5B658A color CMYK value is (34,27,0,46).

  • cyan value is 34.06%
  • magenta value is 26.81%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (34,27,0,46)
C34M27Y0K46 (34%, 27%, 0%, 46%)
(0.34 / 0.27 / 0.00 / 0.46)

CMYK percentages

%34.06
%26.81
%0
%45.88

Codes

Color #5B658A in popluar color models

5B 65 8A
RGB 91 101 138
HSL 227° 20.52% 44.90%
HSB/HSV 227° 34.06% 54.12%
CMYK 34.06% 26.81% 0.00%
45.88%

Color #5B658A in popluar number systems.

HEX 5B 65 8A
Decimal 91 101 138
Binary 1011011 1100101 10001010
Octal 133 145 212

Shades and tints

Shades of #5B658A

#5B658A
(91,101,138)
#535C7E
(83,92,126)
#4B5372
(75,83,114)
#434A66
(67,74,102)
#3B415A
(59,65,90)
#33384E
(51,56,78)
#2B2F42
(43,47,66)
#232636
(35,38,54)
#1B1D2A
(27,29,42)
#13141E
(19,20,30)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #5B658A

#5B658A
(91,101,138)
#697394
(105,115,148)
#77819E
(119,129,158)
#858FA8
(133,143,168)
#939DB2
(147,157,178)
#A1ABBC
(161,171,188)
#AFB9C6
(175,185,198)
#BDC7D0
(189,199,208)
#CBD5DA
(203,213,218)
#D9E3E4
(217,227,228)
#E7F1EE
(231,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B658A color. Also use rgb(91,101,138) instead hex code.

Text Font Color

.myTextColor { color: #5B658A; }

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

This text font color is #5B658A.

Background Color

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

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

This div background color is #5B658A.

Border color

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

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

This div border color is #5B658A.

Opacity

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

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

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

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

This text has shadow with #5B658A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B658A.

Preview

Color preview on black background

This text has color #5B658A on black background.


Color preview on white background

This text has color #5B658A on white background.


Black color preview on #5B658A background

This text has black color on #5B658A background.


White color preview on #5B658A background

This text has white color on #5B658A background.


Related colors

Complementary color

Complementary color for #hex is #A49A75.


I love getcolorcode.com

Triadic colors

1 #8A5B65 and #658A5B with #5B658A are triadic colors.

2 #8A655B and #655B8A with #5B658A are triadic colors.