COLOR #5D62A7

HEX: #5D62A7
RGB: (93,98,167)

Color info

#5D62A7 contains mainly blue color. Web safe color of #5D62A7 is #666699 (or #669).

RGB color model

#5D62A7 color RGB value is (93,98,167).

  • red value is 93;
  • green value is 98;
  • blue value is 167.
RGB:
(93,98,167)
(36%,38%,65%)

RGB channels and saturation

R 93 of 255 = 36%
G 98 of 255 = 38%
B 167 of 255 = 65%

93
98
167

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

Portions of RGB colors in percentages

R + G + B =
93 + 98 + 167 = 358 (100%)
R 93 of 358 ~ 25.98%
G 98 of 358 ~ 27.37%
B 167 of 358 ~ 46.65%

%25.98
%27.37
%46.65

CMYK color model

#5D62A7 color CMYK value is (44,41,0,35).

  • cyan value is 44.31%
  • magenta value is 41.32%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(44,41,0,35)
C44M41Y0K35 
(44%,41%,0%,35%)
(0.44/0.41/0.00/0.35)	

CMYK percentages

%44.31
%41.32
%0
%34.51

Codes

Color #5D62A7 in popluar color models

5D62A7
RGB9398167
HSL236°29.60%50.98%
HSB/HSV236°44.31%65.49%
CMYK44.31%41.32%0.00%
34.51%

Color #5D62A7 in popluar number systems.

HEX5D62A7
Decimal9398167
Binary1011101110001010100111
Octal135142247

Shades and tints

Shades of #5D62A7

#5D62A7
(93,98,167)
#555A98
(85,90,152)
#4D5289
(77,82,137)
#454A7A
(69,74,122)
#3D426B
(61,66,107)
#353A5C
(53,58,92)
#2D324D
(45,50,77)
#252A3E
(37,42,62)
#1D222F
(29,34,47)
#151A20
(21,26,32)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #5D62A7

#5D62A7
(93,98,167)
#6B70AF
(107,112,175)
#797EB7
(121,126,183)
#878CBF
(135,140,191)
#959AC7
(149,154,199)
#A3A8CF
(163,168,207)
#B1B6D7
(177,182,215)
#BFC4DF
(191,196,223)
#CDD2E7
(205,210,231)
#DBE0EF
(219,224,239)
#E9EEF7
(233,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D62A7 color. Also use rgb(93,98,167) instead hex code.

Text Font Color

.myTextColor { color: #5D62A7; }

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

This text font color is #5D62A7.


Background Color

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

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

This div background color is #5D62A7.


Border color

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

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

This div border color is #5D62A7.


Opacity

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

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

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

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

This text has shadow with #5D62A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D62A7 on black background.


Color preview on white background

This text has color #5D62A7 on white background.



Black color preview on #5D62A7 background

This text has black color on #5D62A7 background.


White color preview on #5D62A7 background

This text has white color on #5D62A7 background.