COLOR #589FC0

HEX: #589FC0 RGB: (88,159,192)

Renk bilgisi

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

RGB renk modeli

#589FC0 color RGB value is (88,159,192).

RGB: (88,159,192) (35%, 62%, 75%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 159 of 255 = 62%
B 192 of 255 = 75%

88
159
192

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

Yüzdelerle RGB renk parçaları

R + G + B = 88 + 159 + 192 = 439 (100%)
R 88 of 439 ~ 20.05%
G 159 of 439 ~ 36.22%
B 192 of 439 ~ 43.74'%

%20.05
%36.22
%43.74

CMYK RENK MODELİ

#589FC0 rengi CMYK tonu (54,17,0,25).

  • camgöbeği tonu 54.17%
  • eflatun tonu 17.19%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%

CMYK: (54,17,0,25)
C54M17Y0K25 (54%, 17%, 0%, 25%)
(0.54 / 0.17 / 0.00 / 0.25)

CMYK yüzdeleri

%54.17
%17.19
%0
%24.71

Codes

Color #589FC0 in popluar color models

58 9F C0
RGB 88 159 192
HSL 199° 45.22% 54.90%
HSB/HSV 199° 54.17% 75.29%
CMYK 54.17% 17.19% 0.00%
24.71%

Color #589FC0 in popluar number systems.

HEX 58 9F C0
Decimal 88 159 192
Binary 1011000 10011111 11000000
Octal 130 237 300

Shades and tints

Shades of #589FC0

#589FC0
(88,159,192)
#5091AF
(80,145,175)
#48839E
(72,131,158)
#40758D
(64,117,141)
#38677C
(56,103,124)
#30596B
(48,89,107)
#284B5A
(40,75,90)
#203D49
(32,61,73)
#182F38
(24,47,56)
#102127
(16,33,39)
#081316
(8,19,22)
#000000
(0,0,0)

Tints of #589FC0

#589FC0
(88,159,192)
#67A7C5
(103,167,197)
#76AFCA
(118,175,202)
#85B7CF
(133,183,207)
#94BFD4
(148,191,212)
#A3C7D9
(163,199,217)
#B2CFDE
(178,207,222)
#C1D7E3
(193,215,227)
#D0DFE8
(208,223,232)
#DFE7ED
(223,231,237)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589FC0 color. Also use rgb(88,159,192) instead hex code.

Text Font Color

.myTextColor { color: #589FC0; }

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

This text font color is #589FC0.

Background Color

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

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

This div background color is #589FC0.

Border color

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

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

This div border color is #589FC0.

Opacity

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

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

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

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

This text has shadow with #589FC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #589FC0.

Preview

Color preview on black background

This text has color #589FC0 on black background.


Color preview on white background

This text has color #589FC0 on white background.


Black color preview on #589FC0 background

This text has black color on #589FC0 background.


White color preview on #589FC0 background

This text has white color on #589FC0 background.


Related colors

Complementary color

Complementary color for #hex is #A7603F.


I love getcolorcode.com

Triadic colors

1 #C0589F and #9FC058 with #589FC0 are triadic colors.

2 #C09F58 and #9F58C0 with #589FC0 are triadic colors.