COLOR #558B9B

HEX: #558B9B
RGB: (85,139,155)

Renk bilgisi

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

RGB renk modeli

#558B9B color RGB value is (85,139,155).

  • kırmız ton 85;
  • yeşil ton 139;
  • mavi ton 155.
RGB:
(85,139,155)
(33%,55%,61%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 139 of 255 = 55%
B 155 of 255 = 61%

85
139
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 139 + 155 = 379 (100%)
R 85 of 379 ~ 22.43%
G 139 of 379 ~ 36.68%
B 155 of 379 ~ 40.9%

%22.43
%36.68
%40.9

CMYK RENK MODELİ

#558B9B rengi CMYK tonu (45,10,0,39).

  • camgöbeği tonu 45.16%
  • eflatun tonu 10.32%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(45,10,0,39)
C45M10Y0K39 
(45%,10%,0%,39%)
(0.45/0.10/0.00/0.39)	

CMYK yüzdeleri

%45.16
%10.32
%0
%39.22

Codes

Color #558B9B in popluar color models

558B9B
RGB85139155
HSL194°29.17%47.06%
HSB/HSV194°45.16%60.78%
CMYK45.16%10.32%0.00%
39.22%

Color #558B9B in popluar number systems.

HEX558B9B
Decimal85139155
Binary10101011000101110011011
Octal125213233

Shades and tints

Shades of #558B9B

#558B9B
(85,139,155)
#4E7F8D
(78,127,141)
#47737F
(71,115,127)
#406771
(64,103,113)
#395B63
(57,91,99)
#324F55
(50,79,85)
#2B4347
(43,67,71)
#243739
(36,55,57)
#1D2B2B
(29,43,43)
#161F1D
(22,31,29)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #558B9B

#558B9B
(85,139,155)
#6495A4
(100,149,164)
#739FAD
(115,159,173)
#82A9B6
(130,169,182)
#91B3BF
(145,179,191)
#A0BDC8
(160,189,200)
#AFC7D1
(175,199,209)
#BED1DA
(190,209,218)
#CDDBE3
(205,219,227)
#DCE5EC
(220,229,236)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558B9B color. Also use rgb(85,139,155) instead hex code.

Text Font Color

.myTextColor { color: #558B9B; }

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

This text font color is #558B9B.


Background Color

.myBgColor { background-color: #558B9B; }

<div style="background-color:#558B9B">Inner text</div>

This div background color is #558B9B.


Border color

.myBorderColor { border: 1px solid #558B9B; }

<div style="border:3px solid #558B9B">Div</div>

This div border color is #558B9B.


Opacity

.myOpacity80 { color: #558B9B; opacity: 0.8; }

<p style="color:#558B9B;opacity:0.8;">80%</p>

Text with #558B9B 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 #558B9B;}

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

This text has shadow with #558B9B color.

.textShadow {text-shadow: 3px 3px 1px #558B9B, 3px 3px 1px red;}

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

This text has shadow with #558B9B primary color and red secondary color.


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

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

This text has shadow with #558B9B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558B9B on black background.


Color preview on white background

This text has color #558B9B on white background.



Black color preview on #558B9B background

This text has black color on #558B9B background.


White color preview on #558B9B background

This text has white color on #558B9B background.