COLOR #595471

HEX: #595471
RGB: (89,84,113)

Color info

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

RGB color model

#595471 color RGB value is (89,84,113).

  • red value is 89;
  • green value is 84;
  • blue value is 113.
RGB:
(89,84,113)
(35%,33%,44%)

RGB channels and saturation

R 89 of 255 = 35%
G 84 of 255 = 33%
B 113 of 255 = 44%

89
84
113

R + G + B ~ 37%. #595471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 84 + 113 = 286 (100%)
R 89 of 286 ~ 31.12%
G 84 of 286 ~ 29.37%
B 113 of 286 ~ 39.51%

%31.12
%29.37
%39.51

CMYK color model

#595471 color CMYK value is (21,26,0,56).

  • cyan value is 21.24%
  • magenta value is 25.66%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(21,26,0,56)
C21M26Y0K56 
(21%,26%,0%,56%)
(0.21/0.26/0.00/0.56)	

CMYK percentages

%21.24
%25.66
%0
%55.69

Codes

Color #595471 in popluar color models

595471
RGB8984113
HSL250°14.72%38.63%
HSB/HSV250°25.66%44.31%
CMYK21.24%25.66%0.00%
55.69%

Color #595471 in popluar number systems.

HEX595471
Decimal8984113
Binary101100110101001110001
Octal131124161

Shades and tints

Shades of #595471

#595471
(89,84,113)
#514D67
(81,77,103)
#49465D
(73,70,93)
#413F53
(65,63,83)
#393849
(57,56,73)
#31313F
(49,49,63)
#292A35
(41,42,53)
#21232B
(33,35,43)
#191C21
(25,28,33)
#111517
(17,21,23)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #595471

#595471
(89,84,113)
#68637D
(104,99,125)
#777289
(119,114,137)
#868195
(134,129,149)
#9590A1
(149,144,161)
#A49FAD
(164,159,173)
#B3AEB9
(179,174,185)
#C2BDC5
(194,189,197)
#D1CCD1
(209,204,209)
#E0DBDD
(224,219,221)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595471; }

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

This text font color is #595471.


Background Color

.myBgColor { background-color: #595471; }

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

This div background color is #595471.


Border color

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

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

This div border color is #595471.


Opacity

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

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

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

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

This text has shadow with #595471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595471 on black background.


Color preview on white background

This text has color #595471 on white background.



Black color preview on #595471 background

This text has black color on #595471 background.


White color preview on #595471 background

This text has white color on #595471 background.