COLOR #64588C

HEX: #64588C RGB: (100,88,140)

Color info

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

RGB color model

#64588C color RGB value is (100,88,140).

RGB: (100,88,140) (39%, 35%, 55%)

RGB channels and saturation

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

100
88
140

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

Portions of RGB colors in percentages

R + G + B = 100 + 88 + 140 = 328 (100%)
R 100 of 328 ~ 30.49%
G 88 of 328 ~ 26.83%
B 140 of 328 ~ 42.68'%

%30.49
%26.83
%42.68

CMYK color model

#64588C color CMYK value is (29,37,0,45).

  • cyan value is 28.57%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (29,37,0,45)
C29M37Y0K45 (29%, 37%, 0%, 45%)
(0.29 / 0.37 / 0.00 / 0.45)

CMYK percentages

%28.57
%37.14
%0
%45.1

Codes

Color #64588C in popluar color models

64 58 8C
RGB 100 88 140
HSL 254° 22.81% 44.71%
HSB/HSV 254° 37.14% 54.90%
CMYK 28.57% 37.14% 0.00%
45.10%

Color #64588C in popluar number systems.

HEX 64 58 8C
Decimal 100 88 140
Binary 1100100 1011000 10001100
Octal 144 130 214

Shades and tints

Shades of #64588C

#64588C
(100,88,140)
#5B5080
(91,80,128)
#524874
(82,72,116)
#494068
(73,64,104)
#40385C
(64,56,92)
#373050
(55,48,80)
#2E2844
(46,40,68)
#252038
(37,32,56)
#1C182C
(28,24,44)
#131020
(19,16,32)
#0A0814
(10,8,20)
#000000
(0,0,0)

Tints of #64588C

#64588C
(100,88,140)
#726796
(114,103,150)
#8076A0
(128,118,160)
#8E85AA
(142,133,170)
#9C94B4
(156,148,180)
#AAA3BE
(170,163,190)
#B8B2C8
(184,178,200)
#C6C1D2
(198,193,210)
#D4D0DC
(212,208,220)
#E2DFE6
(226,223,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64588C; }

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

This text font color is #64588C.

Background Color

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

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

This div background color is #64588C.

Border color

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

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

This div border color is #64588C.

Opacity

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

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

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

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

This text has shadow with #64588C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64588C.

Preview

Color preview on black background

This text has color #64588C on black background.


Color preview on white background

This text has color #64588C on white background.


Black color preview on #64588C background

This text has black color on #64588C background.


White color preview on #64588C background

This text has white color on #64588C background.


Related colors

Complementary color

Complementary color for #hex is #9BA773.


I love getcolorcode.com

Triadic colors

1 #8C6458 and #588C64 with #64588C are triadic colors.

2 #8C5864 and #58648C with #64588C are triadic colors.