COLOR #589CF5

HEX: #589CF5
RGB: (88,156,245)

Renk bilgisi

#589CF5 contains mainly blue color. #589CF5 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#589CF5 color RGB value is (88,156,245).

  • kırmız ton 88;
  • yeşil ton 156;
  • mavi ton 245.
RGB:
(88,156,245)
(35%,61%,96%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 156 of 255 = 61%
B 245 of 255 = 96%

88
156
245

R + G + B ~ 64%. #589CF5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 156 + 245 = 489 (100%)
R 88 of 489 ~ 18%
G 156 of 489 ~ 31.9%
B 245 of 489 ~ 50.1%

%18
%31.9
%50.1

CMYK RENK MODELİ

#589CF5 rengi CMYK tonu (64,36,0,4).

  • camgöbeği tonu 64.08%
  • eflatun tonu 36.33%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(64,36,0,4)
C64M36Y0K4 
(64%,36%,0%,4%)
(0.64/0.36/0.00/0.04)	

CMYK yüzdeleri

%64.08
%36.33
%0
%3.92

Codes

Color #589CF5 in popluar color models

589CF5
RGB88156245
HSL214°88.70%65.29%
HSB/HSV214°64.08%96.08%
CMYK64.08%36.33%0.00%
3.92%

Color #589CF5 in popluar number systems.

HEX589CF5
Decimal88156245
Binary10110001001110011110101
Octal130234365

Shades and tints

Shades of #589CF5

#589CF5
(88,156,245)
#508EDF
(80,142,223)
#4880C9
(72,128,201)
#4072B3
(64,114,179)
#38649D
(56,100,157)
#305687
(48,86,135)
#284871
(40,72,113)
#203A5B
(32,58,91)
#182C45
(24,44,69)
#101E2F
(16,30,47)
#081019
(8,16,25)
#000000
(0,0,0)

Tints of #589CF5

#589CF5
(88,156,245)
#67A5F5
(103,165,245)
#76AEF5
(118,174,245)
#85B7F5
(133,183,245)
#94C0F5
(148,192,245)
#A3C9F5
(163,201,245)
#B2D2F5
(178,210,245)
#C1DBF5
(193,219,245)
#D0E4F5
(208,228,245)
#DFEDF5
(223,237,245)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589CF5 color. Also use rgb(88,156,245) instead hex code.

Text Font Color

.myTextColor { color: #589CF5; }

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

This text font color is #589CF5.


Background Color

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

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

This div background color is #589CF5.


Border color

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

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

This div border color is #589CF5.


Opacity

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

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

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

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

This text has shadow with #589CF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589CF5 on black background.


Color preview on white background

This text has color #589CF5 on white background.



Black color preview on #589CF5 background

This text has black color on #589CF5 background.


White color preview on #589CF5 background

This text has white color on #589CF5 background.