COLOR #595574

HEX: #595574
RGB: (89,85,116)

Color info

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

RGB color model

#595574 color RGB value is (89,85,116).

  • red value is 89;
  • green value is 85;
  • blue value is 116.
RGB:
(89,85,116)
(35%,33%,45%)

RGB channels and saturation

R 89 of 255 = 35%
G 85 of 255 = 33%
B 116 of 255 = 45%

89
85
116

R + G + B ~ 38%. #595574 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 85 + 116 = 290 (100%)
R 89 of 290 ~ 30.69%
G 85 of 290 ~ 29.31%
B 116 of 290 ~ 40%

%30.69
%29.31
%40

CMYK color model

#595574 color CMYK value is (23,27,0,55).

  • cyan value is 23.28%
  • magenta value is 26.72%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(23,27,0,55)
C23M27Y0K55 
(23%,27%,0%,55%)
(0.23/0.27/0.00/0.55)	

CMYK percentages

%23.28
%26.72
%0
%54.51

Codes

Color #595574 in popluar color models

595574
RGB8985116
HSL248°15.42%39.41%
HSB/HSV248°26.72%45.49%
CMYK23.28%26.72%0.00%
54.51%

Color #595574 in popluar number systems.

HEX595574
Decimal8985116
Binary101100110101011110100
Octal131125164

Shades and tints

Shades of #595574

#595574
(89,85,116)
#514E6A
(81,78,106)
#494760
(73,71,96)
#414056
(65,64,86)
#39394C
(57,57,76)
#313242
(49,50,66)
#292B38
(41,43,56)
#21242E
(33,36,46)
#191D24
(25,29,36)
#11161A
(17,22,26)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #595574

#595574
(89,85,116)
#686480
(104,100,128)
#77738C
(119,115,140)
#868298
(134,130,152)
#9591A4
(149,145,164)
#A4A0B0
(164,160,176)
#B3AFBC
(179,175,188)
#C2BEC8
(194,190,200)
#D1CDD4
(209,205,212)
#E0DCE0
(224,220,224)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595574; }

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

This text font color is #595574.


Background Color

.myBgColor { background-color: #595574; }

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

This div background color is #595574.


Border color

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

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

This div border color is #595574.


Opacity

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

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

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

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

This text has shadow with #595574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595574 on black background.


Color preview on white background

This text has color #595574 on white background.



Black color preview on #595574 background

This text has black color on #595574 background.


White color preview on #595574 background

This text has white color on #595574 background.