COLOR #5F7DB5

HEX: #5F7DB5
RGB: (95,125,181)

Color info

#5F7DB5 contains mainly green and blue colors. Web safe color of #5F7DB5 is #6666CC (or #66C).

RGB color model

#5F7DB5 color RGB value is (95,125,181).

  • red value is 95;
  • green value is 125;
  • blue value is 181.
RGB:
(95,125,181)
(37%,49%,71%)

RGB channels and saturation

R 95 of 255 = 37%
G 125 of 255 = 49%
B 181 of 255 = 71%

95
125
181

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

Portions of RGB colors in percentages

R + G + B =
95 + 125 + 181 = 401 (100%)
R 95 of 401 ~ 23.69%
G 125 of 401 ~ 31.17%
B 181 of 401 ~ 45.14%

%23.69
%31.17
%45.14

CMYK color model

#5F7DB5 color CMYK value is (48,31,0,29).

  • cyan value is 47.51%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(48,31,0,29)
C48M31Y0K29 
(48%,31%,0%,29%)
(0.48/0.31/0.00/0.29)	

CMYK percentages

%47.51
%30.94
%0
%29.02

Codes

Color #5F7DB5 in popluar color models

5F7DB5
RGB95125181
HSL219°36.75%54.12%
HSB/HSV219°47.51%70.98%
CMYK47.51%30.94%0.00%
29.02%

Color #5F7DB5 in popluar number systems.

HEX5F7DB5
Decimal95125181
Binary1011111111110110110101
Octal137175265

Shades and tints

Shades of #5F7DB5

#5F7DB5
(95,125,181)
#5772A5
(87,114,165)
#4F6795
(79,103,149)
#475C85
(71,92,133)
#3F5175
(63,81,117)
#374665
(55,70,101)
#2F3B55
(47,59,85)
#273045
(39,48,69)
#1F2535
(31,37,53)
#171A25
(23,26,37)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #5F7DB5

#5F7DB5
(95,125,181)
#6D88BB
(109,136,187)
#7B93C1
(123,147,193)
#899EC7
(137,158,199)
#97A9CD
(151,169,205)
#A5B4D3
(165,180,211)
#B3BFD9
(179,191,217)
#C1CADF
(193,202,223)
#CFD5E5
(207,213,229)
#DDE0EB
(221,224,235)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7DB5 color. Also use rgb(95,125,181) instead hex code.

Text Font Color

.myTextColor { color: #5F7DB5; }

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

This text font color is #5F7DB5.


Background Color

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

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

This div background color is #5F7DB5.


Border color

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

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

This div border color is #5F7DB5.


Opacity

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

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

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

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

This text has shadow with #5F7DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7DB5 on black background.


Color preview on white background

This text has color #5F7DB5 on white background.



Black color preview on #5F7DB5 background

This text has black color on #5F7DB5 background.


White color preview on #5F7DB5 background

This text has white color on #5F7DB5 background.