COLOR #578091

HEX: #578091
RGB: (87,128,145)

Color info

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

RGB color model

#578091 color RGB value is (87,128,145).

  • red value is 87;
  • green value is 128;
  • blue value is 145.
RGB:
(87,128,145)
(34%,50%,57%)

RGB channels and saturation

R 87 of 255 = 34%
G 128 of 255 = 50%
B 145 of 255 = 57%

87
128
145

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

Portions of RGB colors in percentages

R + G + B =
87 + 128 + 145 = 360 (100%)
R 87 of 360 ~ 24.17%
G 128 of 360 ~ 35.56%
B 145 of 360 ~ 40.28%

%24.17
%35.56
%40.28

CMYK color model

#578091 color CMYK value is (40,12,0,43).

  • cyan value is 40.00%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(40,12,0,43)
C40M12Y0K43 
(40%,12%,0%,43%)
(0.40/0.12/0.00/0.43)	

CMYK percentages

%40
%11.72
%0
%43.14

Codes

Color #578091 in popluar color models

578091
RGB87128145
HSL198°25.00%45.49%
HSB/HSV198°40.00%56.86%
CMYK40.00%11.72%0.00%
43.14%

Color #578091 in popluar number systems.

HEX578091
Decimal87128145
Binary10101111000000010010001
Octal127200221

Shades and tints

Shades of #578091

#578091
(87,128,145)
#507584
(80,117,132)
#496A77
(73,106,119)
#425F6A
(66,95,106)
#3B545D
(59,84,93)
#344950
(52,73,80)
#2D3E43
(45,62,67)
#263336
(38,51,54)
#1F2829
(31,40,41)
#181D1C
(24,29,28)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #578091

#578091
(87,128,145)
#668B9B
(102,139,155)
#7596A5
(117,150,165)
#84A1AF
(132,161,175)
#93ACB9
(147,172,185)
#A2B7C3
(162,183,195)
#B1C2CD
(177,194,205)
#C0CDD7
(192,205,215)
#CFD8E1
(207,216,225)
#DEE3EB
(222,227,235)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #578091 color. Also use rgb(87,128,145) instead hex code.

Text Font Color

.myTextColor { color: #578091; }

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

This text font color is #578091.


Background Color

.myBgColor { background-color: #578091; }

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

This div background color is #578091.


Border color

.myBorderColor { border: 1px solid #578091; }

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

This div border color is #578091.


Opacity

.myOpacity80 { color: #578091; opacity: 0.8; }

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

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

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

This text has shadow with #578091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578091 on black background.


Color preview on white background

This text has color #578091 on white background.



Black color preview on #578091 background

This text has black color on #578091 background.


White color preview on #578091 background

This text has white color on #578091 background.