COLOR #5959B7

HEX: #5959B7
RGB: (89,89,183)

Color info

#5959B7 contains mainly blue color. Web safe color of #5959B7 is #6666CC (or #66C).

RGB color model

#5959B7 color RGB value is (89,89,183).

  • red value is 89;
  • green value is 89;
  • blue value is 183.
RGB:
(89,89,183)
(35%,35%,72%)

RGB channels and saturation

R 89 of 255 = 35%
G 89 of 255 = 35%
B 183 of 255 = 72%

89
89
183

R + G + B ~ 47%. #5959B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 89 + 183 = 361 (100%)
R 89 of 361 ~ 24.65%
G 89 of 361 ~ 24.65%
B 183 of 361 ~ 50.69%

%24.65
%24.65
%50.69

CMYK color model

#5959B7 color CMYK value is (51,51,0,28).

  • cyan value is 51.37%
  • magenta value is 51.37%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(51,51,0,28)
C51M51Y0K28 
(51%,51%,0%,28%)
(0.51/0.51/0.00/0.28)	

CMYK percentages

%51.37
%51.37
%0
%28.24

Codes

Color #5959B7 in popluar color models

5959B7
RGB8989183
HSL240°39.50%53.33%
HSB/HSV240°51.37%71.76%
CMYK51.37%51.37%0.00%
28.24%

Color #5959B7 in popluar number systems.

HEX5959B7
Decimal8989183
Binary1011001101100110110111
Octal131131267

Shades and tints

Shades of #5959B7

#5959B7
(89,89,183)
#5151A7
(81,81,167)
#494997
(73,73,151)
#414187
(65,65,135)
#393977
(57,57,119)
#313167
(49,49,103)
#292957
(41,41,87)
#212147
(33,33,71)
#191937
(25,25,55)
#111127
(17,17,39)
#090917
(9,9,23)
#000000
(0,0,0)

Tints of #5959B7

#5959B7
(89,89,183)
#6868BD
(104,104,189)
#7777C3
(119,119,195)
#8686C9
(134,134,201)
#9595CF
(149,149,207)
#A4A4D5
(164,164,213)
#B3B3DB
(179,179,219)
#C2C2E1
(194,194,225)
#D1D1E7
(209,209,231)
#E0E0ED
(224,224,237)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5959B7 color. Also use rgb(89,89,183) instead hex code.

Text Font Color

.myTextColor { color: #5959B7; }

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

This text font color is #5959B7.


Background Color

.myBgColor { background-color: #5959B7; }

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

This div background color is #5959B7.


Border color

.myBorderColor { border: 1px solid #5959B7; }

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

This div border color is #5959B7.


Opacity

.myOpacity80 { color: #5959B7; opacity: 0.8; }

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

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

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

This text has shadow with #5959B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5959B7 on black background.


Color preview on white background

This text has color #5959B7 on white background.



Black color preview on #5959B7 background

This text has black color on #5959B7 background.


White color preview on #5959B7 background

This text has white color on #5959B7 background.