COLOR #5B95B4

HEX: #5B95B4
RGB: (91,149,180)

Color info

#5B95B4 contains mainly green and blue colors. Web safe color of #5B95B4 is #6699CC (or #69C).

RGB color model

#5B95B4 color RGB value is (91,149,180).

  • red value is 91;
  • green value is 149;
  • blue value is 180.
RGB:
(91,149,180)
(36%,58%,71%)

RGB channels and saturation

R 91 of 255 = 36%
G 149 of 255 = 58%
B 180 of 255 = 71%

91
149
180

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

Portions of RGB colors in percentages

R + G + B =
91 + 149 + 180 = 420 (100%)
R 91 of 420 ~ 21.67%
G 149 of 420 ~ 35.48%
B 180 of 420 ~ 42.86%

%21.67
%35.48
%42.86

CMYK color model

#5B95B4 color CMYK value is (49,17,0,29).

  • cyan value is 49.44%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(49,17,0,29)
C49M17Y0K29 
(49%,17%,0%,29%)
(0.49/0.17/0.00/0.29)	

CMYK percentages

%49.44
%17.22
%0
%29.41

Codes

Color #5B95B4 in popluar color models

5B95B4
RGB91149180
HSL201°37.24%53.14%
HSB/HSV201°49.44%70.59%
CMYK49.44%17.22%0.00%
29.41%

Color #5B95B4 in popluar number systems.

HEX5B95B4
Decimal91149180
Binary10110111001010110110100
Octal133225264

Shades and tints

Shades of #5B95B4

#5B95B4
(91,149,180)
#5388A4
(83,136,164)
#4B7B94
(75,123,148)
#436E84
(67,110,132)
#3B6174
(59,97,116)
#335464
(51,84,100)
#2B4754
(43,71,84)
#233A44
(35,58,68)
#1B2D34
(27,45,52)
#132024
(19,32,36)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #5B95B4

#5B95B4
(91,149,180)
#699EBA
(105,158,186)
#77A7C0
(119,167,192)
#85B0C6
(133,176,198)
#93B9CC
(147,185,204)
#A1C2D2
(161,194,210)
#AFCBD8
(175,203,216)
#BDD4DE
(189,212,222)
#CBDDE4
(203,221,228)
#D9E6EA
(217,230,234)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B95B4 color. Also use rgb(91,149,180) instead hex code.

Text Font Color

.myTextColor { color: #5B95B4; }

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

This text font color is #5B95B4.


Background Color

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

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

This div background color is #5B95B4.


Border color

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

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

This div border color is #5B95B4.


Opacity

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

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

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

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

This text has shadow with #5B95B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B95B4 on black background.


Color preview on white background

This text has color #5B95B4 on white background.



Black color preview on #5B95B4 background

This text has black color on #5B95B4 background.


White color preview on #5B95B4 background

This text has white color on #5B95B4 background.