COLOR #589AC9

HEX: #589AC9
RGB: (88,154,201)

Renk bilgisi

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

RGB renk modeli

#589AC9 color RGB value is (88,154,201).

  • kırmız ton 88;
  • yeşil ton 154;
  • mavi ton 201.
RGB:
(88,154,201)
(35%,60%,79%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 154 of 255 = 60%
B 201 of 255 = 79%

88
154
201

R + G + B ~ 58%. #589AC9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 154 + 201 = 443 (100%)
R 88 of 443 ~ 19.86%
G 154 of 443 ~ 34.76%
B 201 of 443 ~ 45.37%

%19.86
%34.76
%45.37

CMYK RENK MODELİ

#589AC9 rengi CMYK tonu (56,23,0,21).

  • camgöbeği tonu 56.22%
  • eflatun tonu 23.38%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(56,23,0,21)
C56M23Y0K21 
(56%,23%,0%,21%)
(0.56/0.23/0.00/0.21)	

CMYK yüzdeleri

%56.22
%23.38
%0
%21.18

Codes

Color #589AC9 in popluar color models

589AC9
RGB88154201
HSL205°51.13%56.67%
HSB/HSV205°56.22%78.82%
CMYK56.22%23.38%0.00%
21.18%

Color #589AC9 in popluar number systems.

HEX589AC9
Decimal88154201
Binary10110001001101011001001
Octal130232311

Shades and tints

Shades of #589AC9

#589AC9
(88,154,201)
#508CB7
(80,140,183)
#487EA5
(72,126,165)
#407093
(64,112,147)
#386281
(56,98,129)
#30546F
(48,84,111)
#28465D
(40,70,93)
#20384B
(32,56,75)
#182A39
(24,42,57)
#101C27
(16,28,39)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #589AC9

#589AC9
(88,154,201)
#67A3CD
(103,163,205)
#76ACD1
(118,172,209)
#85B5D5
(133,181,213)
#94BED9
(148,190,217)
#A3C7DD
(163,199,221)
#B2D0E1
(178,208,225)
#C1D9E5
(193,217,229)
#D0E2E9
(208,226,233)
#DFEBED
(223,235,237)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589AC9 color. Also use rgb(88,154,201) instead hex code.

Text Font Color

.myTextColor { color: #589AC9; }

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

This text font color is #589AC9.


Background Color

.myBgColor { background-color: #589AC9; }

<div style="background-color:#589AC9">Inner text</div>

This div background color is #589AC9.


Border color

.myBorderColor { border: 1px solid #589AC9; }

<div style="border:3px solid #589AC9">Div</div>

This div border color is #589AC9.


Opacity

.myOpacity80 { color: #589AC9; opacity: 0.8; }

<p style="color:#589AC9;opacity:0.8;">80%</p>

Text with #589AC9 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 #589AC9;}

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

This text has shadow with #589AC9 color.

.textShadow {text-shadow: 3px 3px 1px #589AC9, 3px 3px 1px red;}

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

This text has shadow with #589AC9 primary color and red secondary color.


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

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

This text has shadow with #589AC9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589AC9 on black background.


Color preview on white background

This text has color #589AC9 on white background.



Black color preview on #589AC9 background

This text has black color on #589AC9 background.


White color preview on #589AC9 background

This text has white color on #589AC9 background.