COLOR #595F94

HEX: #595F94 RGB: (89,95,148)

Color info

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

RGB color model

#595F94 color RGB value is (89,95,148).

RGB: (89,95,148) (35%, 37%, 58%)

RGB channels and saturation

R 89 of 255 = 35%
G 95 of 255 = 37%
B 148 of 255 = 58%

89
95
148

R + G + B ~ 43%. #595F94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 95 + 148 = 332 (100%)
R 89 of 332 ~ 26.81%
G 95 of 332 ~ 28.61%
B 148 of 332 ~ 44.58'%

%26.81
%28.61
%44.58

CMYK color model

#595F94 color CMYK value is (40,36,0,42).

  • cyan value is 39.86%
  • magenta value is 35.81%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (40,36,0,42)
C40M36Y0K42 (40%, 36%, 0%, 42%)
(0.40 / 0.36 / 0.00 / 0.42)

CMYK percentages

%39.86
%35.81
%0
%41.96

Codes

Color #595F94 in popluar color models

59 5F 94
RGB 89 95 148
HSL 234° 24.89% 46.47%
HSB/HSV 234° 39.86% 58.04%
CMYK 39.86% 35.81% 0.00%
41.96%

Color #595F94 in popluar number systems.

HEX 59 5F 94
Decimal 89 95 148
Binary 1011001 1011111 10010100
Octal 131 137 224

Shades and tints

Shades of #595F94

#595F94
(89,95,148)
#515787
(81,87,135)
#494F7A
(73,79,122)
#41476D
(65,71,109)
#393F60
(57,63,96)
#313753
(49,55,83)
#292F46
(41,47,70)
#212739
(33,39,57)
#191F2C
(25,31,44)
#11171F
(17,23,31)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #595F94

#595F94
(89,95,148)
#686D9D
(104,109,157)
#777BA6
(119,123,166)
#8689AF
(134,137,175)
#9597B8
(149,151,184)
#A4A5C1
(164,165,193)
#B3B3CA
(179,179,202)
#C2C1D3
(194,193,211)
#D1CFDC
(209,207,220)
#E0DDE5
(224,221,229)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595F94 color. Also use rgb(89,95,148) instead hex code.

Text Font Color

.myTextColor { color: #595F94; }

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

This text font color is #595F94.

Background Color

.myBgColor { background-color: #595F94; }

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

This div background color is #595F94.

Border color

.myBorderColor { border: 1px solid #595F94; }

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

This div border color is #595F94.

Opacity

.myOpacity80 { color: #595F94; opacity: 0.8; }

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

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

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

This text has shadow with #595F94 color.


.textShadow {text-shadow: 3px 3px 1px #595F94', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #595F94; -webkit-box-shadow: 1px 1px 3px 2px #595F94; box-shadow:1px 1px 3px 2px #595F94;">
Div content here
</div>

This div box has shadow with color #595F94.

Preview

Color preview on black background

This text has color #595F94 on black background.


Color preview on white background

This text has color #595F94 on white background.


Black color preview on #595F94 background

This text has black color on #595F94 background.


White color preview on #595F94 background

This text has white color on #595F94 background.


Related colors

Complementary color

Complementary color for #hex is #A6A06B.


I love getcolorcode.com

Triadic colors

1 #94595F and #5F9459 with #595F94 are triadic colors.

2 #945F59 and #5F5994 with #595F94 are triadic colors.