COLOR #5861B2

HEX: #5861B2 RGB: (88,97,178)

Color info

#5861B2 contains mainly blue color. Web safe color of #5861B2 is #666699 (or #669).

RGB color model

#5861B2 color RGB value is (88,97,178).

RGB: (88,97,178) (35%, 38%, 70%)

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 178 of 255 = 70%

88
97
178

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

Portions of RGB colors in percentages

R + G + B = 88 + 97 + 178 = 363 (100%)
R 88 of 363 ~ 24.24%
G 97 of 363 ~ 26.72%
B 178 of 363 ~ 49.04'%

%24.24
%26.72
%49.04

CMYK color model

#5861B2 color CMYK value is (51,46,0,30).

  • cyan value is 50.56%
  • magenta value is 45.51%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (51,46,0,30)
C51M46Y0K30 (51%, 46%, 0%, 30%)
(0.51 / 0.46 / 0.00 / 0.30)

CMYK percentages

%50.56
%45.51
%0
%30.2

Codes

Color #5861B2 in popluar color models

58 61 B2
RGB 88 97 178
HSL 234° 36.89% 52.16%
HSB/HSV 234° 50.56% 69.80%
CMYK 50.56% 45.51% 0.00%
30.20%

Color #5861B2 in popluar number systems.

HEX 58 61 B2
Decimal 88 97 178
Binary 1011000 1100001 10110010
Octal 130 141 262

Shades and tints

Shades of #5861B2

#5861B2
(88,97,178)
#5059A2
(80,89,162)
#485192
(72,81,146)
#404982
(64,73,130)
#384172
(56,65,114)
#303962
(48,57,98)
#283152
(40,49,82)
#202942
(32,41,66)
#182132
(24,33,50)
#101922
(16,25,34)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #5861B2

#5861B2
(88,97,178)
#676FB9
(103,111,185)
#767DC0
(118,125,192)
#858BC7
(133,139,199)
#9499CE
(148,153,206)
#A3A7D5
(163,167,213)
#B2B5DC
(178,181,220)
#C1C3E3
(193,195,227)
#D0D1EA
(208,209,234)
#DFDFF1
(223,223,241)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5861B2 color. Also use rgb(88,97,178) instead hex code.

Text Font Color

.myTextColor { color: #5861B2; }

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

This text font color is #5861B2.

Background Color

.myBgColor { background-color: #5861B2; }

<div style="background-color:#5861B2">Inner text</div>

This div background color is #5861B2.

Border color

.myBorderColor { border: 1px solid #5861B2; }

<div style="border:3px solid #5861B2">Div</div>

This div border color is #5861B2.

Opacity

.myOpacity80 { color: #5861B2; opacity: 0.8; }

<p style="color:#5861B2;opacity:0.8;">80%</p>

Text with #5861B2 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 #5861B2;}

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

This text has shadow with #5861B2 color.


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

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

This text has shadow with #5861B2 primary color and red secondary color.


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

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

This text has shadow with #5861B2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5861B2.

Preview

Color preview on black background

This text has color #5861B2 on black background.


Color preview on white background

This text has color #5861B2 on white background.


Black color preview on #5861B2 background

This text has black color on #5861B2 background.


White color preview on #5861B2 background

This text has white color on #5861B2 background.


Related colors

Complementary color

Complementary color for #hex is #A79E4D.


I love getcolorcode.com

Triadic colors

1 #B25861 and #61B258 with #5861B2 are triadic colors.

2 #B26158 and #6158B2 with #5861B2 are triadic colors.