COLOR #57A0C5

HEX: #57A0C5
RGB: (87,160,197)

Color info

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

RGB color model

#57A0C5 color RGB value is (87,160,197).

  • red value is 87;
  • green value is 160;
  • blue value is 197.
RGB:
(87,160,197)
(34%,63%,77%)

RGB channels and saturation

R 87 of 255 = 34%
G 160 of 255 = 63%
B 197 of 255 = 77%

87
160
197

R + G + B ~ 58%. #57A0C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 160 + 197 = 444 (100%)
R 87 of 444 ~ 19.59%
G 160 of 444 ~ 36.04%
B 197 of 444 ~ 44.37%

%19.59
%36.04
%44.37

CMYK color model

#57A0C5 color CMYK value is (56,19,0,23).

  • cyan value is 55.84%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(56,19,0,23)
C56M19Y0K23 
(56%,19%,0%,23%)
(0.56/0.19/0.00/0.23)	

CMYK percentages

%55.84
%18.78
%0
%22.75

Codes

Color #57A0C5 in popluar color models

57A0C5
RGB87160197
HSL200°48.67%55.69%
HSB/HSV200°55.84%77.25%
CMYK55.84%18.78%0.00%
22.75%

Color #57A0C5 in popluar number systems.

HEX57A0C5
Decimal87160197
Binary10101111010000011000101
Octal127240305

Shades and tints

Shades of #57A0C5

#57A0C5
(87,160,197)
#5092B4
(80,146,180)
#4984A3
(73,132,163)
#427692
(66,118,146)
#3B6881
(59,104,129)
#345A70
(52,90,112)
#2D4C5F
(45,76,95)
#263E4E
(38,62,78)
#1F303D
(31,48,61)
#18222C
(24,34,44)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #57A0C5

#57A0C5
(87,160,197)
#66A8CA
(102,168,202)
#75B0CF
(117,176,207)
#84B8D4
(132,184,212)
#93C0D9
(147,192,217)
#A2C8DE
(162,200,222)
#B1D0E3
(177,208,227)
#C0D8E8
(192,216,232)
#CFE0ED
(207,224,237)
#DEE8F2
(222,232,242)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A0C5 color. Also use rgb(87,160,197) instead hex code.

Text Font Color

.myTextColor { color: #57A0C5; }

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

This text font color is #57A0C5.


Background Color

.myBgColor { background-color: #57A0C5; }

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

This div background color is #57A0C5.


Border color

.myBorderColor { border: 1px solid #57A0C5; }

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

This div border color is #57A0C5.


Opacity

.myOpacity80 { color: #57A0C5; opacity: 0.8; }

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

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

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

This text has shadow with #57A0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A0C5 on black background.


Color preview on white background

This text has color #57A0C5 on white background.



Black color preview on #57A0C5 background

This text has black color on #57A0C5 background.


White color preview on #57A0C5 background

This text has white color on #57A0C5 background.