COLOR #595A97

HEX: #595A97
RGB: (89,90,151)

Color info

#595A97 contains mainly blue color. Web safe color of #595A97 is #666699 (or #669).

RGB color model

#595A97 color RGB value is (89,90,151).

  • red value is 89;
  • green value is 90;
  • blue value is 151.
RGB:
(89,90,151)
(35%,35%,59%)

RGB channels and saturation

R 89 of 255 = 35%
G 90 of 255 = 35%
B 151 of 255 = 59%

89
90
151

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

Portions of RGB colors in percentages

R + G + B =
89 + 90 + 151 = 330 (100%)
R 89 of 330 ~ 26.97%
G 90 of 330 ~ 27.27%
B 151 of 330 ~ 45.76%

%26.97
%27.27
%45.76

CMYK color model

#595A97 color CMYK value is (41,40,0,41).

  • cyan value is 41.06%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(41,40,0,41)
C41M40Y0K41 
(41%,40%,0%,41%)
(0.41/0.40/0.00/0.41)	

CMYK percentages

%41.06
%40.4
%0
%40.78

Codes

Color #595A97 in popluar color models

595A97
RGB8990151
HSL239°25.83%47.06%
HSB/HSV239°41.06%59.22%
CMYK41.06%40.40%0.00%
40.78%

Color #595A97 in popluar number systems.

HEX595A97
Decimal8990151
Binary1011001101101010010111
Octal131132227

Shades and tints

Shades of #595A97

#595A97
(89,90,151)
#51528A
(81,82,138)
#494A7D
(73,74,125)
#414270
(65,66,112)
#393A63
(57,58,99)
#313256
(49,50,86)
#292A49
(41,42,73)
#21223C
(33,34,60)
#191A2F
(25,26,47)
#111222
(17,18,34)
#090A15
(9,10,21)
#000000
(0,0,0)

Tints of #595A97

#595A97
(89,90,151)
#6869A0
(104,105,160)
#7778A9
(119,120,169)
#8687B2
(134,135,178)
#9596BB
(149,150,187)
#A4A5C4
(164,165,196)
#B3B4CD
(179,180,205)
#C2C3D6
(194,195,214)
#D1D2DF
(209,210,223)
#E0E1E8
(224,225,232)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595A97 color. Also use rgb(89,90,151) instead hex code.

Text Font Color

.myTextColor { color: #595A97; }

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

This text font color is #595A97.


Background Color

.myBgColor { background-color: #595A97; }

<div style="background-color:#595A97">Inner text</div>

This div background color is #595A97.


Border color

.myBorderColor { border: 1px solid #595A97; }

<div style="border:3px solid #595A97">Div</div>

This div border color is #595A97.


Opacity

.myOpacity80 { color: #595A97; opacity: 0.8; }

<p style="color:#595A97;opacity:0.8;">80%</p>

Text with #595A97 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 #595A97;}

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

This text has shadow with #595A97 color.

.textShadow {text-shadow: 3px 3px 1px #595A97, 3px 3px 1px red;}

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

This text has shadow with #595A97 primary color and red secondary color.


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

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

This text has shadow with #595A97 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595A97 on black background.


Color preview on white background

This text has color #595A97 on white background.



Black color preview on #595A97 background

This text has black color on #595A97 background.


White color preview on #595A97 background

This text has white color on #595A97 background.