COLOR #595099

HEX: #595099
RGB: (89,80,153)

Color info

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

RGB color model

#595099 color RGB value is (89,80,153).

  • red value is 89;
  • green value is 80;
  • blue value is 153.
RGB:
(89,80,153)
(35%,31%,60%)

RGB channels and saturation

R 89 of 255 = 35%
G 80 of 255 = 31%
B 153 of 255 = 60%

89
80
153

R + G + B ~ 42%. #595099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 80 + 153 = 322 (100%)
R 89 of 322 ~ 27.64%
G 80 of 322 ~ 24.84%
B 153 of 322 ~ 47.52%

%27.64
%24.84
%47.52

CMYK color model

#595099 color CMYK value is (42,48,0,40).

  • cyan value is 41.83%
  • magenta value is 47.71%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(42,48,0,40)
C42M48Y0K40 
(42%,48%,0%,40%)
(0.42/0.48/0.00/0.40)	

CMYK percentages

%41.83
%47.71
%0
%40

Codes

Color #595099 in popluar color models

595099
RGB8980153
HSL247°31.33%45.69%
HSB/HSV247°47.71%60.00%
CMYK41.83%47.71%0.00%
40.00%

Color #595099 in popluar number systems.

HEX595099
Decimal8980153
Binary1011001101000010011001
Octal131120231

Shades and tints

Shades of #595099

#595099
(89,80,153)
#51498C
(81,73,140)
#49427F
(73,66,127)
#413B72
(65,59,114)
#393465
(57,52,101)
#312D58
(49,45,88)
#29264B
(41,38,75)
#211F3E
(33,31,62)
#191831
(25,24,49)
#111124
(17,17,36)
#090A17
(9,10,23)
#000000
(0,0,0)

Tints of #595099

#595099
(89,80,153)
#685FA2
(104,95,162)
#776EAB
(119,110,171)
#867DB4
(134,125,180)
#958CBD
(149,140,189)
#A49BC6
(164,155,198)
#B3AACF
(179,170,207)
#C2B9D8
(194,185,216)
#D1C8E1
(209,200,225)
#E0D7EA
(224,215,234)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595099 color. Also use rgb(89,80,153) instead hex code.

Text Font Color

.myTextColor { color: #595099; }

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

This text font color is #595099.


Background Color

.myBgColor { background-color: #595099; }

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

This div background color is #595099.


Border color

.myBorderColor { border: 1px solid #595099; }

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

This div border color is #595099.


Opacity

.myOpacity80 { color: #595099; opacity: 0.8; }

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

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

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

This text has shadow with #595099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595099 on black background.


Color preview on white background

This text has color #595099 on white background.



Black color preview on #595099 background

This text has black color on #595099 background.


White color preview on #595099 background

This text has white color on #595099 background.