COLOR #595AA2

HEX: #595AA2
RGB: (89,90,162)

Color info

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

RGB color model

#595AA2 color RGB value is (89,90,162).

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

RGB channels and saturation

R 89 of 255 = 35%
G 90 of 255 = 35%
B 162 of 255 = 64%

89
90
162

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

Portions of RGB colors in percentages

R + G + B =
89 + 90 + 162 = 341 (100%)
R 89 of 341 ~ 26.1%
G 90 of 341 ~ 26.39%
B 162 of 341 ~ 47.51%

%26.1
%26.39
%47.51

CMYK color model

#595AA2 color CMYK value is (45,44,0,36).

  • cyan value is 45.06%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(45,44,0,36)
C45M44Y0K36 
(45%,44%,0%,36%)
(0.45/0.44/0.00/0.36)	

CMYK percentages

%45.06
%44.44
%0
%36.47

Codes

Color #595AA2 in popluar color models

595AA2
RGB8990162
HSL239°29.08%49.22%
HSB/HSV239°45.06%63.53%
CMYK45.06%44.44%0.00%
36.47%

Color #595AA2 in popluar number systems.

HEX595AA2
Decimal8990162
Binary1011001101101010100010
Octal131132242

Shades and tints

Shades of #595AA2

#595AA2
(89,90,162)
#515294
(81,82,148)
#494A86
(73,74,134)
#414278
(65,66,120)
#393A6A
(57,58,106)
#31325C
(49,50,92)
#292A4E
(41,42,78)
#212240
(33,34,64)
#191A32
(25,26,50)
#111224
(17,18,36)
#090A16
(9,10,22)
#000000
(0,0,0)

Tints of #595AA2

#595AA2
(89,90,162)
#6869AA
(104,105,170)
#7778B2
(119,120,178)
#8687BA
(134,135,186)
#9596C2
(149,150,194)
#A4A5CA
(164,165,202)
#B3B4D2
(179,180,210)
#C2C3DA
(194,195,218)
#D1D2E2
(209,210,226)
#E0E1EA
(224,225,234)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595AA2; }

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

This text font color is #595AA2.


Background Color

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

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

This div background color is #595AA2.


Border color

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

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

This div border color is #595AA2.


Opacity

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

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

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

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

This text has shadow with #595AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595AA2 on black background.


Color preview on white background

This text has color #595AA2 on white background.



Black color preview on #595AA2 background

This text has black color on #595AA2 background.


White color preview on #595AA2 background

This text has white color on #595AA2 background.