COLOR #558080

HEX: #558080 RGB: (85,128,128)

Renk bilgisi

#558080 contains red, green and blue colors in about the same proportion. #558080 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#558080 color RGB value is (85,128,128).

RGB: (85,128,128) (33%, 50%, 50%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 128 of 255 = 50%
B 128 of 255 = 50%

85
128
128

R + G + B ~ 44%. #558080 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 85 + 128 + 128 = 341 (100%)
R 85 of 341 ~ 24.93%
G 128 of 341 ~ 37.54%
B 128 of 341 ~ 37.54'%

%24.93
%37.54
%37.54

CMYK RENK MODELİ

#558080 rengi CMYK tonu (34,0,0,50).

  • camgöbeği tonu 33.59%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%

CMYK: (34,0,0,50)
C34M0Y0K50 (34%, 0%, 0%, 50%)
(0.34 / 0.00 / 0.00 / 0.50)

CMYK yüzdeleri

%33.59
%0
%0
%49.8

Codes

Color #558080 in popluar color models

55 80 80
RGB 85 128 128
HSL 180° 20.19% 41.76%
HSB/HSV 180° 33.59% 50.20%
CMYK 33.59% 0.00% 0.00%
49.80%

Color #558080 in popluar number systems.

HEX 55 80 80
Decimal 85 128 128
Binary 1010101 10000000 10000000
Octal 125 200 200

Shades and tints

Shades of #558080

#558080
(85,128,128)
#4E7575
(78,117,117)
#476A6A
(71,106,106)
#405F5F
(64,95,95)
#395454
(57,84,84)
#324949
(50,73,73)
#2B3E3E
(43,62,62)
#243333
(36,51,51)
#1D2828
(29,40,40)
#161D1D
(22,29,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #558080

#558080
(85,128,128)
#648B8B
(100,139,139)
#739696
(115,150,150)
#82A1A1
(130,161,161)
#91ACAC
(145,172,172)
#A0B7B7
(160,183,183)
#AFC2C2
(175,194,194)
#BECDCD
(190,205,205)
#CDD8D8
(205,216,216)
#DCE3E3
(220,227,227)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558080 color. Also use rgb(85,128,128) instead hex code.

Text Font Color

.myTextColor { color: #558080; }

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

This text font color is #558080.

Background Color

.myBgColor { background-color: #558080; }

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

This div background color is #558080.

Border color

.myBorderColor { border: 1px solid #558080; }

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

This div border color is #558080.

Opacity

.myOpacity80 { color: #558080; opacity: 0.8; }

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

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

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

This text has shadow with #558080 color.


.textShadow {text-shadow: 3px 3px 1px #558080', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #558080; -webkit-box-shadow: 1px 1px 3px 2px #558080; box-shadow:1px 1px 3px 2px #558080;">
Div content here
</div>

This div box has shadow with color #558080.

Preview

Color preview on black background

This text has color #558080 on black background.


Color preview on white background

This text has color #558080 on white background.


Black color preview on #558080 background

This text has black color on #558080 background.


White color preview on #558080 background

This text has white color on #558080 background.


Related colors

Complementary color

Complementary color for #hex is #AA7F7F.


I love getcolorcode.com