COLOR #59628C

HEX: #59628C
RGB: (89,98,140)

Color info

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

RGB color model

#59628C color RGB value is (89,98,140).

  • red value is 89;
  • green value is 98;
  • blue value is 140.
RGB:
(89,98,140)
(35%,38%,55%)

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 140 of 255 = 55%

89
98
140

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

Portions of RGB colors in percentages

R + G + B =
89 + 98 + 140 = 327 (100%)
R 89 of 327 ~ 27.22%
G 98 of 327 ~ 29.97%
B 140 of 327 ~ 42.81%

%27.22
%29.97
%42.81

CMYK color model

#59628C color CMYK value is (36,30,0,45).

  • cyan value is 36.43%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(36,30,0,45)
C36M30Y0K45 
(36%,30%,0%,45%)
(0.36/0.30/0.00/0.45)	

CMYK percentages

%36.43
%30
%0
%45.1

Codes

Color #59628C in popluar color models

59628C
RGB8998140
HSL229°22.27%44.90%
HSB/HSV229°36.43%54.90%
CMYK36.43%30.00%0.00%
45.10%

Color #59628C in popluar number systems.

HEX59628C
Decimal8998140
Binary1011001110001010001100
Octal131142214

Shades and tints

Shades of #59628C

#59628C
(89,98,140)
#515A80
(81,90,128)
#495274
(73,82,116)
#414A68
(65,74,104)
#39425C
(57,66,92)
#313A50
(49,58,80)
#293244
(41,50,68)
#212A38
(33,42,56)
#19222C
(25,34,44)
#111A20
(17,26,32)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #59628C

#59628C
(89,98,140)
#687096
(104,112,150)
#777EA0
(119,126,160)
#868CAA
(134,140,170)
#959AB4
(149,154,180)
#A4A8BE
(164,168,190)
#B3B6C8
(179,182,200)
#C2C4D2
(194,196,210)
#D1D2DC
(209,210,220)
#E0E0E6
(224,224,230)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59628C color. Also use rgb(89,98,140) instead hex code.

Text Font Color

.myTextColor { color: #59628C; }

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

This text font color is #59628C.


Background Color

.myBgColor { background-color: #59628C; }

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

This div background color is #59628C.


Border color

.myBorderColor { border: 1px solid #59628C; }

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

This div border color is #59628C.


Opacity

.myOpacity80 { color: #59628C; opacity: 0.8; }

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

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

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

This text has shadow with #59628C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59628C on black background.


Color preview on white background

This text has color #59628C on white background.



Black color preview on #59628C background

This text has black color on #59628C background.


White color preview on #59628C background

This text has white color on #59628C background.