COLOR #5695A5

HEX: #5695A5
RGB: (86,149,165)

Color info

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

RGB color model

#5695A5 color RGB value is (86,149,165).

  • red value is 86;
  • green value is 149;
  • blue value is 165.
RGB:
(86,149,165)
(34%,58%,65%)

RGB channels and saturation

R 86 of 255 = 34%
G 149 of 255 = 58%
B 165 of 255 = 65%

86
149
165

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

Portions of RGB colors in percentages

R + G + B =
86 + 149 + 165 = 400 (100%)
R 86 of 400 ~ 21.5%
G 149 of 400 ~ 37.25%
B 165 of 400 ~ 41.25%

%21.5
%37.25
%41.25

CMYK color model

#5695A5 color CMYK value is (48,10,0,35).

  • cyan value is 47.88%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(48,10,0,35)
C48M10Y0K35 
(48%,10%,0%,35%)
(0.48/0.10/0.00/0.35)	

CMYK percentages

%47.88
%9.7
%0
%35.29

Codes

Color #5695A5 in popluar color models

5695A5
RGB86149165
HSL192°31.47%49.22%
HSB/HSV192°47.88%64.71%
CMYK47.88%9.70%0.00%
35.29%

Color #5695A5 in popluar number systems.

HEX5695A5
Decimal86149165
Binary10101101001010110100101
Octal126225245

Shades and tints

Shades of #5695A5

#5695A5
(86,149,165)
#4F8896
(79,136,150)
#487B87
(72,123,135)
#416E78
(65,110,120)
#3A6169
(58,97,105)
#33545A
(51,84,90)
#2C474B
(44,71,75)
#253A3C
(37,58,60)
#1E2D2D
(30,45,45)
#17201E
(23,32,30)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #5695A5

#5695A5
(86,149,165)
#659EAD
(101,158,173)
#74A7B5
(116,167,181)
#83B0BD
(131,176,189)
#92B9C5
(146,185,197)
#A1C2CD
(161,194,205)
#B0CBD5
(176,203,213)
#BFD4DD
(191,212,221)
#CEDDE5
(206,221,229)
#DDE6ED
(221,230,237)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5695A5 color. Also use rgb(86,149,165) instead hex code.

Text Font Color

.myTextColor { color: #5695A5; }

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

This text font color is #5695A5.


Background Color

.myBgColor { background-color: #5695A5; }

<div style="background-color:#5695A5">Inner text</div>

This div background color is #5695A5.


Border color

.myBorderColor { border: 1px solid #5695A5; }

<div style="border:3px solid #5695A5">Div</div>

This div border color is #5695A5.


Opacity

.myOpacity80 { color: #5695A5; opacity: 0.8; }

<p style="color:#5695A5;opacity:0.8;">80%</p>

Text with #5695A5 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 #5695A5;}

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

This text has shadow with #5695A5 color.

.textShadow {text-shadow: 3px 3px 1px #5695A5, 3px 3px 1px red;}

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

This text has shadow with #5695A5 primary color and red secondary color.


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

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

This text has shadow with #5695A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5695A5 on black background.


Color preview on white background

This text has color #5695A5 on white background.



Black color preview on #5695A5 background

This text has black color on #5695A5 background.


White color preview on #5695A5 background

This text has white color on #5695A5 background.