COLOR #5B62B0

HEX: #5B62B0
RGB: (91,98,176)

Color info

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

RGB color model

#5B62B0 color RGB value is (91,98,176).

  • red value is 91;
  • green value is 98;
  • blue value is 176.
RGB:
(91,98,176)
(36%,38%,69%)

RGB channels and saturation

R 91 of 255 = 36%
G 98 of 255 = 38%
B 176 of 255 = 69%

91
98
176

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

Portions of RGB colors in percentages

R + G + B =
91 + 98 + 176 = 365 (100%)
R 91 of 365 ~ 24.93%
G 98 of 365 ~ 26.85%
B 176 of 365 ~ 48.22%

%24.93
%26.85
%48.22

CMYK color model

#5B62B0 color CMYK value is (48,44,0,31).

  • cyan value is 48.30%
  • magenta value is 44.32%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(48,44,0,31)
C48M44Y0K31 
(48%,44%,0%,31%)
(0.48/0.44/0.00/0.31)	

CMYK percentages

%48.3
%44.32
%0
%30.98

Codes

Color #5B62B0 in popluar color models

5B62B0
RGB9198176
HSL235°34.98%52.35%
HSB/HSV235°48.30%69.02%
CMYK48.30%44.32%0.00%
30.98%

Color #5B62B0 in popluar number systems.

HEX5B62B0
Decimal9198176
Binary1011011110001010110000
Octal133142260

Shades and tints

Shades of #5B62B0

#5B62B0
(91,98,176)
#535AA0
(83,90,160)
#4B5290
(75,82,144)
#434A80
(67,74,128)
#3B4270
(59,66,112)
#333A60
(51,58,96)
#2B3250
(43,50,80)
#232A40
(35,42,64)
#1B2230
(27,34,48)
#131A20
(19,26,32)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #5B62B0

#5B62B0
(91,98,176)
#6970B7
(105,112,183)
#777EBE
(119,126,190)
#858CC5
(133,140,197)
#939ACC
(147,154,204)
#A1A8D3
(161,168,211)
#AFB6DA
(175,182,218)
#BDC4E1
(189,196,225)
#CBD2E8
(203,210,232)
#D9E0EF
(217,224,239)
#E7EEF6
(231,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B62B0 color. Also use rgb(91,98,176) instead hex code.

Text Font Color

.myTextColor { color: #5B62B0; }

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

This text font color is #5B62B0.


Background Color

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

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

This div background color is #5B62B0.


Border color

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

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

This div border color is #5B62B0.


Opacity

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

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

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

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

This text has shadow with #5B62B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B62B0 on black background.


Color preview on white background

This text has color #5B62B0 on white background.



Black color preview on #5B62B0 background

This text has black color on #5B62B0 background.


White color preview on #5B62B0 background

This text has white color on #5B62B0 background.