COLOR #5F93C5

HEX: #5F93C5
RGB: (95,147,197)

Color info

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

RGB color model

#5F93C5 color RGB value is (95,147,197).

  • red value is 95;
  • green value is 147;
  • blue value is 197.
RGB:
(95,147,197)
(37%,58%,77%)

RGB channels and saturation

R 95 of 255 = 37%
G 147 of 255 = 58%
B 197 of 255 = 77%

95
147
197

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

Portions of RGB colors in percentages

R + G + B =
95 + 147 + 197 = 439 (100%)
R 95 of 439 ~ 21.64%
G 147 of 439 ~ 33.49%
B 197 of 439 ~ 44.87%

%21.64
%33.49
%44.87

CMYK color model

#5F93C5 color CMYK value is (52,25,0,23).

  • cyan value is 51.78%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(52,25,0,23)
C52M25Y0K23 
(52%,25%,0%,23%)
(0.52/0.25/0.00/0.23)	

CMYK percentages

%51.78
%25.38
%0
%22.75

Codes

Color #5F93C5 in popluar color models

5F93C5
RGB95147197
HSL209°46.79%57.25%
HSB/HSV209°51.78%77.25%
CMYK51.78%25.38%0.00%
22.75%

Color #5F93C5 in popluar number systems.

HEX5F93C5
Decimal95147197
Binary10111111001001111000101
Octal137223305

Shades and tints

Shades of #5F93C5

#5F93C5
(95,147,197)
#5786B4
(87,134,180)
#4F79A3
(79,121,163)
#476C92
(71,108,146)
#3F5F81
(63,95,129)
#375270
(55,82,112)
#2F455F
(47,69,95)
#27384E
(39,56,78)
#1F2B3D
(31,43,61)
#171E2C
(23,30,44)
#0F111B
(15,17,27)
#000000
(0,0,0)

Tints of #5F93C5

#5F93C5
(95,147,197)
#6D9CCA
(109,156,202)
#7BA5CF
(123,165,207)
#89AED4
(137,174,212)
#97B7D9
(151,183,217)
#A5C0DE
(165,192,222)
#B3C9E3
(179,201,227)
#C1D2E8
(193,210,232)
#CFDBED
(207,219,237)
#DDE4F2
(221,228,242)
#EBEDF7
(235,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F93C5 color. Also use rgb(95,147,197) instead hex code.

Text Font Color

.myTextColor { color: #5F93C5; }

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

This text font color is #5F93C5.


Background Color

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

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

This div background color is #5F93C5.


Border color

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

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

This div border color is #5F93C5.


Opacity

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

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

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

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

This text has shadow with #5F93C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F93C5 on black background.


Color preview on white background

This text has color #5F93C5 on white background.



Black color preview on #5F93C5 background

This text has black color on #5F93C5 background.


White color preview on #5F93C5 background

This text has white color on #5F93C5 background.