COLOR #5CB4D5

HEX: #5CB4D5 RGB: (92,180,213)

Color info

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

RGB color model

#5CB4D5 color RGB value is (92,180,213).

RGB: (92,180,213) (36%, 71%, 84%)

RGB channels and saturation

R 92 of 255 = 36%
G 180 of 255 = 71%
B 213 of 255 = 84%

92
180
213

R + G + B ~ 64%. #5CB4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 92 + 180 + 213 = 485 (100%)
R 92 of 485 ~ 18.97%
G 180 of 485 ~ 37.11%
B 213 of 485 ~ 43.92'%

%18.97
%37.11
%43.92

CMYK color model

#5CB4D5 color CMYK value is (57,15,0,16).

  • cyan value is 56.81%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (57,15,0,16)
C57M15Y0K16 (57%, 15%, 0%, 16%)
(0.57 / 0.15 / 0.00 / 0.16)

CMYK percentages

%56.81
%15.49
%0
%16.47

Codes

Color #5CB4D5 in popluar color models

5C B4 D5
RGB 92 180 213
HSL 196° 59.02% 59.80%
HSB/HSV 196° 56.81% 83.53%
CMYK 56.81% 15.49% 0.00%
16.47%

Color #5CB4D5 in popluar number systems.

HEX 5C B4 D5
Decimal 92 180 213
Binary 1011100 10110100 11010101
Octal 134 264 325

Shades and tints

Shades of #5CB4D5

#5CB4D5
(92,180,213)
#54A4C2
(84,164,194)
#4C94AF
(76,148,175)
#44849C
(68,132,156)
#3C7489
(60,116,137)
#346476
(52,100,118)
#2C5463
(44,84,99)
#244450
(36,68,80)
#1C343D
(28,52,61)
#14242A
(20,36,42)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #5CB4D5

#5CB4D5
(92,180,213)
#6ABAD8
(106,186,216)
#78C0DB
(120,192,219)
#86C6DE
(134,198,222)
#94CCE1
(148,204,225)
#A2D2E4
(162,210,228)
#B0D8E7
(176,216,231)
#BEDEEA
(190,222,234)
#CCE4ED
(204,228,237)
#DAEAF0
(218,234,240)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB4D5 color. Also use rgb(92,180,213) instead hex code.

Text Font Color

.myTextColor { color: #5CB4D5; }

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

This text font color is #5CB4D5.

Background Color

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

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

This div background color is #5CB4D5.

Border color

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

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

This div border color is #5CB4D5.

Opacity

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

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

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

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

This text has shadow with #5CB4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CB4D5.

Preview

Color preview on black background

This text has color #5CB4D5 on black background.


Color preview on white background

This text has color #5CB4D5 on white background.


Black color preview on #5CB4D5 background

This text has black color on #5CB4D5 background.


White color preview on #5CB4D5 background

This text has white color on #5CB4D5 background.


Related colors

Complementary color

Complementary color for #hex is #A34B2A.


I love getcolorcode.com

Triadic colors

1 #D55CB4 and #B4D55C with #5CB4D5 are triadic colors.

2 #D5B45C and #B45CD5 with #5CB4D5 are triadic colors.