COLOR #5CB2D0

HEX: #5CB2D0 RGB: (92,178,208)

Color info

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

RGB color model

#5CB2D0 color RGB value is (92,178,208).

RGB: (92,178,208) (36%, 70%, 82%)

RGB channels and saturation

R 92 of 255 = 36%
G 178 of 255 = 70%
B 208 of 255 = 82%

92
178
208

R + G + B ~ 63%. #5CB2D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 92 + 178 + 208 = 478 (100%)
R 92 of 478 ~ 19.25%
G 178 of 478 ~ 37.24%
B 208 of 478 ~ 43.51'%

%19.25
%37.24
%43.51

CMYK color model

#5CB2D0 color CMYK value is (56,14,0,18).

  • cyan value is 55.77%
  • magenta value is 14.42%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (56,14,0,18)
C56M14Y0K18 (56%, 14%, 0%, 18%)
(0.56 / 0.14 / 0.00 / 0.18)

CMYK percentages

%55.77
%14.42
%0
%18.43

Codes

Color #5CB2D0 in popluar color models

5C B2 D0
RGB 92 178 208
HSL 196° 55.24% 58.82%
HSB/HSV 196° 55.77% 81.57%
CMYK 55.77% 14.42% 0.00%
18.43%

Color #5CB2D0 in popluar number systems.

HEX 5C B2 D0
Decimal 92 178 208
Binary 1011100 10110010 11010000
Octal 134 262 320

Shades and tints

Shades of #5CB2D0

#5CB2D0
(92,178,208)
#54A2BE
(84,162,190)
#4C92AC
(76,146,172)
#44829A
(68,130,154)
#3C7288
(60,114,136)
#346276
(52,98,118)
#2C5264
(44,82,100)
#244252
(36,66,82)
#1C3240
(28,50,64)
#14222E
(20,34,46)
#0C121C
(12,18,28)
#000000
(0,0,0)

Tints of #5CB2D0

#5CB2D0
(92,178,208)
#6AB9D4
(106,185,212)
#78C0D8
(120,192,216)
#86C7DC
(134,199,220)
#94CEE0
(148,206,224)
#A2D5E4
(162,213,228)
#B0DCE8
(176,220,232)
#BEE3EC
(190,227,236)
#CCEAF0
(204,234,240)
#DAF1F4
(218,241,244)
#E8F8F8
(232,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB2D0 color. Also use rgb(92,178,208) instead hex code.

Text Font Color

.myTextColor { color: #5CB2D0; }

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

This text font color is #5CB2D0.

Background Color

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

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

This div background color is #5CB2D0.

Border color

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

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

This div border color is #5CB2D0.

Opacity

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

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

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

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

This text has shadow with #5CB2D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CB2D0.

Preview

Color preview on black background

This text has color #5CB2D0 on black background.


Color preview on white background

This text has color #5CB2D0 on white background.


Black color preview on #5CB2D0 background

This text has black color on #5CB2D0 background.


White color preview on #5CB2D0 background

This text has white color on #5CB2D0 background.


Related colors

Complementary color

Complementary color for #hex is #A34D2F.


I love getcolorcode.com

Triadic colors

1 #D05CB2 and #B2D05C with #5CB2D0 are triadic colors.

2 #D0B25C and #B25CD0 with #5CB2D0 are triadic colors.