COLOR #595881

HEX: #595881
RGB: (89,88,129)

Color info

#595881 contains red, green and blue colors in about the same proportion. Web safe color of #595881 is #666699 (or #669).

RGB color model

#595881 color RGB value is (89,88,129).

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

RGB channels and saturation

R 89 of 255 = 35%
G 88 of 255 = 35%
B 129 of 255 = 51%

89
88
129

R + G + B ~ 40%. #595881 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 88 + 129 = 306 (100%)
R 89 of 306 ~ 29.08%
G 88 of 306 ~ 28.76%
B 129 of 306 ~ 42.16%

%29.08
%28.76
%42.16

CMYK color model

#595881 color CMYK value is (31,32,0,49).

  • cyan value is 31.01%
  • magenta value is 31.78%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(31,32,0,49)
C31M32Y0K49 
(31%,32%,0%,49%)
(0.31/0.32/0.00/0.49)	

CMYK percentages

%31.01
%31.78
%0
%49.41

Codes

Color #595881 in popluar color models

595881
RGB8988129
HSL241°18.89%42.55%
HSB/HSV241°31.78%50.59%
CMYK31.01%31.78%0.00%
49.41%

Color #595881 in popluar number systems.

HEX595881
Decimal8988129
Binary1011001101100010000001
Octal131130201

Shades and tints

Shades of #595881

#595881
(89,88,129)
#515076
(81,80,118)
#49486B
(73,72,107)
#414060
(65,64,96)
#393855
(57,56,85)
#31304A
(49,48,74)
#29283F
(41,40,63)
#212034
(33,32,52)
#191829
(25,24,41)
#11101E
(17,16,30)
#090813
(9,8,19)
#000000
(0,0,0)

Tints of #595881

#595881
(89,88,129)
#68678C
(104,103,140)
#777697
(119,118,151)
#8685A2
(134,133,162)
#9594AD
(149,148,173)
#A4A3B8
(164,163,184)
#B3B2C3
(179,178,195)
#C2C1CE
(194,193,206)
#D1D0D9
(209,208,217)
#E0DFE4
(224,223,228)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595881; }

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

This text font color is #595881.


Background Color

.myBgColor { background-color: #595881; }

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

This div background color is #595881.


Border color

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

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

This div border color is #595881.


Opacity

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

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

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

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

This text has shadow with #595881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595881 on black background.


Color preview on white background

This text has color #595881 on white background.



Black color preview on #595881 background

This text has black color on #595881 background.


White color preview on #595881 background

This text has white color on #595881 background.