COLOR #59648C

HEX: #59648C
RGB: (89,100,140)

Color info

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

RGB color model

#59648C color RGB value is (89,100,140).

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

RGB channels and saturation

R 89 of 255 = 35%
G 100 of 255 = 39%
B 140 of 255 = 55%

89
100
140

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

Portions of RGB colors in percentages

R + G + B =
89 + 100 + 140 = 329 (100%)
R 89 of 329 ~ 27.05%
G 100 of 329 ~ 30.4%
B 140 of 329 ~ 42.55%

%27.05
%30.4
%42.55

CMYK color model

#59648C color CMYK value is (36,29,0,45).

  • cyan value is 36.43%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(36,29,0,45)
C36M29Y0K45 
(36%,29%,0%,45%)
(0.36/0.29/0.00/0.45)	

CMYK percentages

%36.43
%28.57
%0
%45.1

Codes

Color #59648C in popluar color models

59648C
RGB89100140
HSL227°22.27%44.90%
HSB/HSV227°36.43%54.90%
CMYK36.43%28.57%0.00%
45.10%

Color #59648C in popluar number systems.

HEX59648C
Decimal89100140
Binary1011001110010010001100
Octal131144214

Shades and tints

Shades of #59648C

#59648C
(89,100,140)
#515B80
(81,91,128)
#495274
(73,82,116)
#414968
(65,73,104)
#39405C
(57,64,92)
#313750
(49,55,80)
#292E44
(41,46,68)
#212538
(33,37,56)
#191C2C
(25,28,44)
#111320
(17,19,32)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #59648C

#59648C
(89,100,140)
#687296
(104,114,150)
#7780A0
(119,128,160)
#868EAA
(134,142,170)
#959CB4
(149,156,180)
#A4AABE
(164,170,190)
#B3B8C8
(179,184,200)
#C2C6D2
(194,198,210)
#D1D4DC
(209,212,220)
#E0E2E6
(224,226,230)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59648C; }

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

This text font color is #59648C.


Background Color

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

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

This div background color is #59648C.


Border color

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

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

This div border color is #59648C.


Opacity

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

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

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

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

This text has shadow with #59648C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59648C on black background.


Color preview on white background

This text has color #59648C on white background.



Black color preview on #59648C background

This text has black color on #59648C background.


White color preview on #59648C background

This text has white color on #59648C background.