COLOR #595976

HEX: #595976
RGB: (89,89,118)

Color info

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

RGB color model

#595976 color RGB value is (89,89,118).

  • red value is 89;
  • green value is 89;
  • blue value is 118.
RGB:
(89,89,118)
(35%,35%,46%)

RGB channels and saturation

R 89 of 255 = 35%
G 89 of 255 = 35%
B 118 of 255 = 46%

89
89
118

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

Portions of RGB colors in percentages

R + G + B =
89 + 89 + 118 = 296 (100%)
R 89 of 296 ~ 30.07%
G 89 of 296 ~ 30.07%
B 118 of 296 ~ 39.86%

%30.07
%30.07
%39.86

CMYK color model

#595976 color CMYK value is (25,25,0,54).

  • cyan value is 24.58%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(25,25,0,54)
C25M25Y0K54 
(25%,25%,0%,54%)
(0.25/0.25/0.00/0.54)	

CMYK percentages

%24.58
%24.58
%0
%53.73

Codes

Color #595976 in popluar color models

595976
RGB8989118
HSL240°14.01%40.59%
HSB/HSV240°24.58%46.27%
CMYK24.58%24.58%0.00%
53.73%

Color #595976 in popluar number systems.

HEX595976
Decimal8989118
Binary101100110110011110110
Octal131131166

Shades and tints

Shades of #595976

#595976
(89,89,118)
#51516C
(81,81,108)
#494962
(73,73,98)
#414158
(65,65,88)
#39394E
(57,57,78)
#313144
(49,49,68)
#29293A
(41,41,58)
#212130
(33,33,48)
#191926
(25,25,38)
#11111C
(17,17,28)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #595976

#595976
(89,89,118)
#686882
(104,104,130)
#77778E
(119,119,142)
#86869A
(134,134,154)
#9595A6
(149,149,166)
#A4A4B2
(164,164,178)
#B3B3BE
(179,179,190)
#C2C2CA
(194,194,202)
#D1D1D6
(209,209,214)
#E0E0E2
(224,224,226)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595976; }

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

This text font color is #595976.


Background Color

.myBgColor { background-color: #595976; }

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

This div background color is #595976.


Border color

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

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

This div border color is #595976.


Opacity

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

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

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

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

This text has shadow with #595976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595976 on black background.


Color preview on white background

This text has color #595976 on white background.



Black color preview on #595976 background

This text has black color on #595976 background.


White color preview on #595976 background

This text has white color on #595976 background.