COLOR #578DB7

HEX: #578DB7
RGB: (87,141,183)

Color info

#578DB7 contains mainly green and blue colors. Web safe color of #578DB7 is #6699CC (or #69C).

RGB color model

#578DB7 color RGB value is (87,141,183).

  • red value is 87;
  • green value is 141;
  • blue value is 183.
RGB:
(87,141,183)
(34%,55%,72%)

RGB channels and saturation

R 87 of 255 = 34%
G 141 of 255 = 55%
B 183 of 255 = 72%

87
141
183

R + G + B ~ 54%. #578DB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 141 + 183 = 411 (100%)
R 87 of 411 ~ 21.17%
G 141 of 411 ~ 34.31%
B 183 of 411 ~ 44.53%

%21.17
%34.31
%44.53

CMYK color model

#578DB7 color CMYK value is (52,23,0,28).

  • cyan value is 52.46%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(52,23,0,28)
C52M23Y0K28 
(52%,23%,0%,28%)
(0.52/0.23/0.00/0.28)	

CMYK percentages

%52.46
%22.95
%0
%28.24

Codes

Color #578DB7 in popluar color models

578DB7
RGB87141183
HSL206°40.00%52.94%
HSB/HSV206°52.46%71.76%
CMYK52.46%22.95%0.00%
28.24%

Color #578DB7 in popluar number systems.

HEX578DB7
Decimal87141183
Binary10101111000110110110111
Octal127215267

Shades and tints

Shades of #578DB7

#578DB7
(87,141,183)
#5081A7
(80,129,167)
#497597
(73,117,151)
#426987
(66,105,135)
#3B5D77
(59,93,119)
#345167
(52,81,103)
#2D4557
(45,69,87)
#263947
(38,57,71)
#1F2D37
(31,45,55)
#182127
(24,33,39)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #578DB7

#578DB7
(87,141,183)
#6697BD
(102,151,189)
#75A1C3
(117,161,195)
#84ABC9
(132,171,201)
#93B5CF
(147,181,207)
#A2BFD5
(162,191,213)
#B1C9DB
(177,201,219)
#C0D3E1
(192,211,225)
#CFDDE7
(207,221,231)
#DEE7ED
(222,231,237)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #578DB7 color. Also use rgb(87,141,183) instead hex code.

Text Font Color

.myTextColor { color: #578DB7; }

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

This text font color is #578DB7.


Background Color

.myBgColor { background-color: #578DB7; }

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

This div background color is #578DB7.


Border color

.myBorderColor { border: 1px solid #578DB7; }

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

This div border color is #578DB7.


Opacity

.myOpacity80 { color: #578DB7; opacity: 0.8; }

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

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

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

This text has shadow with #578DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578DB7 on black background.


Color preview on white background

This text has color #578DB7 on white background.



Black color preview on #578DB7 background

This text has black color on #578DB7 background.


White color preview on #578DB7 background

This text has white color on #578DB7 background.