COLOR #55A587

HEX: #55A587
RGB: (85,165,135)

Renk bilgisi

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

RGB renk modeli

#55A587 color RGB value is (85,165,135).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 165 of 255 = 65%
B 135 of 255 = 53%

85
165
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 165 + 135 = 385 (100%)
R 85 of 385 ~ 22.08%
G 165 of 385 ~ 42.86%
B 135 of 385 ~ 35.06%

%22.08
%42.86
%35.06

CMYK RENK MODELİ

#55A587 rengi CMYK tonu (48,0,18,35).

  • camgöbeği tonu 48.48%
  • eflatun tonu 0.00%
  • sarı tonu 18.18%
  • ana renk tonu 35.29%
CMYK:
(48,0,18,35)
C48M0Y18K35 
(48%,0%,18%,35%)
(0.48/0.00/0.18/0.35)	

CMYK yüzdeleri

%48.48
%0
%18.18
%35.29

Codes

Color #55A587 in popluar color models

55A587
RGB85165135
HSL158°32.00%49.02%
HSB/HSV158°48.48%64.71%
CMYK48.48%0.00%18.18%
35.29%

Color #55A587 in popluar number systems.

HEX55A587
Decimal85165135
Binary10101011010010110000111
Octal125245207

Shades and tints

Shades of #55A587

#55A587
(85,165,135)
#4E967B
(78,150,123)
#47876F
(71,135,111)
#407863
(64,120,99)
#396957
(57,105,87)
#325A4B
(50,90,75)
#2B4B3F
(43,75,63)
#243C33
(36,60,51)
#1D2D27
(29,45,39)
#161E1B
(22,30,27)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #55A587

#55A587
(85,165,135)
#64AD91
(100,173,145)
#73B59B
(115,181,155)
#82BDA5
(130,189,165)
#91C5AF
(145,197,175)
#A0CDB9
(160,205,185)
#AFD5C3
(175,213,195)
#BEDDCD
(190,221,205)
#CDE5D7
(205,229,215)
#DCEDE1
(220,237,225)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A587 color. Also use rgb(85,165,135) instead hex code.

Text Font Color

.myTextColor { color: #55A587; }

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

This text font color is #55A587.


Background Color

.myBgColor { background-color: #55A587; }

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

This div background color is #55A587.


Border color

.myBorderColor { border: 1px solid #55A587; }

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

This div border color is #55A587.


Opacity

.myOpacity80 { color: #55A587; opacity: 0.8; }

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

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

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

This text has shadow with #55A587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A587 on black background.


Color preview on white background

This text has color #55A587 on white background.



Black color preview on #55A587 background

This text has black color on #55A587 background.


White color preview on #55A587 background

This text has white color on #55A587 background.