COLOR #57B1C0

HEX: #57B1C0
RGB: (87,177,192)

Color info

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

RGB color model

#57B1C0 color RGB value is (87,177,192).

  • red value is 87;
  • green value is 177;
  • blue value is 192.
RGB:
(87,177,192)
(34%,69%,75%)

RGB channels and saturation

R 87 of 255 = 34%
G 177 of 255 = 69%
B 192 of 255 = 75%

87
177
192

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

Portions of RGB colors in percentages

R + G + B =
87 + 177 + 192 = 456 (100%)
R 87 of 456 ~ 19.08%
G 177 of 456 ~ 38.82%
B 192 of 456 ~ 42.11%

%19.08
%38.82
%42.11

CMYK color model

#57B1C0 color CMYK value is (55,8,0,25).

  • cyan value is 54.69%
  • magenta value is 7.81%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(55,8,0,25)
C55M8Y0K25 
(55%,8%,0%,25%)
(0.55/0.08/0.00/0.25)	

CMYK percentages

%54.69
%7.81
%0
%24.71

Codes

Color #57B1C0 in popluar color models

57B1C0
RGB87177192
HSL189°45.45%54.71%
HSB/HSV189°54.69%75.29%
CMYK54.69%7.81%0.00%
24.71%

Color #57B1C0 in popluar number systems.

HEX57B1C0
Decimal87177192
Binary10101111011000111000000
Octal127261300

Shades and tints

Shades of #57B1C0

#57B1C0
(87,177,192)
#50A1AF
(80,161,175)
#49919E
(73,145,158)
#42818D
(66,129,141)
#3B717C
(59,113,124)
#34616B
(52,97,107)
#2D515A
(45,81,90)
#264149
(38,65,73)
#1F3138
(31,49,56)
#182127
(24,33,39)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #57B1C0

#57B1C0
(87,177,192)
#66B8C5
(102,184,197)
#75BFCA
(117,191,202)
#84C6CF
(132,198,207)
#93CDD4
(147,205,212)
#A2D4D9
(162,212,217)
#B1DBDE
(177,219,222)
#C0E2E3
(192,226,227)
#CFE9E8
(207,233,232)
#DEF0ED
(222,240,237)
#EDF7F2
(237,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B1C0 color. Also use rgb(87,177,192) instead hex code.

Text Font Color

.myTextColor { color: #57B1C0; }

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

This text font color is #57B1C0.


Background Color

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

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

This div background color is #57B1C0.


Border color

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

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

This div border color is #57B1C0.


Opacity

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

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

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

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

This text has shadow with #57B1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B1C0 on black background.


Color preview on white background

This text has color #57B1C0 on white background.



Black color preview on #57B1C0 background

This text has black color on #57B1C0 background.


White color preview on #57B1C0 background

This text has white color on #57B1C0 background.