COLOR #58778C

HEX: #58778C
RGB: (88,119,140)

Color info

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

RGB color model

#58778C color RGB value is (88,119,140).

  • red value is 88;
  • green value is 119;
  • blue value is 140.
RGB:
(88,119,140)
(35%,47%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 119 of 255 = 47%
B 140 of 255 = 55%

88
119
140

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

Portions of RGB colors in percentages

R + G + B =
88 + 119 + 140 = 347 (100%)
R 88 of 347 ~ 25.36%
G 119 of 347 ~ 34.29%
B 140 of 347 ~ 40.35%

%25.36
%34.29
%40.35

CMYK color model

#58778C color CMYK value is (37,15,0,45).

  • cyan value is 37.14%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(37,15,0,45)
C37M15Y0K45 
(37%,15%,0%,45%)
(0.37/0.15/0.00/0.45)	

CMYK percentages

%37.14
%15
%0
%45.1

Codes

Color #58778C in popluar color models

58778C
RGB88119140
HSL204°22.81%44.71%
HSB/HSV204°37.14%54.90%
CMYK37.14%15.00%0.00%
45.10%

Color #58778C in popluar number systems.

HEX58778C
Decimal88119140
Binary1011000111011110001100
Octal130167214

Shades and tints

Shades of #58778C

#58778C
(88,119,140)
#506D80
(80,109,128)
#486374
(72,99,116)
#405968
(64,89,104)
#384F5C
(56,79,92)
#304550
(48,69,80)
#283B44
(40,59,68)
#203138
(32,49,56)
#18272C
(24,39,44)
#101D20
(16,29,32)
#081314
(8,19,20)
#000000
(0,0,0)

Tints of #58778C

#58778C
(88,119,140)
#678396
(103,131,150)
#768FA0
(118,143,160)
#859BAA
(133,155,170)
#94A7B4
(148,167,180)
#A3B3BE
(163,179,190)
#B2BFC8
(178,191,200)
#C1CBD2
(193,203,210)
#D0D7DC
(208,215,220)
#DFE3E6
(223,227,230)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58778C; }

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

This text font color is #58778C.


Background Color

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

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

This div background color is #58778C.


Border color

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

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

This div border color is #58778C.


Opacity

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

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

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

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

This text has shadow with #58778C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58778C on black background.


Color preview on white background

This text has color #58778C on white background.



Black color preview on #58778C background

This text has black color on #58778C background.


White color preview on #58778C background

This text has white color on #58778C background.