COLOR #559989

HEX: #559989
RGB: (85,153,137)

Renk bilgisi

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

RGB renk modeli

#559989 color RGB value is (85,153,137).

  • kırmız ton 85;
  • yeşil ton 153;
  • mavi ton 137.
RGB:
(85,153,137)
(33%,60%,54%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 153 of 255 = 60%
B 137 of 255 = 54%

85
153
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 153 + 137 = 375 (100%)
R 85 of 375 ~ 22.67%
G 153 of 375 ~ 40.8%
B 137 of 375 ~ 36.53%

%22.67
%40.8
%36.53

CMYK RENK MODELİ

#559989 rengi CMYK tonu (44,0,10,40).

  • camgöbeği tonu 44.44%
  • eflatun tonu 0.00%
  • sarı tonu 10.46%
  • ana renk tonu 40.00%
CMYK:
(44,0,10,40)
C44M0Y10K40 
(44%,0%,10%,40%)
(0.44/0.00/0.10/0.40)	

CMYK yüzdeleri

%44.44
%0
%10.46
%40

Codes

Color #559989 in popluar color models

559989
RGB85153137
HSL166°28.57%46.67%
HSB/HSV166°44.44%60.00%
CMYK44.44%0.00%10.46%
40.00%

Color #559989 in popluar number systems.

HEX559989
Decimal85153137
Binary10101011001100110001001
Octal125231211

Shades and tints

Shades of #559989

#559989
(85,153,137)
#4E8C7D
(78,140,125)
#477F71
(71,127,113)
#407265
(64,114,101)
#396559
(57,101,89)
#32584D
(50,88,77)
#2B4B41
(43,75,65)
#243E35
(36,62,53)
#1D3129
(29,49,41)
#16241D
(22,36,29)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #559989

#559989
(85,153,137)
#64A293
(100,162,147)
#73AB9D
(115,171,157)
#82B4A7
(130,180,167)
#91BDB1
(145,189,177)
#A0C6BB
(160,198,187)
#AFCFC5
(175,207,197)
#BED8CF
(190,216,207)
#CDE1D9
(205,225,217)
#DCEAE3
(220,234,227)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #559989; }

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

This text font color is #559989.


Background Color

.myBgColor { background-color: #559989; }

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

This div background color is #559989.


Border color

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

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

This div border color is #559989.


Opacity

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

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

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

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

This text has shadow with #559989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559989 on black background.


Color preview on white background

This text has color #559989 on white background.



Black color preview on #559989 background

This text has black color on #559989 background.


White color preview on #559989 background

This text has white color on #559989 background.