COLOR #5AB5C0

HEX: #5AB5C0 RGB: (90,181,192)

Color info

#5AB5C0 contains mainly green and blue colors. Web safe color of #5AB5C0 is #66CCCC (or #6CC).

RGB color model

#5AB5C0 color RGB value is (90,181,192).

RGB: (90,181,192) (35%, 71%, 75%)

RGB channels and saturation

R 90 of 255 = 35%
G 181 of 255 = 71%
B 192 of 255 = 75%

90
181
192

R + G + B ~ 60%. #5AB5C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 181 + 192 = 463 (100%)
R 90 of 463 ~ 19.44%
G 181 of 463 ~ 39.09%
B 192 of 463 ~ 41.47'%

%19.44
%39.09
%41.47

CMYK color model

#5AB5C0 color CMYK value is (53,6,0,25).

  • cyan value is 53.13%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (53,6,0,25) C53M6Y0K25 (53%,6%,0%,25%) (0.53/0.06/0.00/0.25) 

CMYK percentages

%53.13
%5.73
%0
%24.71

Codes

Color #5AB5C0 in popluar color models

5A B5 C0
RGB 90 181 192
HSL 186° 44.74% 55.29%
HSB/HSV 186° 53.13% 75.29%
CMYK 53.13% 5.73% 0.00%
24.71%

Color #5AB5C0 in popluar number systems.

HEX 5A B5 C0
Decimal 90 181 192
Binary 1011010 10110101 11000000
Octal 132 265 300

Shades and tints

Shades of #5AB5C0

#5AB5C0
(90,181,192)
#52A5AF
(82,165,175)
#4A959E
(74,149,158)
#42858D
(66,133,141)
#3A757C
(58,117,124)
#32656B
(50,101,107)
#2A555A
(42,85,90)
#224549
(34,69,73)
#1A3538
(26,53,56)
#122527
(18,37,39)
#0A1516
(10,21,22)
#000000
(0,0,0)

Tints of #5AB5C0

#5AB5C0
(90,181,192)
#69BBC5
(105,187,197)
#78C1CA
(120,193,202)
#87C7CF
(135,199,207)
#96CDD4
(150,205,212)
#A5D3D9
(165,211,217)
#B4D9DE
(180,217,222)
#C3DFE3
(195,223,227)
#D2E5E8
(210,229,232)
#E1EBED
(225,235,237)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB5C0 color. Also use rgb(90,181,192) instead hex code.

Text Font Color

.myTextColor { color: #5AB5C0; }

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

This text font color is #5AB5C0.

Background Color

.myBgColor { background-color: #5AB5C0; }

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

This div background color is #5AB5C0.

Border color

.myBorderColor { border: 1px solid #5AB5C0; }

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

This div border color is #5AB5C0.

Opacity

.myOpacity80 { color: #5AB5C0; opacity: 0.8; }

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

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

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

This text has shadow with #5AB5C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AB5C0.

Preview

Color preview on black background

This text has color #5AB5C0 on black background.


Color preview on white background

This text has color #5AB5C0 on white background.


Black color preview on #5AB5C0 background

This text has black color on #5AB5C0 background.


White color preview on #5AB5C0 background

This text has white color on #5AB5C0 background.


Related colors

Complementary color

Complementary color for #hex is #A54A3F.


I love getcolorcode.com

Triadic colors

1 #C05AB5 and #B5C05A with #5AB5C0 are triadic colors.

2 #C0B55A and #B55AC0 with #5AB5C0 are triadic colors.