COLOR #595277

HEX: #595277
RGB: (89,82,119)

Color info

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

RGB color model

#595277 color RGB value is (89,82,119).

  • red value is 89;
  • green value is 82;
  • blue value is 119.
RGB:
(89,82,119)
(35%,32%,47%)

RGB channels and saturation

R 89 of 255 = 35%
G 82 of 255 = 32%
B 119 of 255 = 47%

89
82
119

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

Portions of RGB colors in percentages

R + G + B =
89 + 82 + 119 = 290 (100%)
R 89 of 290 ~ 30.69%
G 82 of 290 ~ 28.28%
B 119 of 290 ~ 41.03%

%30.69
%28.28
%41.03

CMYK color model

#595277 color CMYK value is (25,31,0,53).

  • cyan value is 25.21%
  • magenta value is 31.09%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(25,31,0,53)
C25M31Y0K53 
(25%,31%,0%,53%)
(0.25/0.31/0.00/0.53)	

CMYK percentages

%25.21
%31.09
%0
%53.33

Codes

Color #595277 in popluar color models

595277
RGB8982119
HSL251°18.41%39.41%
HSB/HSV251°31.09%46.67%
CMYK25.21%31.09%0.00%
53.33%

Color #595277 in popluar number systems.

HEX595277
Decimal8982119
Binary101100110100101110111
Octal131122167

Shades and tints

Shades of #595277

#595277
(89,82,119)
#514B6D
(81,75,109)
#494463
(73,68,99)
#413D59
(65,61,89)
#39364F
(57,54,79)
#312F45
(49,47,69)
#29283B
(41,40,59)
#212131
(33,33,49)
#191A27
(25,26,39)
#11131D
(17,19,29)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #595277

#595277
(89,82,119)
#686183
(104,97,131)
#77708F
(119,112,143)
#867F9B
(134,127,155)
#958EA7
(149,142,167)
#A49DB3
(164,157,179)
#B3ACBF
(179,172,191)
#C2BBCB
(194,187,203)
#D1CAD7
(209,202,215)
#E0D9E3
(224,217,227)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595277; }

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

This text font color is #595277.


Background Color

.myBgColor { background-color: #595277; }

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

This div background color is #595277.


Border color

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

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

This div border color is #595277.


Opacity

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

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

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

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

This text has shadow with #595277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595277 on black background.


Color preview on white background

This text has color #595277 on white background.



Black color preview on #595277 background

This text has black color on #595277 background.


White color preview on #595277 background

This text has white color on #595277 background.