COLOR #596078

HEX: #596078 RGB: (89,96,120)

Color info

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

RGB color model

#596078 color RGB value is (89,96,120).

RGB: (89,96,120) (35%, 38%, 47%)

RGB channels and saturation

R 89 of 255 = 35%
G 96 of 255 = 38%
B 120 of 255 = 47%

89
96
120

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

Portions of RGB colors in percentages

R + G + B = 89 + 96 + 120 = 305 (100%)
R 89 of 305 ~ 29.18%
G 96 of 305 ~ 31.48%
B 120 of 305 ~ 39.34'%

%29.18
%31.48
%39.34

CMYK color model

#596078 color CMYK value is (26,20,0,53).

  • cyan value is 25.83%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (26,20,0,53) C26M20Y0K53 (26%,20%,0%,53%) (0.26/0.20/0.00/0.53) 

CMYK percentages

%25.83
%20
%0
%52.94

Codes

Color #596078 in popluar color models

59 60 78
RGB 89 96 120
HSL 226° 14.83% 40.98%
HSB/HSV 226° 25.83% 47.06%
CMYK 25.83% 20.00% 0.00%
52.94%

Color #596078 in popluar number systems.

HEX 59 60 78
Decimal 89 96 120
Binary 1011001 1100000 1111000
Octal 131 140 170

Shades and tints

Shades of #596078

#596078
(89,96,120)
#51586E
(81,88,110)
#495064
(73,80,100)
#41485A
(65,72,90)
#394050
(57,64,80)
#313846
(49,56,70)
#29303C
(41,48,60)
#212832
(33,40,50)
#192028
(25,32,40)
#11181E
(17,24,30)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #596078

#596078
(89,96,120)
#686E84
(104,110,132)
#777C90
(119,124,144)
#868A9C
(134,138,156)
#9598A8
(149,152,168)
#A4A6B4
(164,166,180)
#B3B4C0
(179,180,192)
#C2C2CC
(194,194,204)
#D1D0D8
(209,208,216)
#E0DEE4
(224,222,228)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596078 color. Also use rgb(89,96,120) instead hex code.

Text Font Color

.myTextColor { color: #596078; }

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

This text font color is #596078.

Background Color

.myBgColor { background-color: #596078; }

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

This div background color is #596078.

Border color

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

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

This div border color is #596078.

Opacity

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

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

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

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

This text has shadow with #596078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596078.

Preview

Color preview on black background

This text has color #596078 on black background.


Color preview on white background

This text has color #596078 on white background.


Black color preview on #596078 background

This text has black color on #596078 background.


White color preview on #596078 background

This text has white color on #596078 background.


Related colors

Complementary color

Complementary color for #hex is #A69F87.


I love getcolorcode.com

Triadic colors

1 #785960 and #607859 with #596078 are triadic colors.

2 #786059 and #605978 with #596078 are triadic colors.