COLOR #5F7CCC

HEX: #5F7CCC RGB: (95,124,204)

Color info

#5F7CCC contains mainly blue color. Web safe color of #5F7CCC is #6666CC (or #66C).

RGB color model

#5F7CCC color RGB value is (95,124,204).

RGB: (95,124,204) (37%, 49%, 80%)

RGB channels and saturation

R 95 of 255 = 37%
G 124 of 255 = 49%
B 204 of 255 = 80%

95
124
204

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

Portions of RGB colors in percentages

R + G + B = 95 + 124 + 204 = 423 (100%)
R 95 of 423 ~ 22.46%
G 124 of 423 ~ 29.31%
B 204 of 423 ~ 48.23'%

%22.46
%29.31
%48.23

CMYK color model

#5F7CCC color CMYK value is (53,39,0,20).

  • cyan value is 53.43%
  • magenta value is 39.22%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (53,39,0,20) C53M39Y0K20 (53%,39%,0%,20%) (0.53/0.39/0.00/0.20) 

CMYK percentages

%53.43
%39.22
%0
%20

Codes

Color #5F7CCC in popluar color models

5F 7C CC
RGB 95 124 204
HSL 224° 51.66% 58.63%
HSB/HSV 224° 53.43% 80.00%
CMYK 53.43% 39.22% 0.00%
20.00%

Color #5F7CCC in popluar number systems.

HEX 5F 7C CC
Decimal 95 124 204
Binary 1011111 1111100 11001100
Octal 137 174 314

Shades and tints

Shades of #5F7CCC

#5F7CCC
(95,124,204)
#5771BA
(87,113,186)
#4F66A8
(79,102,168)
#475B96
(71,91,150)
#3F5084
(63,80,132)
#374572
(55,69,114)
#2F3A60
(47,58,96)
#272F4E
(39,47,78)
#1F243C
(31,36,60)
#17192A
(23,25,42)
#0F0E18
(15,14,24)
#000000
(0,0,0)

Tints of #5F7CCC

#5F7CCC
(95,124,204)
#6D87D0
(109,135,208)
#7B92D4
(123,146,212)
#899DD8
(137,157,216)
#97A8DC
(151,168,220)
#A5B3E0
(165,179,224)
#B3BEE4
(179,190,228)
#C1C9E8
(193,201,232)
#CFD4EC
(207,212,236)
#DDDFF0
(221,223,240)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7CCC color. Also use rgb(95,124,204) instead hex code.

Text Font Color

.myTextColor { color: #5F7CCC; }

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

This text font color is #5F7CCC.

Background Color

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

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

This div background color is #5F7CCC.

Border color

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

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

This div border color is #5F7CCC.

Opacity

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

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

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

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

This text has shadow with #5F7CCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7CCC.

Preview

Color preview on black background

This text has color #5F7CCC on black background.


Color preview on white background

This text has color #5F7CCC on white background.


Black color preview on #5F7CCC background

This text has black color on #5F7CCC background.


White color preview on #5F7CCC background

This text has white color on #5F7CCC background.


Related colors

Complementary color

Complementary color for #hex is #A08333.


I love getcolorcode.com

Triadic colors

1 #CC5F7C and #7CCC5F with #5F7CCC are triadic colors.

2 #CC7C5F and #7C5FCC with #5F7CCC are triadic colors.