COLOR #596DE7

HEX: #596DE7
RGB: (89,109,231)

Color info

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

RGB color model

#596DE7 color RGB value is (89,109,231).

  • red value is 89;
  • green value is 109;
  • blue value is 231.
RGB:
(89,109,231)
(35%,43%,91%)

RGB channels and saturation

R 89 of 255 = 35%
G 109 of 255 = 43%
B 231 of 255 = 91%

89
109
231

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

Portions of RGB colors in percentages

R + G + B =
89 + 109 + 231 = 429 (100%)
R 89 of 429 ~ 20.75%
G 109 of 429 ~ 25.41%
B 231 of 429 ~ 53.85%

%20.75
%25.41
%53.85

CMYK color model

#596DE7 color CMYK value is (61,53,0,9).

  • cyan value is 61.47%
  • magenta value is 52.81%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(61,53,0,9)
C61M53Y0K9 
(61%,53%,0%,9%)
(0.61/0.53/0.00/0.09)	

CMYK percentages

%61.47
%52.81
%0
%9.41

Codes

Color #596DE7 in popluar color models

596DE7
RGB89109231
HSL232°74.74%62.75%
HSB/HSV232°61.47%90.59%
CMYK61.47%52.81%0.00%
9.41%

Color #596DE7 in popluar number systems.

HEX596DE7
Decimal89109231
Binary1011001110110111100111
Octal131155347

Shades and tints

Shades of #596DE7

#596DE7
(89,109,231)
#5164D2
(81,100,210)
#495BBD
(73,91,189)
#4152A8
(65,82,168)
#394993
(57,73,147)
#31407E
(49,64,126)
#293769
(41,55,105)
#212E54
(33,46,84)
#19253F
(25,37,63)
#111C2A
(17,28,42)
#091315
(9,19,21)
#000000
(0,0,0)

Tints of #596DE7

#596DE7
(89,109,231)
#687AE9
(104,122,233)
#7787EB
(119,135,235)
#8694ED
(134,148,237)
#95A1EF
(149,161,239)
#A4AEF1
(164,174,241)
#B3BBF3
(179,187,243)
#C2C8F5
(194,200,245)
#D1D5F7
(209,213,247)
#E0E2F9
(224,226,249)
#EFEFFB
(239,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596DE7 color. Also use rgb(89,109,231) instead hex code.

Text Font Color

.myTextColor { color: #596DE7; }

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

This text font color is #596DE7.


Background Color

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

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

This div background color is #596DE7.


Border color

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

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

This div border color is #596DE7.


Opacity

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

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

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

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

This text has shadow with #596DE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596DE7 on black background.


Color preview on white background

This text has color #596DE7 on white background.



Black color preview on #596DE7 background

This text has black color on #596DE7 background.


White color preview on #596DE7 background

This text has white color on #596DE7 background.