COLOR #595281

HEX: #595281
RGB: (89,82,129)

Color info

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

RGB color model

#595281 color RGB value is (89,82,129).

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

RGB channels and saturation

R 89 of 255 = 35%
G 82 of 255 = 32%
B 129 of 255 = 51%

89
82
129

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

Portions of RGB colors in percentages

R + G + B =
89 + 82 + 129 = 300 (100%)
R 89 of 300 ~ 29.67%
G 82 of 300 ~ 27.33%
B 129 of 300 ~ 43%

%29.67
%27.33
%43

CMYK color model

#595281 color CMYK value is (31,36,0,49).

  • cyan value is 31.01%
  • magenta value is 36.43%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(31,36,0,49)
C31M36Y0K49 
(31%,36%,0%,49%)
(0.31/0.36/0.00/0.49)	

CMYK percentages

%31.01
%36.43
%0
%49.41

Codes

Color #595281 in popluar color models

595281
RGB8982129
HSL249°22.27%41.37%
HSB/HSV249°36.43%50.59%
CMYK31.01%36.43%0.00%
49.41%

Color #595281 in popluar number systems.

HEX595281
Decimal8982129
Binary1011001101001010000001
Octal131122201

Shades and tints

Shades of #595281

#595281
(89,82,129)
#514B76
(81,75,118)
#49446B
(73,68,107)
#413D60
(65,61,96)
#393655
(57,54,85)
#312F4A
(49,47,74)
#29283F
(41,40,63)
#212134
(33,33,52)
#191A29
(25,26,41)
#11131E
(17,19,30)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #595281

#595281
(89,82,129)
#68618C
(104,97,140)
#777097
(119,112,151)
#867FA2
(134,127,162)
#958EAD
(149,142,173)
#A49DB8
(164,157,184)
#B3ACC3
(179,172,195)
#C2BBCE
(194,187,206)
#D1CAD9
(209,202,217)
#E0D9E4
(224,217,228)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595281; }

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

This text font color is #595281.


Background Color

.myBgColor { background-color: #595281; }

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

This div background color is #595281.


Border color

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

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

This div border color is #595281.


Opacity

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

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

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

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

This text has shadow with #595281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595281 on black background.


Color preview on white background

This text has color #595281 on white background.



Black color preview on #595281 background

This text has black color on #595281 background.


White color preview on #595281 background

This text has white color on #595281 background.