COLOR #595080

HEX: #595080
RGB: (89,80,128)

Color info

#595080 contains red, green and blue colors in about the same proportion. Web safe color of #595080 is #666666 (or #666).

RGB color model

#595080 color RGB value is (89,80,128).

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

RGB channels and saturation

R 89 of 255 = 35%
G 80 of 255 = 31%
B 128 of 255 = 50%

89
80
128

R + G + B ~ 39%. #595080 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 80 + 128 = 297 (100%)
R 89 of 297 ~ 29.97%
G 80 of 297 ~ 26.94%
B 128 of 297 ~ 43.1%

%29.97
%26.94
%43.1

CMYK color model

#595080 color CMYK value is (30,38,0,50).

  • cyan value is 30.47%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(30,38,0,50)
C30M38Y0K50 
(30%,38%,0%,50%)
(0.30/0.38/0.00/0.50)	

CMYK percentages

%30.47
%37.5
%0
%49.8

Codes

Color #595080 in popluar color models

595080
RGB8980128
HSL251°23.08%40.78%
HSB/HSV251°37.50%50.20%
CMYK30.47%37.50%0.00%
49.80%

Color #595080 in popluar number systems.

HEX595080
Decimal8980128
Binary1011001101000010000000
Octal131120200

Shades and tints

Shades of #595080

#595080
(89,80,128)
#514975
(81,73,117)
#49426A
(73,66,106)
#413B5F
(65,59,95)
#393454
(57,52,84)
#312D49
(49,45,73)
#29263E
(41,38,62)
#211F33
(33,31,51)
#191828
(25,24,40)
#11111D
(17,17,29)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #595080

#595080
(89,80,128)
#685F8B
(104,95,139)
#776E96
(119,110,150)
#867DA1
(134,125,161)
#958CAC
(149,140,172)
#A49BB7
(164,155,183)
#B3AAC2
(179,170,194)
#C2B9CD
(194,185,205)
#D1C8D8
(209,200,216)
#E0D7E3
(224,215,227)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595080; }

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

This text font color is #595080.


Background Color

.myBgColor { background-color: #595080; }

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

This div background color is #595080.


Border color

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

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

This div border color is #595080.


Opacity

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

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

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

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

This text has shadow with #595080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595080 on black background.


Color preview on white background

This text has color #595080 on white background.



Black color preview on #595080 background

This text has black color on #595080 background.


White color preview on #595080 background

This text has white color on #595080 background.