COLOR #5699C1

HEX: #5699C1
RGB: (86,153,193)

Color info

#5699C1 contains mainly green and blue colors. Web safe color of #5699C1 is #6699CC (or #69C).

RGB color model

#5699C1 color RGB value is (86,153,193).

  • red value is 86;
  • green value is 153;
  • blue value is 193.
RGB:
(86,153,193)
(34%,60%,76%)

RGB channels and saturation

R 86 of 255 = 34%
G 153 of 255 = 60%
B 193 of 255 = 76%

86
153
193

R + G + B ~ 57%. #5699C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 153 + 193 = 432 (100%)
R 86 of 432 ~ 19.91%
G 153 of 432 ~ 35.42%
B 193 of 432 ~ 44.68%

%19.91
%35.42
%44.68

CMYK color model

#5699C1 color CMYK value is (55,21,0,24).

  • cyan value is 55.44%
  • magenta value is 20.73%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(55,21,0,24)
C55M21Y0K24 
(55%,21%,0%,24%)
(0.55/0.21/0.00/0.24)	

CMYK percentages

%55.44
%20.73
%0
%24.31

Codes

Color #5699C1 in popluar color models

5699C1
RGB86153193
HSL202°46.32%54.71%
HSB/HSV202°55.44%75.69%
CMYK55.44%20.73%0.00%
24.31%

Color #5699C1 in popluar number systems.

HEX5699C1
Decimal86153193
Binary10101101001100111000001
Octal126231301

Shades and tints

Shades of #5699C1

#5699C1
(86,153,193)
#4F8CB0
(79,140,176)
#487F9F
(72,127,159)
#41728E
(65,114,142)
#3A657D
(58,101,125)
#33586C
(51,88,108)
#2C4B5B
(44,75,91)
#253E4A
(37,62,74)
#1E3139
(30,49,57)
#172428
(23,36,40)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #5699C1

#5699C1
(86,153,193)
#65A2C6
(101,162,198)
#74ABCB
(116,171,203)
#83B4D0
(131,180,208)
#92BDD5
(146,189,213)
#A1C6DA
(161,198,218)
#B0CFDF
(176,207,223)
#BFD8E4
(191,216,228)
#CEE1E9
(206,225,233)
#DDEAEE
(221,234,238)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5699C1 color. Also use rgb(86,153,193) instead hex code.

Text Font Color

.myTextColor { color: #5699C1; }

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

This text font color is #5699C1.


Background Color

.myBgColor { background-color: #5699C1; }

<div style="background-color:#5699C1">Inner text</div>

This div background color is #5699C1.


Border color

.myBorderColor { border: 1px solid #5699C1; }

<div style="border:3px solid #5699C1">Div</div>

This div border color is #5699C1.


Opacity

.myOpacity80 { color: #5699C1; opacity: 0.8; }

<p style="color:#5699C1;opacity:0.8;">80%</p>

Text with #5699C1 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 #5699C1;}

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

This text has shadow with #5699C1 color.

.textShadow {text-shadow: 3px 3px 1px #5699C1, 3px 3px 1px red;}

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

This text has shadow with #5699C1 primary color and red secondary color.


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

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

This text has shadow with #5699C1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5699C1 on black background.


Color preview on white background

This text has color #5699C1 on white background.



Black color preview on #5699C1 background

This text has black color on #5699C1 background.


White color preview on #5699C1 background

This text has white color on #5699C1 background.