COLOR #5975D7

HEX: #5975D7
RGB: (89,117,215)

Color info

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

RGB color model

#5975D7 color RGB value is (89,117,215).

  • red value is 89;
  • green value is 117;
  • blue value is 215.
RGB:
(89,117,215)
(35%,46%,84%)

RGB channels and saturation

R 89 of 255 = 35%
G 117 of 255 = 46%
B 215 of 255 = 84%

89
117
215

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

Portions of RGB colors in percentages

R + G + B =
89 + 117 + 215 = 421 (100%)
R 89 of 421 ~ 21.14%
G 117 of 421 ~ 27.79%
B 215 of 421 ~ 51.07%

%21.14
%27.79
%51.07

CMYK color model

#5975D7 color CMYK value is (59,46,0,16).

  • cyan value is 58.60%
  • magenta value is 45.58%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(59,46,0,16)
C59M46Y0K16 
(59%,46%,0%,16%)
(0.59/0.46/0.00/0.16)	

CMYK percentages

%58.6
%45.58
%0
%15.69

Codes

Color #5975D7 in popluar color models

5975D7
RGB89117215
HSL227°61.17%59.61%
HSB/HSV227°58.60%84.31%
CMYK58.60%45.58%0.00%
15.69%

Color #5975D7 in popluar number systems.

HEX5975D7
Decimal89117215
Binary1011001111010111010111
Octal131165327

Shades and tints

Shades of #5975D7

#5975D7
(89,117,215)
#516BC4
(81,107,196)
#4961B1
(73,97,177)
#41579E
(65,87,158)
#394D8B
(57,77,139)
#314378
(49,67,120)
#293965
(41,57,101)
#212F52
(33,47,82)
#19253F
(25,37,63)
#111B2C
(17,27,44)
#091119
(9,17,25)
#000000
(0,0,0)

Tints of #5975D7

#5975D7
(89,117,215)
#6881DA
(104,129,218)
#778DDD
(119,141,221)
#8699E0
(134,153,224)
#95A5E3
(149,165,227)
#A4B1E6
(164,177,230)
#B3BDE9
(179,189,233)
#C2C9EC
(194,201,236)
#D1D5EF
(209,213,239)
#E0E1F2
(224,225,242)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5975D7 color. Also use rgb(89,117,215) instead hex code.

Text Font Color

.myTextColor { color: #5975D7; }

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

This text font color is #5975D7.


Background Color

.myBgColor { background-color: #5975D7; }

<div style="background-color:#5975D7">Inner text</div>

This div background color is #5975D7.


Border color

.myBorderColor { border: 1px solid #5975D7; }

<div style="border:3px solid #5975D7">Div</div>

This div border color is #5975D7.


Opacity

.myOpacity80 { color: #5975D7; opacity: 0.8; }

<p style="color:#5975D7;opacity:0.8;">80%</p>

Text with #5975D7 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 #5975D7;}

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

This text has shadow with #5975D7 color.

.textShadow {text-shadow: 3px 3px 1px #5975D7, 3px 3px 1px red;}

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

This text has shadow with #5975D7 primary color and red secondary color.


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

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

This text has shadow with #5975D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5975D7 on black background.


Color preview on white background

This text has color #5975D7 on white background.



Black color preview on #5975D7 background

This text has black color on #5975D7 background.


White color preview on #5975D7 background

This text has white color on #5975D7 background.