COLOR #65588A

HEX: #65588A RGB: (101,88,138)

Color info

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

RGB color model

#65588A color RGB value is (101,88,138).

RGB: (101,88,138) (40%, 35%, 54%)

RGB channels and saturation

R 101 of 255 = 40%
G 88 of 255 = 35%
B 138 of 255 = 54%

101
88
138

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

Portions of RGB colors in percentages

R + G + B = 101 + 88 + 138 = 327 (100%)
R 101 of 327 ~ 30.89%
G 88 of 327 ~ 26.91%
B 138 of 327 ~ 42.2'%

%30.89
%26.91
%42.2

CMYK color model

#65588A color CMYK value is (27,36,0,46).

  • cyan value is 26.81%
  • magenta value is 36.23%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (27,36,0,46)
C27M36Y0K46 (27%, 36%, 0%, 46%)
(0.27 / 0.36 / 0.00 / 0.46)

CMYK percentages

%26.81
%36.23
%0
%45.88

Codes

Color #65588A in popluar color models

65 58 8A
RGB 101 88 138
HSL 256° 22.12% 44.31%
HSB/HSV 256° 36.23% 54.12%
CMYK 26.81% 36.23% 0.00%
45.88%

Color #65588A in popluar number systems.

HEX 65 58 8A
Decimal 101 88 138
Binary 1100101 1011000 10001010
Octal 145 130 212

Shades and tints

Shades of #65588A

#65588A
(101,88,138)
#5C507E
(92,80,126)
#534872
(83,72,114)
#4A4066
(74,64,102)
#41385A
(65,56,90)
#38304E
(56,48,78)
#2F2842
(47,40,66)
#262036
(38,32,54)
#1D182A
(29,24,42)
#14101E
(20,16,30)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #65588A

#65588A
(101,88,138)
#736794
(115,103,148)
#81769E
(129,118,158)
#8F85A8
(143,133,168)
#9D94B2
(157,148,178)
#ABA3BC
(171,163,188)
#B9B2C6
(185,178,198)
#C7C1D0
(199,193,208)
#D5D0DA
(213,208,218)
#E3DFE4
(227,223,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65588A color. Also use rgb(101,88,138) instead hex code.

Text Font Color

.myTextColor { color: #65588A; }

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

This text font color is #65588A.

Background Color

.myBgColor { background-color: #65588A; }

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

This div background color is #65588A.

Border color

.myBorderColor { border: 1px solid #65588A; }

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

This div border color is #65588A.

Opacity

.myOpacity80 { color: #65588A; opacity: 0.8; }

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

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

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

This text has shadow with #65588A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #65588A.

Preview

Color preview on black background

This text has color #65588A on black background.


Color preview on white background

This text has color #65588A on white background.


Black color preview on #65588A background

This text has black color on #65588A background.


White color preview on #65588A background

This text has white color on #65588A background.


Related colors

Complementary color

Complementary color for #hex is #9AA775.


I love getcolorcode.com

Triadic colors

1 #8A6558 and #588A65 with #65588A are triadic colors.

2 #8A5865 and #58658A with #65588A are triadic colors.