COLOR #598F97

HEX: #598F97
RGB: (89,143,151)

Renk bilgisi

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

RGB renk modeli

#598F97 color RGB value is (89,143,151).

  • kırmız ton 89;
  • yeşil ton 143;
  • mavi ton 151.
RGB:
(89,143,151)
(35%,56%,59%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 143 of 255 = 56%
B 151 of 255 = 59%

89
143
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 143 + 151 = 383 (100%)
R 89 of 383 ~ 23.24%
G 143 of 383 ~ 37.34%
B 151 of 383 ~ 39.43%

%23.24
%37.34
%39.43

CMYK RENK MODELİ

#598F97 rengi CMYK tonu (41,5,0,41).

  • camgöbeği tonu 41.06%
  • eflatun tonu 5.30%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(41,5,0,41)
C41M5Y0K41 
(41%,5%,0%,41%)
(0.41/0.05/0.00/0.41)	

CMYK yüzdeleri

%41.06
%5.3
%0
%40.78

Codes

Color #598F97 in popluar color models

598F97
RGB89143151
HSL188°25.83%47.06%
HSB/HSV188°41.06%59.22%
CMYK41.06%5.30%0.00%
40.78%

Color #598F97 in popluar number systems.

HEX598F97
Decimal89143151
Binary10110011000111110010111
Octal131217227

Shades and tints

Shades of #598F97

#598F97
(89,143,151)
#51828A
(81,130,138)
#49757D
(73,117,125)
#416870
(65,104,112)
#395B63
(57,91,99)
#314E56
(49,78,86)
#294149
(41,65,73)
#21343C
(33,52,60)
#19272F
(25,39,47)
#111A22
(17,26,34)
#090D15
(9,13,21)
#000000
(0,0,0)

Tints of #598F97

#598F97
(89,143,151)
#6899A0
(104,153,160)
#77A3A9
(119,163,169)
#86ADB2
(134,173,178)
#95B7BB
(149,183,187)
#A4C1C4
(164,193,196)
#B3CBCD
(179,203,205)
#C2D5D6
(194,213,214)
#D1DFDF
(209,223,223)
#E0E9E8
(224,233,232)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598F97 color. Also use rgb(89,143,151) instead hex code.

Text Font Color

.myTextColor { color: #598F97; }

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

This text font color is #598F97.


Background Color

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

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

This div background color is #598F97.


Border color

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

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

This div border color is #598F97.


Opacity

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

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

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

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

This text has shadow with #598F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598F97 on black background.


Color preview on white background

This text has color #598F97 on white background.



Black color preview on #598F97 background

This text has black color on #598F97 background.


White color preview on #598F97 background

This text has white color on #598F97 background.