COLOR #57ABB5

HEX: #57ABB5 RGB: (87,171,181)

Color info

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

RGB color model

#57ABB5 color RGB value is (87,171,181).

RGB: (87,171,181) (34%, 67%, 71%)

RGB channels and saturation

R 87 of 255 = 34%
G 171 of 255 = 67%
B 181 of 255 = 71%

87
171
181

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

Portions of RGB colors in percentages

R + G + B = 87 + 171 + 181 = 439 (100%)
R 87 of 439 ~ 19.82%
G 171 of 439 ~ 38.95%
B 181 of 439 ~ 41.23'%

%19.82
%38.95
%41.23

CMYK color model

#57ABB5 color CMYK value is (52,6,0,29).

  • cyan value is 51.93%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (52,6,0,29)
C52M6Y0K29 (52%, 6%, 0%, 29%)
(0.52 / 0.06 / 0.00 / 0.29)

CMYK percentages

%51.93
%5.52
%0
%29.02

Codes

Color #57ABB5 in popluar color models

57 AB B5
RGB 87 171 181
HSL 186° 38.84% 52.55%
HSB/HSV 186° 51.93% 70.98%
CMYK 51.93% 5.52% 0.00%
29.02%

Color #57ABB5 in popluar number systems.

HEX 57 AB B5
Decimal 87 171 181
Binary 1010111 10101011 10110101
Octal 127 253 265

Shades and tints

Shades of #57ABB5

#57ABB5
(87,171,181)
#509CA5
(80,156,165)
#498D95
(73,141,149)
#427E85
(66,126,133)
#3B6F75
(59,111,117)
#346065
(52,96,101)
#2D5155
(45,81,85)
#264245
(38,66,69)
#1F3335
(31,51,53)
#182425
(24,36,37)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #57ABB5

#57ABB5
(87,171,181)
#66B2BB
(102,178,187)
#75B9C1
(117,185,193)
#84C0C7
(132,192,199)
#93C7CD
(147,199,205)
#A2CED3
(162,206,211)
#B1D5D9
(177,213,217)
#C0DCDF
(192,220,223)
#CFE3E5
(207,227,229)
#DEEAEB
(222,234,235)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57ABB5 color. Also use rgb(87,171,181) instead hex code.

Text Font Color

.myTextColor { color: #57ABB5; }

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

This text font color is #57ABB5.

Background Color

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

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

This div background color is #57ABB5.

Border color

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

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

This div border color is #57ABB5.

Opacity

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

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

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

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

This text has shadow with #57ABB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57ABB5.

Preview

Color preview on black background

This text has color #57ABB5 on black background.


Color preview on white background

This text has color #57ABB5 on white background.


Black color preview on #57ABB5 background

This text has black color on #57ABB5 background.


White color preview on #57ABB5 background

This text has white color on #57ABB5 background.


Related colors

Complementary color

Complementary color for #hex is #A8544A.


I love getcolorcode.com

Triadic colors

1 #B557AB and #ABB557 with #57ABB5 are triadic colors.

2 #B5AB57 and #AB57B5 with #57ABB5 are triadic colors.