COLOR #5175C7

HEX: #5175C7
RGB: (81,117,199)

Color info

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

RGB color model

#5175C7 color RGB value is (81,117,199).

  • red value is 81;
  • green value is 117;
  • blue value is 199.
RGB:
(81,117,199)
(32%,46%,78%)

RGB channels and saturation

R 81 of 255 = 32%
G 117 of 255 = 46%
B 199 of 255 = 78%

81
117
199

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

Portions of RGB colors in percentages

R + G + B =
81 + 117 + 199 = 397 (100%)
R 81 of 397 ~ 20.4%
G 117 of 397 ~ 29.47%
B 199 of 397 ~ 50.13%

%20.4
%29.47
%50.13

CMYK color model

#5175C7 color CMYK value is (59,41,0,22).

  • cyan value is 59.30%
  • magenta value is 41.21%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(59,41,0,22)
C59M41Y0K22 
(59%,41%,0%,22%)
(0.59/0.41/0.00/0.22)	

CMYK percentages

%59.3
%41.21
%0
%21.96

Codes

Color #5175C7 in popluar color models

5175C7
RGB81117199
HSL222°51.30%54.90%
HSB/HSV222°59.30%78.04%
CMYK59.30%41.21%0.00%
21.96%

Color #5175C7 in popluar number systems.

HEX5175C7
Decimal81117199
Binary1010001111010111000111
Octal121165307

Shades and tints

Shades of #5175C7

#5175C7
(81,117,199)
#4A6BB5
(74,107,181)
#4361A3
(67,97,163)
#3C5791
(60,87,145)
#354D7F
(53,77,127)
#2E436D
(46,67,109)
#27395B
(39,57,91)
#202F49
(32,47,73)
#192537
(25,37,55)
#121B25
(18,27,37)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #5175C7

#5175C7
(81,117,199)
#6081CC
(96,129,204)
#6F8DD1
(111,141,209)
#7E99D6
(126,153,214)
#8DA5DB
(141,165,219)
#9CB1E0
(156,177,224)
#ABBDE5
(171,189,229)
#BAC9EA
(186,201,234)
#C9D5EF
(201,213,239)
#D8E1F4
(216,225,244)
#E7EDF9
(231,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5175C7 color. Also use rgb(81,117,199) instead hex code.

Text Font Color

.myTextColor { color: #5175C7; }

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

This text font color is #5175C7.


Background Color

.myBgColor { background-color: #5175C7; }

<div style="background-color:#5175C7">Inner text</div>

This div background color is #5175C7.


Border color

.myBorderColor { border: 1px solid #5175C7; }

<div style="border:3px solid #5175C7">Div</div>

This div border color is #5175C7.


Opacity

.myOpacity80 { color: #5175C7; opacity: 0.8; }

<p style="color:#5175C7;opacity:0.8;">80%</p>

Text with #5175C7 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 #5175C7;}

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

This text has shadow with #5175C7 color.

.textShadow {text-shadow: 3px 3px 1px #5175C7, 3px 3px 1px red;}

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

This text has shadow with #5175C7 primary color and red secondary color.


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

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

This text has shadow with #5175C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5175C7 on black background.


Color preview on white background

This text has color #5175C7 on white background.



Black color preview on #5175C7 background

This text has black color on #5175C7 background.


White color preview on #5175C7 background

This text has white color on #5175C7 background.