COLOR #5F5BC5

HEX: #5F5BC5 RGB: (95,91,197)

Color info

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

RGB color model

#5F5BC5 color RGB value is (95,91,197).

RGB: (95,91,197) (37%, 36%, 77%)

RGB channels and saturation

R 95 of 255 = 37%
G 91 of 255 = 36%
B 197 of 255 = 77%

95
91
197

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

Portions of RGB colors in percentages

R + G + B = 95 + 91 + 197 = 383 (100%)
R 95 of 383 ~ 24.8%
G 91 of 383 ~ 23.76%
B 197 of 383 ~ 51.44'%

%24.8
%23.76
%51.44

CMYK color model

#5F5BC5 color CMYK value is (52,54,0,23).

  • cyan value is 51.78%
  • magenta value is 53.81%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (52,54,0,23)
C52M54Y0K23 (52%, 54%, 0%, 23%)
(0.52 / 0.54 / 0.00 / 0.23)

CMYK percentages

%51.78
%53.81
%0
%22.75

Codes

Color #5F5BC5 in popluar color models

5F 5B C5
RGB 95 91 197
HSL 242° 47.75% 56.47%
HSB/HSV 242° 53.81% 77.25%
CMYK 51.78% 53.81% 0.00%
22.75%

Color #5F5BC5 in popluar number systems.

HEX 5F 5B C5
Decimal 95 91 197
Binary 1011111 1011011 11000101
Octal 137 133 305

Shades and tints

Shades of #5F5BC5

#5F5BC5
(95,91,197)
#5753B4
(87,83,180)
#4F4BA3
(79,75,163)
#474392
(71,67,146)
#3F3B81
(63,59,129)
#373370
(55,51,112)
#2F2B5F
(47,43,95)
#27234E
(39,35,78)
#1F1B3D
(31,27,61)
#17132C
(23,19,44)
#0F0B1B
(15,11,27)
#000000
(0,0,0)

Tints of #5F5BC5

#5F5BC5
(95,91,197)
#6D69CA
(109,105,202)
#7B77CF
(123,119,207)
#8985D4
(137,133,212)
#9793D9
(151,147,217)
#A5A1DE
(165,161,222)
#B3AFE3
(179,175,227)
#C1BDE8
(193,189,232)
#CFCBED
(207,203,237)
#DDD9F2
(221,217,242)
#EBE7F7
(235,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5BC5 color. Also use rgb(95,91,197) instead hex code.

Text Font Color

.myTextColor { color: #5F5BC5; }

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

This text font color is #5F5BC5.

Background Color

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

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

This div background color is #5F5BC5.

Border color

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

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

This div border color is #5F5BC5.

Opacity

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

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

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

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

This text has shadow with #5F5BC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5BC5.

Preview

Color preview on black background

This text has color #5F5BC5 on black background.


Color preview on white background

This text has color #5F5BC5 on white background.


Black color preview on #5F5BC5 background

This text has black color on #5F5BC5 background.


White color preview on #5F5BC5 background

This text has white color on #5F5BC5 background.


Related colors

Complementary color

Complementary color for #hex is #A0A43A.


I love getcolorcode.com

Triadic colors

1 #C55F5B and #5BC55F with #5F5BC5 are triadic colors.

2 #C55B5F and #5B5FC5 with #5F5BC5 are triadic colors.