COLOR #5AB5CB

HEX: #5AB5CB
RGB: (90,181,203)

Color info

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

RGB color model

#5AB5CB color RGB value is (90,181,203).

  • red value is 90;
  • green value is 181;
  • blue value is 203.
RGB:
(90,181,203)
(35%,71%,80%)

RGB channels and saturation

R 90 of 255 = 35%
G 181 of 255 = 71%
B 203 of 255 = 80%

90
181
203

R + G + B ~ 62%. #5AB5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 181 + 203 = 474 (100%)
R 90 of 474 ~ 18.99%
G 181 of 474 ~ 38.19%
B 203 of 474 ~ 42.83%

%18.99
%38.19
%42.83

CMYK color model

#5AB5CB color CMYK value is (56,11,0,20).

  • cyan value is 55.67%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(56,11,0,20)
C56M11Y0K20 
(56%,11%,0%,20%)
(0.56/0.11/0.00/0.20)	

CMYK percentages

%55.67
%10.84
%0
%20.39

Codes

Color #5AB5CB in popluar color models

5AB5CB
RGB90181203
HSL192°52.07%57.45%
HSB/HSV192°55.67%79.61%
CMYK55.67%10.84%0.00%
20.39%

Color #5AB5CB in popluar number systems.

HEX5AB5CB
Decimal90181203
Binary10110101011010111001011
Octal132265313

Shades and tints

Shades of #5AB5CB

#5AB5CB
(90,181,203)
#52A5B9
(82,165,185)
#4A95A7
(74,149,167)
#428595
(66,133,149)
#3A7583
(58,117,131)
#326571
(50,101,113)
#2A555F
(42,85,95)
#22454D
(34,69,77)
#1A353B
(26,53,59)
#122529
(18,37,41)
#0A1517
(10,21,23)
#000000
(0,0,0)

Tints of #5AB5CB

#5AB5CB
(90,181,203)
#69BBCF
(105,187,207)
#78C1D3
(120,193,211)
#87C7D7
(135,199,215)
#96CDDB
(150,205,219)
#A5D3DF
(165,211,223)
#B4D9E3
(180,217,227)
#C3DFE7
(195,223,231)
#D2E5EB
(210,229,235)
#E1EBEF
(225,235,239)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AB5CB; }

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

This text font color is #5AB5CB.


Background Color

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

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

This div background color is #5AB5CB.


Border color

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

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

This div border color is #5AB5CB.


Opacity

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

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

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

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

This text has shadow with #5AB5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB5CB on black background.


Color preview on white background

This text has color #5AB5CB on white background.



Black color preview on #5AB5CB background

This text has black color on #5AB5CB background.


White color preview on #5AB5CB background

This text has white color on #5AB5CB background.