COLOR #59559B

HEX: #59559B
RGB: (89,85,155)

Renk bilgisi

#59559B contains mainly blue color. #59559B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#59559B color RGB value is (89,85,155).

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

RGB bağlantıları ve doygunluk

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

89
85
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 85 + 155 = 329 (100%)
R 89 of 329 ~ 27.05%
G 85 of 329 ~ 25.84%
B 155 of 329 ~ 47.11%

%27.05
%25.84
%47.11

CMYK RENK MODELİ

#59559B rengi CMYK tonu (43,45,0,39).

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

CMYK yüzdeleri

%42.58
%45.16
%0
%39.22

Codes

Color #59559B in popluar color models

59559B
RGB8985155
HSL243°29.17%47.06%
HSB/HSV243°45.16%60.78%
CMYK42.58%45.16%0.00%
39.22%

Color #59559B in popluar number systems.

HEX59559B
Decimal8985155
Binary1011001101010110011011
Octal131125233

Shades and tints

Shades of #59559B

#59559B
(89,85,155)
#514E8D
(81,78,141)
#49477F
(73,71,127)
#414071
(65,64,113)
#393963
(57,57,99)
#313255
(49,50,85)
#292B47
(41,43,71)
#212439
(33,36,57)
#191D2B
(25,29,43)
#11161D
(17,22,29)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #59559B

#59559B
(89,85,155)
#6864A4
(104,100,164)
#7773AD
(119,115,173)
#8682B6
(134,130,182)
#9591BF
(149,145,191)
#A4A0C8
(164,160,200)
#B3AFD1
(179,175,209)
#C2BEDA
(194,190,218)
#D1CDE3
(209,205,227)
#E0DCEC
(224,220,236)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59559B; }

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

This text font color is #59559B.


Background Color

.myBgColor { background-color: #59559B; }

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

This div background color is #59559B.


Border color

.myBorderColor { border: 1px solid #59559B; }

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

This div border color is #59559B.


Opacity

.myOpacity80 { color: #59559B; opacity: 0.8; }

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

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

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

This text has shadow with #59559B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59559B on black background.


Color preview on white background

This text has color #59559B on white background.



Black color preview on #59559B background

This text has black color on #59559B background.


White color preview on #59559B background

This text has white color on #59559B background.