COLOR #596BFB

HEX: #596BFB
RGB: (89,107,251)

Color info

#596BFB contains mainly blue color. Web safe color of #596BFB is #6666FF (or #66F).

RGB color model

#596BFB color RGB value is (89,107,251).

  • red value is 89;
  • green value is 107;
  • blue value is 251.
RGB:
(89,107,251)
(35%,42%,98%)

RGB channels and saturation

R 89 of 255 = 35%
G 107 of 255 = 42%
B 251 of 255 = 98%

89
107
251

R + G + B ~ 58%. #596BFB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 107 + 251 = 447 (100%)
R 89 of 447 ~ 19.91%
G 107 of 447 ~ 23.94%
B 251 of 447 ~ 56.15%

%19.91
%23.94
%56.15

CMYK color model

#596BFB color CMYK value is (65,57,0,2).

  • cyan value is 64.54%
  • magenta value is 57.37%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(65,57,0,2)
C65M57Y0K2 
(65%,57%,0%,2%)
(0.65/0.57/0.00/0.02)	

CMYK percentages

%64.54
%57.37
%0
%1.57

Codes

Color #596BFB in popluar color models

596BFB
RGB89107251
HSL233°95.29%66.67%
HSB/HSV233°64.54%98.43%
CMYK64.54%57.37%0.00%
1.57%

Color #596BFB in popluar number systems.

HEX596BFB
Decimal89107251
Binary1011001110101111111011
Octal131153373

Shades and tints

Shades of #596BFB

#596BFB
(89,107,251)
#5162E5
(81,98,229)
#4959CF
(73,89,207)
#4150B9
(65,80,185)
#3947A3
(57,71,163)
#313E8D
(49,62,141)
#293577
(41,53,119)
#212C61
(33,44,97)
#19234B
(25,35,75)
#111A35
(17,26,53)
#09111F
(9,17,31)
#000000
(0,0,0)

Tints of #596BFB

#596BFB
(89,107,251)
#6878FB
(104,120,251)
#7785FB
(119,133,251)
#8692FB
(134,146,251)
#959FFB
(149,159,251)
#A4ACFB
(164,172,251)
#B3B9FB
(179,185,251)
#C2C6FB
(194,198,251)
#D1D3FB
(209,211,251)
#E0E0FB
(224,224,251)
#EFEDFB
(239,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596BFB color. Also use rgb(89,107,251) instead hex code.

Text Font Color

.myTextColor { color: #596BFB; }

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

This text font color is #596BFB.


Background Color

.myBgColor { background-color: #596BFB; }

<div style="background-color:#596BFB">Inner text</div>

This div background color is #596BFB.


Border color

.myBorderColor { border: 1px solid #596BFB; }

<div style="border:3px solid #596BFB">Div</div>

This div border color is #596BFB.


Opacity

.myOpacity80 { color: #596BFB; opacity: 0.8; }

<p style="color:#596BFB;opacity:0.8;">80%</p>

Text with #596BFB 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 #596BFB;}

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

This text has shadow with #596BFB color.

.textShadow {text-shadow: 3px 3px 1px #596BFB, 3px 3px 1px red;}

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

This text has shadow with #596BFB primary color and red secondary color.


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

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

This text has shadow with #596BFB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596BFB on black background.


Color preview on white background

This text has color #596BFB on white background.



Black color preview on #596BFB background

This text has black color on #596BFB background.


White color preview on #596BFB background

This text has white color on #596BFB background.