COLOR #5CA293

HEX: #5CA293 RGB: (92,162,147)

Color info

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

RGB color model

#5CA293 color RGB value is (92,162,147).

RGB: (92,162,147) (36%, 64%, 58%)

RGB channels and saturation

R 92 of 255 = 36%
G 162 of 255 = 64%
B 147 of 255 = 58%

92
162
147

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

Portions of RGB colors in percentages

R + G + B = 92 + 162 + 147 = 401 (100%)
R 92 of 401 ~ 22.94%
G 162 of 401 ~ 40.4%
B 147 of 401 ~ 36.66'%

%22.94
%40.4
%36.66

CMYK color model

#5CA293 color CMYK value is (43,0,9,36).

  • cyan value is 43.21%
  • magenta value is 0.00%
  • yellow value is 9.26%
  • key color value is 36.47%

CMYK: (43,0,9,36)
C43M0Y9K36 (43%, 0%, 9%, 36%)
(0.43 / 0.00 / 0.09 / 0.36)

CMYK percentages

%43.21
%0
%9.26
%36.47

Codes

Color #5CA293 in popluar color models

5C A2 93
RGB 92 162 147
HSL 167° 27.56% 49.80%
HSB/HSV 167° 43.21% 63.53%
CMYK 43.21% 0.00% 9.26%
36.47%

Color #5CA293 in popluar number systems.

HEX 5C A2 93
Decimal 92 162 147
Binary 1011100 10100010 10010011
Octal 134 242 223

Shades and tints

Shades of #5CA293

#5CA293
(92,162,147)
#549486
(84,148,134)
#4C8679
(76,134,121)
#44786C
(68,120,108)
#3C6A5F
(60,106,95)
#345C52
(52,92,82)
#2C4E45
(44,78,69)
#244038
(36,64,56)
#1C322B
(28,50,43)
#14241E
(20,36,30)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #5CA293

#5CA293
(92,162,147)
#6AAA9C
(106,170,156)
#78B2A5
(120,178,165)
#86BAAE
(134,186,174)
#94C2B7
(148,194,183)
#A2CAC0
(162,202,192)
#B0D2C9
(176,210,201)
#BEDAD2
(190,218,210)
#CCE2DB
(204,226,219)
#DAEAE4
(218,234,228)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA293 color. Also use rgb(92,162,147) instead hex code.

Text Font Color

.myTextColor { color: #5CA293; }

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

This text font color is #5CA293.

Background Color

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

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

This div background color is #5CA293.

Border color

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

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

This div border color is #5CA293.

Opacity

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

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

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

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

This text has shadow with #5CA293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CA293.

Preview

Color preview on black background

This text has color #5CA293 on black background.


Color preview on white background

This text has color #5CA293 on white background.


Black color preview on #5CA293 background

This text has black color on #5CA293 background.


White color preview on #5CA293 background

This text has white color on #5CA293 background.


Related colors

Complementary color

Complementary color for #hex is #A35D6C.


I love getcolorcode.com

Triadic colors

1 #935CA2 and #A2935C with #5CA293 are triadic colors.

2 #93A25C and #A25C93 with #5CA293 are triadic colors.