COLOR #5B608A

HEX: #5B608A
RGB: (91,96,138)

Color info

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

RGB color model

#5B608A color RGB value is (91,96,138).

  • red value is 91;
  • green value is 96;
  • blue value is 138.
RGB:
(91,96,138)
(36%,38%,54%)

RGB channels and saturation

R 91 of 255 = 36%
G 96 of 255 = 38%
B 138 of 255 = 54%

91
96
138

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

Portions of RGB colors in percentages

R + G + B =
91 + 96 + 138 = 325 (100%)
R 91 of 325 ~ 28%
G 96 of 325 ~ 29.54%
B 138 of 325 ~ 42.46%

%28
%29.54
%42.46

CMYK color model

#5B608A color CMYK value is (34,30,0,46).

  • cyan value is 34.06%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(34,30,0,46)
C34M30Y0K46 
(34%,30%,0%,46%)
(0.34/0.30/0.00/0.46)	

CMYK percentages

%34.06
%30.43
%0
%45.88

Codes

Color #5B608A in popluar color models

5B608A
RGB9196138
HSL234°20.52%44.90%
HSB/HSV234°34.06%54.12%
CMYK34.06%30.43%0.00%
45.88%

Color #5B608A in popluar number systems.

HEX5B608A
Decimal9196138
Binary1011011110000010001010
Octal133140212

Shades and tints

Shades of #5B608A

#5B608A
(91,96,138)
#53587E
(83,88,126)
#4B5072
(75,80,114)
#434866
(67,72,102)
#3B405A
(59,64,90)
#33384E
(51,56,78)
#2B3042
(43,48,66)
#232836
(35,40,54)
#1B202A
(27,32,42)
#13181E
(19,24,30)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #5B608A

#5B608A
(91,96,138)
#696E94
(105,110,148)
#777C9E
(119,124,158)
#858AA8
(133,138,168)
#9398B2
(147,152,178)
#A1A6BC
(161,166,188)
#AFB4C6
(175,180,198)
#BDC2D0
(189,194,208)
#CBD0DA
(203,208,218)
#D9DEE4
(217,222,228)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B608A; }

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

This text font color is #5B608A.


Background Color

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

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

This div background color is #5B608A.


Border color

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

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

This div border color is #5B608A.


Opacity

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

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

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

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

This text has shadow with #5B608A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B608A on black background.


Color preview on white background

This text has color #5B608A on white background.



Black color preview on #5B608A background

This text has black color on #5B608A background.


White color preview on #5B608A background

This text has white color on #5B608A background.