COLOR #5D859C

HEX: #5D859C
RGB: (93,133,156)

Color info

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

RGB color model

#5D859C color RGB value is (93,133,156).

  • red value is 93;
  • green value is 133;
  • blue value is 156.
RGB:
(93,133,156)
(36%,52%,61%)

RGB channels and saturation

R 93 of 255 = 36%
G 133 of 255 = 52%
B 156 of 255 = 61%

93
133
156

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

Portions of RGB colors in percentages

R + G + B =
93 + 133 + 156 = 382 (100%)
R 93 of 382 ~ 24.35%
G 133 of 382 ~ 34.82%
B 156 of 382 ~ 40.84%

%24.35
%34.82
%40.84

CMYK color model

#5D859C color CMYK value is (40,15,0,39).

  • cyan value is 40.38%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(40,15,0,39)
C40M15Y0K39 
(40%,15%,0%,39%)
(0.40/0.15/0.00/0.39)	

CMYK percentages

%40.38
%14.74
%0
%38.82

Codes

Color #5D859C in popluar color models

5D859C
RGB93133156
HSL202°25.30%48.82%
HSB/HSV202°40.38%61.18%
CMYK40.38%14.74%0.00%
38.82%

Color #5D859C in popluar number systems.

HEX5D859C
Decimal93133156
Binary10111011000010110011100
Octal135205234

Shades and tints

Shades of #5D859C

#5D859C
(93,133,156)
#55798E
(85,121,142)
#4D6D80
(77,109,128)
#456172
(69,97,114)
#3D5564
(61,85,100)
#354956
(53,73,86)
#2D3D48
(45,61,72)
#25313A
(37,49,58)
#1D252C
(29,37,44)
#15191E
(21,25,30)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #5D859C

#5D859C
(93,133,156)
#6B90A5
(107,144,165)
#799BAE
(121,155,174)
#87A6B7
(135,166,183)
#95B1C0
(149,177,192)
#A3BCC9
(163,188,201)
#B1C7D2
(177,199,210)
#BFD2DB
(191,210,219)
#CDDDE4
(205,221,228)
#DBE8ED
(219,232,237)
#E9F3F6
(233,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D859C color. Also use rgb(93,133,156) instead hex code.

Text Font Color

.myTextColor { color: #5D859C; }

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

This text font color is #5D859C.


Background Color

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

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

This div background color is #5D859C.


Border color

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

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

This div border color is #5D859C.


Opacity

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

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

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

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

This text has shadow with #5D859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D859C on black background.


Color preview on white background

This text has color #5D859C on white background.



Black color preview on #5D859C background

This text has black color on #5D859C background.


White color preview on #5D859C background

This text has white color on #5D859C background.