COLOR #5B88A6

HEX: #5B88A6
RGB: (91,136,166)

Renk bilgisi

#5B88A6 contains mainly green and blue colors. #5B88A6 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#5B88A6 color RGB value is (91,136,166).

  • kırmız ton 91;
  • yeşil ton 136;
  • mavi ton 166.
RGB:
(91,136,166)
(36%,53%,65%)

RGB bağlantıları ve doygunluk

R 91 of 255 = 36%
G 136 of 255 = 53%
B 166 of 255 = 65%

91
136
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
91 + 136 + 166 = 393 (100%)
R 91 of 393 ~ 23.16%
G 136 of 393 ~ 34.61%
B 166 of 393 ~ 42.24%

%23.16
%34.61
%42.24

CMYK RENK MODELİ

#5B88A6 rengi CMYK tonu (45,18,0,35).

  • camgöbeği tonu 45.18%
  • eflatun tonu 18.07%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(45,18,0,35)
C45M18Y0K35 
(45%,18%,0%,35%)
(0.45/0.18/0.00/0.35)	

CMYK yüzdeleri

%45.18
%18.07
%0
%34.9

Codes

Color #5B88A6 in popluar color models

5B88A6
RGB91136166
HSL204°29.64%50.39%
HSB/HSV204°45.18%65.10%
CMYK45.18%18.07%0.00%
34.90%

Color #5B88A6 in popluar number systems.

HEX5B88A6
Decimal91136166
Binary10110111000100010100110
Octal133210246

Shades and tints

Shades of #5B88A6

#5B88A6
(91,136,166)
#537C97
(83,124,151)
#4B7088
(75,112,136)
#436479
(67,100,121)
#3B586A
(59,88,106)
#334C5B
(51,76,91)
#2B404C
(43,64,76)
#23343D
(35,52,61)
#1B282E
(27,40,46)
#131C1F
(19,28,31)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #5B88A6

#5B88A6
(91,136,166)
#6992AE
(105,146,174)
#779CB6
(119,156,182)
#85A6BE
(133,166,190)
#93B0C6
(147,176,198)
#A1BACE
(161,186,206)
#AFC4D6
(175,196,214)
#BDCEDE
(189,206,222)
#CBD8E6
(203,216,230)
#D9E2EE
(217,226,238)
#E7ECF6
(231,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B88A6 color. Also use rgb(91,136,166) instead hex code.

Text Font Color

.myTextColor { color: #5B88A6; }

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

This text font color is #5B88A6.


Background Color

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

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

This div background color is #5B88A6.


Border color

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

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

This div border color is #5B88A6.


Opacity

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

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

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

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

This text has shadow with #5B88A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B88A6 on black background.


Color preview on white background

This text has color #5B88A6 on white background.



Black color preview on #5B88A6 background

This text has black color on #5B88A6 background.


White color preview on #5B88A6 background

This text has white color on #5B88A6 background.