COLOR #5C8BA5

HEX: #5C8BA5 RGB: (92,139,165)

Color info

#5C8BA5 contains mainly green and blue colors. Web safe color of #5C8BA5 is #669999 (or #699).

RGB color model

#5C8BA5 color RGB value is (92,139,165).

RGB: (92,139,165) (36%, 55%, 65%)

RGB channels and saturation

R 92 of 255 = 36%
G 139 of 255 = 55%
B 165 of 255 = 65%

92
139
165

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

Portions of RGB colors in percentages

R + G + B = 92 + 139 + 165 = 396 (100%)
R 92 of 396 ~ 23.23%
G 139 of 396 ~ 35.1%
B 165 of 396 ~ 41.67'%

%23.23
%35.1
%41.67

CMYK color model

#5C8BA5 color CMYK value is (44,16,0,35).

  • cyan value is 44.24%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (44,16,0,35) C44M16Y0K35 (44%,16%,0%,35%) (0.44/0.16/0.00/0.35) 

CMYK percentages

%44.24
%15.76
%0
%35.29

Codes

Color #5C8BA5 in popluar color models

5C 8B A5
RGB 92 139 165
HSL 201° 28.85% 50.39%
HSB/HSV 201° 44.24% 64.71%
CMYK 44.24% 15.76% 0.00%
35.29%

Color #5C8BA5 in popluar number systems.

HEX 5C 8B A5
Decimal 92 139 165
Binary 1011100 10001011 10100101
Octal 134 213 245

Shades and tints

Shades of #5C8BA5

#5C8BA5
(92,139,165)
#547F96
(84,127,150)
#4C7387
(76,115,135)
#446778
(68,103,120)
#3C5B69
(60,91,105)
#344F5A
(52,79,90)
#2C434B
(44,67,75)
#24373C
(36,55,60)
#1C2B2D
(28,43,45)
#141F1E
(20,31,30)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #5C8BA5

#5C8BA5
(92,139,165)
#6A95AD
(106,149,173)
#789FB5
(120,159,181)
#86A9BD
(134,169,189)
#94B3C5
(148,179,197)
#A2BDCD
(162,189,205)
#B0C7D5
(176,199,213)
#BED1DD
(190,209,221)
#CCDBE5
(204,219,229)
#DAE5ED
(218,229,237)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8BA5 color. Also use rgb(92,139,165) instead hex code.

Text Font Color

.myTextColor { color: #5C8BA5; }

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

This text font color is #5C8BA5.

Background Color

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

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

This div background color is #5C8BA5.

Border color

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

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

This div border color is #5C8BA5.

Opacity

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

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

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

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

This text has shadow with #5C8BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C8BA5.

Preview

Color preview on black background

This text has color #5C8BA5 on black background.


Color preview on white background

This text has color #5C8BA5 on white background.


Black color preview on #5C8BA5 background

This text has black color on #5C8BA5 background.


White color preview on #5C8BA5 background

This text has white color on #5C8BA5 background.


Related colors

Complementary color

Complementary color for #hex is #A3745A.


I love getcolorcode.com

Triadic colors

1 #A55C8B and #8BA55C with #5C8BA5 are triadic colors.

2 #A58B5C and #8B5CA5 with #5C8BA5 are triadic colors.