COLOR #58669A

HEX: #58669A
RGB: (88,102,154)

Color info

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

RGB color model

#58669A color RGB value is (88,102,154).

  • red value is 88;
  • green value is 102;
  • blue value is 154.
RGB:
(88,102,154)
(35%,40%,60%)

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 154 of 255 = 60%

88
102
154

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

Portions of RGB colors in percentages

R + G + B =
88 + 102 + 154 = 344 (100%)
R 88 of 344 ~ 25.58%
G 102 of 344 ~ 29.65%
B 154 of 344 ~ 44.77%

%25.58
%29.65
%44.77

CMYK color model

#58669A color CMYK value is (43,34,0,40).

  • cyan value is 42.86%
  • magenta value is 33.77%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(43,34,0,40)
C43M34Y0K40 
(43%,34%,0%,40%)
(0.43/0.34/0.00/0.40)	

CMYK percentages

%42.86
%33.77
%0
%39.61

Codes

Color #58669A in popluar color models

58669A
RGB88102154
HSL227°27.27%47.45%
HSB/HSV227°42.86%60.39%
CMYK42.86%33.77%0.00%
39.61%

Color #58669A in popluar number systems.

HEX58669A
Decimal88102154
Binary1011000110011010011010
Octal130146232

Shades and tints

Shades of #58669A

#58669A
(88,102,154)
#505D8C
(80,93,140)
#48547E
(72,84,126)
#404B70
(64,75,112)
#384262
(56,66,98)
#303954
(48,57,84)
#283046
(40,48,70)
#202738
(32,39,56)
#181E2A
(24,30,42)
#10151C
(16,21,28)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #58669A

#58669A
(88,102,154)
#6773A3
(103,115,163)
#7680AC
(118,128,172)
#858DB5
(133,141,181)
#949ABE
(148,154,190)
#A3A7C7
(163,167,199)
#B2B4D0
(178,180,208)
#C1C1D9
(193,193,217)
#D0CEE2
(208,206,226)
#DFDBEB
(223,219,235)
#EEE8F4
(238,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58669A color. Also use rgb(88,102,154) instead hex code.

Text Font Color

.myTextColor { color: #58669A; }

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

This text font color is #58669A.


Background Color

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

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

This div background color is #58669A.


Border color

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

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

This div border color is #58669A.


Opacity

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

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

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

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

This text has shadow with #58669A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58669A on black background.


Color preview on white background

This text has color #58669A on white background.



Black color preview on #58669A background

This text has black color on #58669A background.


White color preview on #58669A background

This text has white color on #58669A background.