COLOR #598EA1

HEX: #598EA1
RGB: (89,142,161)

Renk bilgisi

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

RGB renk modeli

#598EA1 color RGB value is (89,142,161).

  • kırmız ton 89;
  • yeşil ton 142;
  • mavi ton 161.
RGB:
(89,142,161)
(35%,56%,63%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 142 of 255 = 56%
B 161 of 255 = 63%

89
142
161

R + G + B ~ 51%. #598EA1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 142 + 161 = 392 (100%)
R 89 of 392 ~ 22.7%
G 142 of 392 ~ 36.22%
B 161 of 392 ~ 41.07%

%22.7
%36.22
%41.07

CMYK RENK MODELİ

#598EA1 rengi CMYK tonu (45,12,0,37).

  • camgöbeği tonu 44.72%
  • eflatun tonu 11.80%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(45,12,0,37)
C45M12Y0K37 
(45%,12%,0%,37%)
(0.45/0.12/0.00/0.37)	

CMYK yüzdeleri

%44.72
%11.8
%0
%36.86

Codes

Color #598EA1 in popluar color models

598EA1
RGB89142161
HSL196°28.80%49.02%
HSB/HSV196°44.72%63.14%
CMYK44.72%11.80%0.00%
36.86%

Color #598EA1 in popluar number systems.

HEX598EA1
Decimal89142161
Binary10110011000111010100001
Octal131216241

Shades and tints

Shades of #598EA1

#598EA1
(89,142,161)
#518293
(81,130,147)
#497685
(73,118,133)
#416A77
(65,106,119)
#395E69
(57,94,105)
#31525B
(49,82,91)
#29464D
(41,70,77)
#213A3F
(33,58,63)
#192E31
(25,46,49)
#112223
(17,34,35)
#091615
(9,22,21)
#000000
(0,0,0)

Tints of #598EA1

#598EA1
(89,142,161)
#6898A9
(104,152,169)
#77A2B1
(119,162,177)
#86ACB9
(134,172,185)
#95B6C1
(149,182,193)
#A4C0C9
(164,192,201)
#B3CAD1
(179,202,209)
#C2D4D9
(194,212,217)
#D1DEE1
(209,222,225)
#E0E8E9
(224,232,233)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598EA1 color. Also use rgb(89,142,161) instead hex code.

Text Font Color

.myTextColor { color: #598EA1; }

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

This text font color is #598EA1.


Background Color

.myBgColor { background-color: #598EA1; }

<div style="background-color:#598EA1">Inner text</div>

This div background color is #598EA1.


Border color

.myBorderColor { border: 1px solid #598EA1; }

<div style="border:3px solid #598EA1">Div</div>

This div border color is #598EA1.


Opacity

.myOpacity80 { color: #598EA1; opacity: 0.8; }

<p style="color:#598EA1;opacity:0.8;">80%</p>

Text with #598EA1 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 #598EA1;}

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

This text has shadow with #598EA1 color.

.textShadow {text-shadow: 3px 3px 1px #598EA1, 3px 3px 1px red;}

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

This text has shadow with #598EA1 primary color and red secondary color.


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

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

This text has shadow with #598EA1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598EA1 on black background.


Color preview on white background

This text has color #598EA1 on white background.



Black color preview on #598EA1 background

This text has black color on #598EA1 background.


White color preview on #598EA1 background

This text has white color on #598EA1 background.