COLOR #596ABB

HEX: #596ABB
RGB: (89,106,187)

Color info

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

RGB color model

#596ABB color RGB value is (89,106,187).

  • red value is 89;
  • green value is 106;
  • blue value is 187.
RGB:
(89,106,187)
(35%,42%,73%)

RGB channels and saturation

R 89 of 255 = 35%
G 106 of 255 = 42%
B 187 of 255 = 73%

89
106
187

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

Portions of RGB colors in percentages

R + G + B =
89 + 106 + 187 = 382 (100%)
R 89 of 382 ~ 23.3%
G 106 of 382 ~ 27.75%
B 187 of 382 ~ 48.95%

%23.3
%27.75
%48.95

CMYK color model

#596ABB color CMYK value is (52,43,0,27).

  • cyan value is 52.41%
  • magenta value is 43.32%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(52,43,0,27)
C52M43Y0K27 
(52%,43%,0%,27%)
(0.52/0.43/0.00/0.27)	

CMYK percentages

%52.41
%43.32
%0
%26.67

Codes

Color #596ABB in popluar color models

596ABB
RGB89106187
HSL230°41.88%54.12%
HSB/HSV230°52.41%73.33%
CMYK52.41%43.32%0.00%
26.67%

Color #596ABB in popluar number systems.

HEX596ABB
Decimal89106187
Binary1011001110101010111011
Octal131152273

Shades and tints

Shades of #596ABB

#596ABB
(89,106,187)
#5161AA
(81,97,170)
#495899
(73,88,153)
#414F88
(65,79,136)
#394677
(57,70,119)
#313D66
(49,61,102)
#293455
(41,52,85)
#212B44
(33,43,68)
#192233
(25,34,51)
#111922
(17,25,34)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #596ABB

#596ABB
(89,106,187)
#6877C1
(104,119,193)
#7784C7
(119,132,199)
#8691CD
(134,145,205)
#959ED3
(149,158,211)
#A4ABD9
(164,171,217)
#B3B8DF
(179,184,223)
#C2C5E5
(194,197,229)
#D1D2EB
(209,210,235)
#E0DFF1
(224,223,241)
#EFECF7
(239,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596ABB color. Also use rgb(89,106,187) instead hex code.

Text Font Color

.myTextColor { color: #596ABB; }

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

This text font color is #596ABB.


Background Color

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

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

This div background color is #596ABB.


Border color

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

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

This div border color is #596ABB.


Opacity

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

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

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

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

This text has shadow with #596ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596ABB on black background.


Color preview on white background

This text has color #596ABB on white background.



Black color preview on #596ABB background

This text has black color on #596ABB background.


White color preview on #596ABB background

This text has white color on #596ABB background.