COLOR #5C83A3

HEX: #5C83A3
RGB: (92,131,163)

Color info

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

RGB color model

#5C83A3 color RGB value is (92,131,163).

  • red value is 92;
  • green value is 131;
  • blue value is 163.
RGB:
(92,131,163)
(36%,51%,64%)

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 163 of 255 = 64%

92
131
163

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

Portions of RGB colors in percentages

R + G + B =
92 + 131 + 163 = 386 (100%)
R 92 of 386 ~ 23.83%
G 131 of 386 ~ 33.94%
B 163 of 386 ~ 42.23%

%23.83
%33.94
%42.23

CMYK color model

#5C83A3 color CMYK value is (44,20,0,36).

  • cyan value is 43.56%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(44,20,0,36)
C44M20Y0K36 
(44%,20%,0%,36%)
(0.44/0.20/0.00/0.36)	

CMYK percentages

%43.56
%19.63
%0
%36.08

Codes

Color #5C83A3 in popluar color models

5C83A3
RGB92131163
HSL207°27.84%50.00%
HSB/HSV207°43.56%63.92%
CMYK43.56%19.63%0.00%
36.08%

Color #5C83A3 in popluar number systems.

HEX5C83A3
Decimal92131163
Binary10111001000001110100011
Octal134203243

Shades and tints

Shades of #5C83A3

#5C83A3
(92,131,163)
#547895
(84,120,149)
#4C6D87
(76,109,135)
#446279
(68,98,121)
#3C576B
(60,87,107)
#344C5D
(52,76,93)
#2C414F
(44,65,79)
#243641
(36,54,65)
#1C2B33
(28,43,51)
#142025
(20,32,37)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #5C83A3

#5C83A3
(92,131,163)
#6A8EAB
(106,142,171)
#7899B3
(120,153,179)
#86A4BB
(134,164,187)
#94AFC3
(148,175,195)
#A2BACB
(162,186,203)
#B0C5D3
(176,197,211)
#BED0DB
(190,208,219)
#CCDBE3
(204,219,227)
#DAE6EB
(218,230,235)
#E8F1F3
(232,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C83A3 color. Also use rgb(92,131,163) instead hex code.

Text Font Color

.myTextColor { color: #5C83A3; }

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

This text font color is #5C83A3.


Background Color

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

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

This div background color is #5C83A3.


Border color

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

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

This div border color is #5C83A3.


Opacity

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

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

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

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

This text has shadow with #5C83A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C83A3 on black background.


Color preview on white background

This text has color #5C83A3 on white background.



Black color preview on #5C83A3 background

This text has black color on #5C83A3 background.


White color preview on #5C83A3 background

This text has white color on #5C83A3 background.