COLOR #588DC9

HEX: #588DC9
RGB: (88,141,201)

Renk bilgisi

#588DC9 contains mainly blue color. #588DC9 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#588DC9 color RGB value is (88,141,201).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 141 of 255 = 55%
B 201 of 255 = 79%

88
141
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 141 + 201 = 430 (100%)
R 88 of 430 ~ 20.47%
G 141 of 430 ~ 32.79%
B 201 of 430 ~ 46.74%

%20.47
%32.79
%46.74

CMYK RENK MODELİ

#588DC9 rengi CMYK tonu (56,30,0,21).

  • camgöbeği tonu 56.22%
  • eflatun tonu 29.85%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(56,30,0,21)
C56M30Y0K21 
(56%,30%,0%,21%)
(0.56/0.30/0.00/0.21)	

CMYK yüzdeleri

%56.22
%29.85
%0
%21.18

Codes

Color #588DC9 in popluar color models

588DC9
RGB88141201
HSL212°51.13%56.67%
HSB/HSV212°56.22%78.82%
CMYK56.22%29.85%0.00%
21.18%

Color #588DC9 in popluar number systems.

HEX588DC9
Decimal88141201
Binary10110001000110111001001
Octal130215311

Shades and tints

Shades of #588DC9

#588DC9
(88,141,201)
#5081B7
(80,129,183)
#4875A5
(72,117,165)
#406993
(64,105,147)
#385D81
(56,93,129)
#30516F
(48,81,111)
#28455D
(40,69,93)
#20394B
(32,57,75)
#182D39
(24,45,57)
#102127
(16,33,39)
#081515
(8,21,21)
#000000
(0,0,0)

Tints of #588DC9

#588DC9
(88,141,201)
#6797CD
(103,151,205)
#76A1D1
(118,161,209)
#85ABD5
(133,171,213)
#94B5D9
(148,181,217)
#A3BFDD
(163,191,221)
#B2C9E1
(178,201,225)
#C1D3E5
(193,211,229)
#D0DDE9
(208,221,233)
#DFE7ED
(223,231,237)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588DC9 color. Also use rgb(88,141,201) instead hex code.

Text Font Color

.myTextColor { color: #588DC9; }

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

This text font color is #588DC9.


Background Color

.myBgColor { background-color: #588DC9; }

<div style="background-color:#588DC9">Inner text</div>

This div background color is #588DC9.


Border color

.myBorderColor { border: 1px solid #588DC9; }

<div style="border:3px solid #588DC9">Div</div>

This div border color is #588DC9.


Opacity

.myOpacity80 { color: #588DC9; opacity: 0.8; }

<p style="color:#588DC9;opacity:0.8;">80%</p>

Text with #588DC9 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 #588DC9;}

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

This text has shadow with #588DC9 color.

.textShadow {text-shadow: 3px 3px 1px #588DC9, 3px 3px 1px red;}

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

This text has shadow with #588DC9 primary color and red secondary color.


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

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

This text has shadow with #588DC9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588DC9 on black background.


Color preview on white background

This text has color #588DC9 on white background.



Black color preview on #588DC9 background

This text has black color on #588DC9 background.


White color preview on #588DC9 background

This text has white color on #588DC9 background.