COLOR #5588A6

HEX: #5588A6
RGB: (85,136,166)

Renk bilgisi

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

RGB renk modeli

#5588A6 color RGB value is (85,136,166).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 136 of 255 = 53%
B 166 of 255 = 65%

85
136
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 136 + 166 = 387 (100%)
R 85 of 387 ~ 21.96%
G 136 of 387 ~ 35.14%
B 166 of 387 ~ 42.89%

%21.96
%35.14
%42.89

CMYK RENK MODELİ

#5588A6 rengi CMYK tonu (49,18,0,35).

  • camgöbeği tonu 48.80%
  • eflatun tonu 18.07%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(49,18,0,35)
C49M18Y0K35 
(49%,18%,0%,35%)
(0.49/0.18/0.00/0.35)	

CMYK yüzdeleri

%48.8
%18.07
%0
%34.9

Codes

Color #5588A6 in popluar color models

5588A6
RGB85136166
HSL202°32.27%49.22%
HSB/HSV202°48.80%65.10%
CMYK48.80%18.07%0.00%
34.90%

Color #5588A6 in popluar number systems.

HEX5588A6
Decimal85136166
Binary10101011000100010100110
Octal125210246

Shades and tints

Shades of #5588A6

#5588A6
(85,136,166)
#4E7C97
(78,124,151)
#477088
(71,112,136)
#406479
(64,100,121)
#39586A
(57,88,106)
#324C5B
(50,76,91)
#2B404C
(43,64,76)
#24343D
(36,52,61)
#1D282E
(29,40,46)
#161C1F
(22,28,31)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #5588A6

#5588A6
(85,136,166)
#6492AE
(100,146,174)
#739CB6
(115,156,182)
#82A6BE
(130,166,190)
#91B0C6
(145,176,198)
#A0BACE
(160,186,206)
#AFC4D6
(175,196,214)
#BECEDE
(190,206,222)
#CDD8E6
(205,216,230)
#DCE2EE
(220,226,238)
#EBECF6
(235,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5588A6 color. Also use rgb(85,136,166) instead hex code.

Text Font Color

.myTextColor { color: #5588A6; }

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

This text font color is #5588A6.


Background Color

.myBgColor { background-color: #5588A6; }

<div style="background-color:#5588A6">Inner text</div>

This div background color is #5588A6.


Border color

.myBorderColor { border: 1px solid #5588A6; }

<div style="border:3px solid #5588A6">Div</div>

This div border color is #5588A6.


Opacity

.myOpacity80 { color: #5588A6; opacity: 0.8; }

<p style="color:#5588A6;opacity:0.8;">80%</p>

Text with #5588A6 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 #5588A6;}

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

This text has shadow with #5588A6 color.

.textShadow {text-shadow: 3px 3px 1px #5588A6, 3px 3px 1px red;}

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

This text has shadow with #5588A6 primary color and red secondary color.


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

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

This text has shadow with #5588A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5588A6 on black background.


Color preview on white background

This text has color #5588A6 on white background.



Black color preview on #5588A6 background

This text has black color on #5588A6 background.


White color preview on #5588A6 background

This text has white color on #5588A6 background.