COLOR #5D92AA

HEX: #5D92AA
RGB: (93,146,170)

Color info

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

RGB color model

#5D92AA color RGB value is (93,146,170).

  • red value is 93;
  • green value is 146;
  • blue value is 170.
RGB:
(93,146,170)
(36%,57%,67%)

RGB channels and saturation

R 93 of 255 = 36%
G 146 of 255 = 57%
B 170 of 255 = 67%

93
146
170

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

Portions of RGB colors in percentages

R + G + B =
93 + 146 + 170 = 409 (100%)
R 93 of 409 ~ 22.74%
G 146 of 409 ~ 35.7%
B 170 of 409 ~ 41.56%

%22.74
%35.7
%41.56

CMYK color model

#5D92AA color CMYK value is (45,14,0,33).

  • cyan value is 45.29%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(45,14,0,33)
C45M14Y0K33 
(45%,14%,0%,33%)
(0.45/0.14/0.00/0.33)	

CMYK percentages

%45.29
%14.12
%0
%33.33

Codes

Color #5D92AA in popluar color models

5D92AA
RGB93146170
HSL199°31.17%51.57%
HSB/HSV199°45.29%66.67%
CMYK45.29%14.12%0.00%
33.33%

Color #5D92AA in popluar number systems.

HEX5D92AA
Decimal93146170
Binary10111011001001010101010
Octal135222252

Shades and tints

Shades of #5D92AA

#5D92AA
(93,146,170)
#55859B
(85,133,155)
#4D788C
(77,120,140)
#456B7D
(69,107,125)
#3D5E6E
(61,94,110)
#35515F
(53,81,95)
#2D4450
(45,68,80)
#253741
(37,55,65)
#1D2A32
(29,42,50)
#151D23
(21,29,35)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #5D92AA

#5D92AA
(93,146,170)
#6B9BB1
(107,155,177)
#79A4B8
(121,164,184)
#87ADBF
(135,173,191)
#95B6C6
(149,182,198)
#A3BFCD
(163,191,205)
#B1C8D4
(177,200,212)
#BFD1DB
(191,209,219)
#CDDAE2
(205,218,226)
#DBE3E9
(219,227,233)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D92AA color. Also use rgb(93,146,170) instead hex code.

Text Font Color

.myTextColor { color: #5D92AA; }

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

This text font color is #5D92AA.


Background Color

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

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

This div background color is #5D92AA.


Border color

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

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

This div border color is #5D92AA.


Opacity

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

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

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

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

This text has shadow with #5D92AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D92AA on black background.


Color preview on white background

This text has color #5D92AA on white background.



Black color preview on #5D92AA background

This text has black color on #5D92AA background.


White color preview on #5D92AA background

This text has white color on #5D92AA background.