COLOR #58769C

HEX: #58769C
RGB: (88,118,156)

Color info

#58769C contains mainly green and blue colors. Web safe color of #58769C is #666699 (or #669).

RGB color model

#58769C color RGB value is (88,118,156).

  • red value is 88;
  • green value is 118;
  • blue value is 156.
RGB:
(88,118,156)
(35%,46%,61%)

RGB channels and saturation

R 88 of 255 = 35%
G 118 of 255 = 46%
B 156 of 255 = 61%

88
118
156

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

Portions of RGB colors in percentages

R + G + B =
88 + 118 + 156 = 362 (100%)
R 88 of 362 ~ 24.31%
G 118 of 362 ~ 32.6%
B 156 of 362 ~ 43.09%

%24.31
%32.6
%43.09

CMYK color model

#58769C color CMYK value is (44,24,0,39).

  • cyan value is 43.59%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(44,24,0,39)
C44M24Y0K39 
(44%,24%,0%,39%)
(0.44/0.24/0.00/0.39)	

CMYK percentages

%43.59
%24.36
%0
%38.82

Codes

Color #58769C in popluar color models

58769C
RGB88118156
HSL214°27.87%47.84%
HSB/HSV214°43.59%61.18%
CMYK43.59%24.36%0.00%
38.82%

Color #58769C in popluar number systems.

HEX58769C
Decimal88118156
Binary1011000111011010011100
Octal130166234

Shades and tints

Shades of #58769C

#58769C
(88,118,156)
#506C8E
(80,108,142)
#486280
(72,98,128)
#405872
(64,88,114)
#384E64
(56,78,100)
#304456
(48,68,86)
#283A48
(40,58,72)
#20303A
(32,48,58)
#18262C
(24,38,44)
#101C1E
(16,28,30)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #58769C

#58769C
(88,118,156)
#6782A5
(103,130,165)
#768EAE
(118,142,174)
#859AB7
(133,154,183)
#94A6C0
(148,166,192)
#A3B2C9
(163,178,201)
#B2BED2
(178,190,210)
#C1CADB
(193,202,219)
#D0D6E4
(208,214,228)
#DFE2ED
(223,226,237)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58769C color. Also use rgb(88,118,156) instead hex code.

Text Font Color

.myTextColor { color: #58769C; }

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

This text font color is #58769C.


Background Color

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

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

This div background color is #58769C.


Border color

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

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

This div border color is #58769C.


Opacity

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

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

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

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

This text has shadow with #58769C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58769C on black background.


Color preview on white background

This text has color #58769C on white background.



Black color preview on #58769C background

This text has black color on #58769C background.


White color preview on #58769C background

This text has white color on #58769C background.