COLOR #599BB4

HEX: #599BB4
RGB: (89,155,180)

Renk bilgisi

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

RGB renk modeli

#599BB4 color RGB value is (89,155,180).

  • kırmız ton 89;
  • yeşil ton 155;
  • mavi ton 180.
RGB:
(89,155,180)
(35%,61%,71%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 155 of 255 = 61%
B 180 of 255 = 71%

89
155
180

R + G + B ~ 56%. #599BB4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 155 + 180 = 424 (100%)
R 89 of 424 ~ 20.99%
G 155 of 424 ~ 36.56%
B 180 of 424 ~ 42.45%

%20.99
%36.56
%42.45

CMYK RENK MODELİ

#599BB4 rengi CMYK tonu (51,14,0,29).

  • camgöbeği tonu 50.56%
  • eflatun tonu 13.89%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(51,14,0,29)
C51M14Y0K29 
(51%,14%,0%,29%)
(0.51/0.14/0.00/0.29)	

CMYK yüzdeleri

%50.56
%13.89
%0
%29.41

Codes

Color #599BB4 in popluar color models

599BB4
RGB89155180
HSL196°37.76%52.75%
HSB/HSV196°50.56%70.59%
CMYK50.56%13.89%0.00%
29.41%

Color #599BB4 in popluar number systems.

HEX599BB4
Decimal89155180
Binary10110011001101110110100
Octal131233264

Shades and tints

Shades of #599BB4

#599BB4
(89,155,180)
#518DA4
(81,141,164)
#497F94
(73,127,148)
#417184
(65,113,132)
#396374
(57,99,116)
#315564
(49,85,100)
#294754
(41,71,84)
#213944
(33,57,68)
#192B34
(25,43,52)
#111D24
(17,29,36)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #599BB4

#599BB4
(89,155,180)
#68A4BA
(104,164,186)
#77ADC0
(119,173,192)
#86B6C6
(134,182,198)
#95BFCC
(149,191,204)
#A4C8D2
(164,200,210)
#B3D1D8
(179,209,216)
#C2DADE
(194,218,222)
#D1E3E4
(209,227,228)
#E0ECEA
(224,236,234)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599BB4 color. Also use rgb(89,155,180) instead hex code.

Text Font Color

.myTextColor { color: #599BB4; }

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

This text font color is #599BB4.


Background Color

.myBgColor { background-color: #599BB4; }

<div style="background-color:#599BB4">Inner text</div>

This div background color is #599BB4.


Border color

.myBorderColor { border: 1px solid #599BB4; }

<div style="border:3px solid #599BB4">Div</div>

This div border color is #599BB4.


Opacity

.myOpacity80 { color: #599BB4; opacity: 0.8; }

<p style="color:#599BB4;opacity:0.8;">80%</p>

Text with #599BB4 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 #599BB4;}

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

This text has shadow with #599BB4 color.

.textShadow {text-shadow: 3px 3px 1px #599BB4, 3px 3px 1px red;}

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

This text has shadow with #599BB4 primary color and red secondary color.


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

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

This text has shadow with #599BB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599BB4 on black background.


Color preview on white background

This text has color #599BB4 on white background.



Black color preview on #599BB4 background

This text has black color on #599BB4 background.


White color preview on #599BB4 background

This text has white color on #599BB4 background.