COLOR #5DA5B0

HEX: #5DA5B0
RGB: (93,165,176)

Renk bilgisi

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

RGB renk modeli

#5DA5B0 color RGB value is (93,165,176).

  • kırmız ton 93;
  • yeşil ton 165;
  • mavi ton 176.
RGB:
(93,165,176)
(36%,65%,69%)

RGB bağlantıları ve doygunluk

R 93 of 255 = 36%
G 165 of 255 = 65%
B 176 of 255 = 69%

93
165
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
93 + 165 + 176 = 434 (100%)
R 93 of 434 ~ 21.43%
G 165 of 434 ~ 38.02%
B 176 of 434 ~ 40.55%

%21.43
%38.02
%40.55

CMYK RENK MODELİ

#5DA5B0 rengi CMYK tonu (47,6,0,31).

  • camgöbeği tonu 47.16%
  • eflatun tonu 6.25%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(47,6,0,31)
C47M6Y0K31 
(47%,6%,0%,31%)
(0.47/0.06/0.00/0.31)	

CMYK yüzdeleri

%47.16
%6.25
%0
%30.98

Codes

Color #5DA5B0 in popluar color models

5DA5B0
RGB93165176
HSL188°34.44%52.75%
HSB/HSV188°47.16%69.02%
CMYK47.16%6.25%0.00%
30.98%

Color #5DA5B0 in popluar number systems.

HEX5DA5B0
Decimal93165176
Binary10111011010010110110000
Octal135245260

Shades and tints

Shades of #5DA5B0

#5DA5B0
(93,165,176)
#5596A0
(85,150,160)
#4D8790
(77,135,144)
#457880
(69,120,128)
#3D6970
(61,105,112)
#355A60
(53,90,96)
#2D4B50
(45,75,80)
#253C40
(37,60,64)
#1D2D30
(29,45,48)
#151E20
(21,30,32)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #5DA5B0

#5DA5B0
(93,165,176)
#6BADB7
(107,173,183)
#79B5BE
(121,181,190)
#87BDC5
(135,189,197)
#95C5CC
(149,197,204)
#A3CDD3
(163,205,211)
#B1D5DA
(177,213,218)
#BFDDE1
(191,221,225)
#CDE5E8
(205,229,232)
#DBEDEF
(219,237,239)
#E9F5F6
(233,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA5B0 color. Also use rgb(93,165,176) instead hex code.

Text Font Color

.myTextColor { color: #5DA5B0; }

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

This text font color is #5DA5B0.


Background Color

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

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

This div background color is #5DA5B0.


Border color

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

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

This div border color is #5DA5B0.


Opacity

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

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

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

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

This text has shadow with #5DA5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA5B0 on black background.


Color preview on white background

This text has color #5DA5B0 on white background.



Black color preview on #5DA5B0 background

This text has black color on #5DA5B0 background.


White color preview on #5DA5B0 background

This text has white color on #5DA5B0 background.