COLOR #58769F

HEX: #58769F RGB: (88,118,159)

Color info

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

RGB color model

#58769F color RGB value is (88,118,159).

RGB: (88,118,159) (35%, 46%, 62%)

RGB channels and saturation

R 88 of 255 = 35%
G 118 of 255 = 46%
B 159 of 255 = 62%

88
118
159

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

Portions of RGB colors in percentages

R + G + B = 88 + 118 + 159 = 365 (100%)
R 88 of 365 ~ 24.11%
G 118 of 365 ~ 32.33%
B 159 of 365 ~ 43.56'%

%24.11
%32.33
%43.56

CMYK color model

#58769F color CMYK value is (45,26,0,38).

  • cyan value is 44.65%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (45,26,0,38)
C45M26Y0K38 (45%, 26%, 0%, 38%)
(0.45 / 0.26 / 0.00 / 0.38)

CMYK percentages

%44.65
%25.79
%0
%37.65

Codes

Color #58769F in popluar color models

58 76 9F
RGB 88 118 159
HSL 215° 28.74% 48.43%
HSB/HSV 215° 44.65% 62.35%
CMYK 44.65% 25.79% 0.00%
37.65%

Color #58769F in popluar number systems.

HEX 58 76 9F
Decimal 88 118 159
Binary 1011000 1110110 10011111
Octal 130 166 237

Shades and tints

Shades of #58769F

#58769F
(88,118,159)
#506C91
(80,108,145)
#486283
(72,98,131)
#405875
(64,88,117)
#384E67
(56,78,103)
#304459
(48,68,89)
#283A4B
(40,58,75)
#20303D
(32,48,61)
#18262F
(24,38,47)
#101C21
(16,28,33)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #58769F

#58769F
(88,118,159)
#6782A7
(103,130,167)
#768EAF
(118,142,175)
#859AB7
(133,154,183)
#94A6BF
(148,166,191)
#A3B2C7
(163,178,199)
#B2BECF
(178,190,207)
#C1CAD7
(193,202,215)
#D0D6DF
(208,214,223)
#DFE2E7
(223,226,231)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58769F; }

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

This text font color is #58769F.

Background Color

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

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

This div background color is #58769F.

Border color

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

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

This div border color is #58769F.

Opacity

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

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

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

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

This text has shadow with #58769F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58769F.

Preview

Color preview on black background

This text has color #58769F on black background.


Color preview on white background

This text has color #58769F on white background.


Black color preview on #58769F background

This text has black color on #58769F background.


White color preview on #58769F background

This text has white color on #58769F background.


Related colors

Complementary color

Complementary color for #hex is #A78960.


I love getcolorcode.com

Triadic colors

1 #9F5876 and #769F58 with #58769F are triadic colors.

2 #9F7658 and #76589F with #58769F are triadic colors.