COLOR #598BB5

HEX: #598BB5
RGB: (89,139,181)

Renk bilgisi

#598BB5 contains mainly green and blue colors. #598BB5 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#598BB5 color RGB value is (89,139,181).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 139 of 255 = 55%
B 181 of 255 = 71%

89
139
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 139 + 181 = 409 (100%)
R 89 of 409 ~ 21.76%
G 139 of 409 ~ 33.99%
B 181 of 409 ~ 44.25%

%21.76
%33.99
%44.25

CMYK RENK MODELİ

#598BB5 rengi CMYK tonu (51,23,0,29).

  • camgöbeği tonu 50.83%
  • eflatun tonu 23.20%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(51,23,0,29)
C51M23Y0K29 
(51%,23%,0%,29%)
(0.51/0.23/0.00/0.29)	

CMYK yüzdeleri

%50.83
%23.2
%0
%29.02

Codes

Color #598BB5 in popluar color models

598BB5
RGB89139181
HSL207°38.33%52.94%
HSB/HSV207°50.83%70.98%
CMYK50.83%23.20%0.00%
29.02%

Color #598BB5 in popluar number systems.

HEX598BB5
Decimal89139181
Binary10110011000101110110101
Octal131213265

Shades and tints

Shades of #598BB5

#598BB5
(89,139,181)
#517FA5
(81,127,165)
#497395
(73,115,149)
#416785
(65,103,133)
#395B75
(57,91,117)
#314F65
(49,79,101)
#294355
(41,67,85)
#213745
(33,55,69)
#192B35
(25,43,53)
#111F25
(17,31,37)
#091315
(9,19,21)
#000000
(0,0,0)

Tints of #598BB5

#598BB5
(89,139,181)
#6895BB
(104,149,187)
#779FC1
(119,159,193)
#86A9C7
(134,169,199)
#95B3CD
(149,179,205)
#A4BDD3
(164,189,211)
#B3C7D9
(179,199,217)
#C2D1DF
(194,209,223)
#D1DBE5
(209,219,229)
#E0E5EB
(224,229,235)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598BB5 color. Also use rgb(89,139,181) instead hex code.

Text Font Color

.myTextColor { color: #598BB5; }

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

This text font color is #598BB5.


Background Color

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

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

This div background color is #598BB5.


Border color

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

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

This div border color is #598BB5.


Opacity

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

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

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

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

This text has shadow with #598BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598BB5 on black background.


Color preview on white background

This text has color #598BB5 on white background.



Black color preview on #598BB5 background

This text has black color on #598BB5 background.


White color preview on #598BB5 background

This text has white color on #598BB5 background.