COLOR #59498B

HEX: #59498B
RGB: (89,73,139)

Renk bilgisi

#59498B contains mainly red and blue colors. #59498B ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#59498B color RGB value is (89,73,139).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 73 of 255 = 29%
B 139 of 255 = 55%

89
73
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 73 + 139 = 301 (100%)
R 89 of 301 ~ 29.57%
G 73 of 301 ~ 24.25%
B 139 of 301 ~ 46.18%

%29.57
%24.25
%46.18

CMYK RENK MODELİ

#59498B rengi CMYK tonu (36,47,0,45).

  • camgöbeği tonu 35.97%
  • eflatun tonu 47.48%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(36,47,0,45)
C36M47Y0K45 
(36%,47%,0%,45%)
(0.36/0.47/0.00/0.45)	

CMYK yüzdeleri

%35.97
%47.48
%0
%45.49

Codes

Color #59498B in popluar color models

59498B
RGB8973139
HSL255°31.13%41.57%
HSB/HSV255°47.48%54.51%
CMYK35.97%47.48%0.00%
45.49%

Color #59498B in popluar number systems.

HEX59498B
Decimal8973139
Binary1011001100100110001011
Octal131111213

Shades and tints

Shades of #59498B

#59498B
(89,73,139)
#51437F
(81,67,127)
#493D73
(73,61,115)
#413767
(65,55,103)
#39315B
(57,49,91)
#312B4F
(49,43,79)
#292543
(41,37,67)
#211F37
(33,31,55)
#19192B
(25,25,43)
#11131F
(17,19,31)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #59498B

#59498B
(89,73,139)
#685995
(104,89,149)
#77699F
(119,105,159)
#8679A9
(134,121,169)
#9589B3
(149,137,179)
#A499BD
(164,153,189)
#B3A9C7
(179,169,199)
#C2B9D1
(194,185,209)
#D1C9DB
(209,201,219)
#E0D9E5
(224,217,229)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59498B; }

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

This text font color is #59498B.


Background Color

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

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

This div background color is #59498B.


Border color

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

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

This div border color is #59498B.


Opacity

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

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

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

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

This text has shadow with #59498B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59498B on black background.


Color preview on white background

This text has color #59498B on white background.



Black color preview on #59498B background

This text has black color on #59498B background.


White color preview on #59498B background

This text has white color on #59498B background.