COLOR #595879

HEX: #595879
RGB: (89,88,121)

Color info

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

RGB color model

#595879 color RGB value is (89,88,121).

  • red value is 89;
  • green value is 88;
  • blue value is 121.
RGB:
(89,88,121)
(35%,35%,47%)

RGB channels and saturation

R 89 of 255 = 35%
G 88 of 255 = 35%
B 121 of 255 = 47%

89
88
121

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

Portions of RGB colors in percentages

R + G + B =
89 + 88 + 121 = 298 (100%)
R 89 of 298 ~ 29.87%
G 88 of 298 ~ 29.53%
B 121 of 298 ~ 40.6%

%29.87
%29.53
%40.6

CMYK color model

#595879 color CMYK value is (26,27,0,53).

  • cyan value is 26.45%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(26,27,0,53)
C26M27Y0K53 
(26%,27%,0%,53%)
(0.26/0.27/0.00/0.53)	

CMYK percentages

%26.45
%27.27
%0
%52.55

Codes

Color #595879 in popluar color models

595879
RGB8988121
HSL242°15.79%40.98%
HSB/HSV242°27.27%47.45%
CMYK26.45%27.27%0.00%
52.55%

Color #595879 in popluar number systems.

HEX595879
Decimal8988121
Binary101100110110001111001
Octal131130171

Shades and tints

Shades of #595879

#595879
(89,88,121)
#51506E
(81,80,110)
#494863
(73,72,99)
#414058
(65,64,88)
#39384D
(57,56,77)
#313042
(49,48,66)
#292837
(41,40,55)
#21202C
(33,32,44)
#191821
(25,24,33)
#111016
(17,16,22)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #595879

#595879
(89,88,121)
#686785
(104,103,133)
#777691
(119,118,145)
#86859D
(134,133,157)
#9594A9
(149,148,169)
#A4A3B5
(164,163,181)
#B3B2C1
(179,178,193)
#C2C1CD
(194,193,205)
#D1D0D9
(209,208,217)
#E0DFE5
(224,223,229)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595879 color. Also use rgb(89,88,121) instead hex code.

Text Font Color

.myTextColor { color: #595879; }

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

This text font color is #595879.


Background Color

.myBgColor { background-color: #595879; }

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

This div background color is #595879.


Border color

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

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

This div border color is #595879.


Opacity

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

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

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

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

This text has shadow with #595879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595879 on black background.


Color preview on white background

This text has color #595879 on white background.



Black color preview on #595879 background

This text has black color on #595879 background.


White color preview on #595879 background

This text has white color on #595879 background.