COLOR #559B55

HEX: #559B55
RGB: (85,155,85)

Renk bilgisi

#559B55 contains mainly green color. #559B55 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#559B55 color RGB value is (85,155,85).

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

RGB bağlantıları ve doygunluk

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

85
155
85

R + G + B ~ 42%. #559B55 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 155 + 85 = 325 (100%)
R 85 of 325 ~ 26.15%
G 155 of 325 ~ 47.69%
B 85 of 325 ~ 26.15%

%26.15
%47.69
%26.15

CMYK RENK MODELİ

#559B55 rengi CMYK tonu (45,0,45,39).

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

CMYK yüzdeleri

%45.16
%0
%45.16
%39.22

Codes

Color #559B55 in popluar color models

559B55
RGB8515585
HSL120°29.17%47.06%
HSB/HSV120°45.16%60.78%
CMYK45.16%0.00%45.16%
39.22%

Color #559B55 in popluar number systems.

HEX559B55
Decimal8515585
Binary1010101100110111010101
Octal125233125

Shades and tints

Shades of #559B55

#559B55
(85,155,85)
#4E8D4E
(78,141,78)
#477F47
(71,127,71)
#407140
(64,113,64)
#396339
(57,99,57)
#325532
(50,85,50)
#2B472B
(43,71,43)
#243924
(36,57,36)
#1D2B1D
(29,43,29)
#161D16
(22,29,22)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #559B55

#559B55
(85,155,85)
#64A464
(100,164,100)
#73AD73
(115,173,115)
#82B682
(130,182,130)
#91BF91
(145,191,145)
#A0C8A0
(160,200,160)
#AFD1AF
(175,209,175)
#BEDABE
(190,218,190)
#CDE3CD
(205,227,205)
#DCECDC
(220,236,220)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #559B55; }

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

This text font color is #559B55.


Background Color

.myBgColor { background-color: #559B55; }

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

This div background color is #559B55.


Border color

.myBorderColor { border: 1px solid #559B55; }

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

This div border color is #559B55.


Opacity

.myOpacity80 { color: #559B55; opacity: 0.8; }

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

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

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

This text has shadow with #559B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559B55 on black background.


Color preview on white background

This text has color #559B55 on white background.



Black color preview on #559B55 background

This text has black color on #559B55 background.


White color preview on #559B55 background

This text has white color on #559B55 background.