COLOR #59008B

HEX: #59008B
RGB: (89,0,139)

Renk bilgisi

#59008B contains only red and blue colors. #59008B ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#59008B color RGB value is (89,0,139).

  • kırmız ton 89;
  • yeşil ton 0;
  • mavi ton 139.
RGB:
(89,0,139)
(35%,0%,55%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 0 of 255 = 0%
B 139 of 255 = 55%

89
0
139

R + G + B ~ 30%. #59008B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 0 + 139 = 228 (100%)
R 89 of 228 ~ 39.04%
G 0 of 228 ~ 0%
B 139 of 228 ~ 60.96%

%39.04
%60.96

CMYK RENK MODELİ

#59008B rengi CMYK tonu (36,100,0,45).

  • camgöbeği tonu 35.97%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(36,100,0,45)
C36M100Y0K45 
(36%,100%,0%,45%)
(0.36/1.00/0.00/0.45)	

CMYK yüzdeleri

%35.97
%100
%0
%45.49

Codes

Color #59008B in popluar color models

59008B
RGB890139
HSL278°100.00%27.25%
HSB/HSV278°100.00%54.51%
CMYK35.97%100.00%0.00%
45.49%

Color #59008B in popluar number systems.

HEX59008B
Decimal890139
Binary1011001010001011
Octal1310213

Shades and tints

Shades of #59008B

#59008B
(89,0,139)
#51007F
(81,0,127)
#490073
(73,0,115)
#410067
(65,0,103)
#39005B
(57,0,91)
#31004F
(49,0,79)
#290043
(41,0,67)
#210037
(33,0,55)
#19002B
(25,0,43)
#11001F
(17,0,31)
#090013
(9,0,19)
#000000
(0,0,0)

Tints of #59008B

#59008B
(89,0,139)
#681795
(104,23,149)
#772E9F
(119,46,159)
#8645A9
(134,69,169)
#955CB3
(149,92,179)
#A473BD
(164,115,189)
#B38AC7
(179,138,199)
#C2A1D1
(194,161,209)
#D1B8DB
(209,184,219)
#E0CFE5
(224,207,229)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59008B color. Also use rgb(89,0,139) instead hex code.

Text Font Color

.myTextColor { color: #59008B; }

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

This text font color is #59008B.


Background Color

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

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

This div background color is #59008B.


Border color

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

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

This div border color is #59008B.


Opacity

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

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

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

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

This text has shadow with #59008B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59008B on black background.


Color preview on white background

This text has color #59008B on white background.



Black color preview on #59008B background

This text has black color on #59008B background.


White color preview on #59008B background

This text has white color on #59008B background.