COLOR #59858F

HEX: #59858F
RGB: (89,133,143)

Color info

#59858F contains red, green and blue colors in about the same proportion. Web safe color of #59858F is #669999 (or #699).

RGB color model

#59858F color RGB value is (89,133,143).

  • red value is 89;
  • green value is 133;
  • blue value is 143.
RGB:
(89,133,143)
(35%,52%,56%)

RGB channels and saturation

R 89 of 255 = 35%
G 133 of 255 = 52%
B 143 of 255 = 56%

89
133
143

R + G + B ~ 48%. #59858F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 133 + 143 = 365 (100%)
R 89 of 365 ~ 24.38%
G 133 of 365 ~ 36.44%
B 143 of 365 ~ 39.18%

%24.38
%36.44
%39.18

CMYK color model

#59858F color CMYK value is (38,7,0,44).

  • cyan value is 37.76%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(38,7,0,44)
C38M7Y0K44 
(38%,7%,0%,44%)
(0.38/0.07/0.00/0.44)	

CMYK percentages

%37.76
%6.99
%0
%43.92

Codes

Color #59858F in popluar color models

59858F
RGB89133143
HSL191°23.28%45.49%
HSB/HSV191°37.76%56.08%
CMYK37.76%6.99%0.00%
43.92%

Color #59858F in popluar number systems.

HEX59858F
Decimal89133143
Binary10110011000010110001111
Octal131205217

Shades and tints

Shades of #59858F

#59858F
(89,133,143)
#517982
(81,121,130)
#496D75
(73,109,117)
#416168
(65,97,104)
#39555B
(57,85,91)
#31494E
(49,73,78)
#293D41
(41,61,65)
#213134
(33,49,52)
#192527
(25,37,39)
#11191A
(17,25,26)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #59858F

#59858F
(89,133,143)
#689099
(104,144,153)
#779BA3
(119,155,163)
#86A6AD
(134,166,173)
#95B1B7
(149,177,183)
#A4BCC1
(164,188,193)
#B3C7CB
(179,199,203)
#C2D2D5
(194,210,213)
#D1DDDF
(209,221,223)
#E0E8E9
(224,232,233)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59858F color. Also use rgb(89,133,143) instead hex code.

Text Font Color

.myTextColor { color: #59858F; }

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

This text font color is #59858F.


Background Color

.myBgColor { background-color: #59858F; }

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

This div background color is #59858F.


Border color

.myBorderColor { border: 1px solid #59858F; }

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

This div border color is #59858F.


Opacity

.myOpacity80 { color: #59858F; opacity: 0.8; }

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

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

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

This text has shadow with #59858F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59858F on black background.


Color preview on white background

This text has color #59858F on white background.



Black color preview on #59858F background

This text has black color on #59858F background.


White color preview on #59858F background

This text has white color on #59858F background.