COLOR #58A5CA

HEX: #58A5CA
RGB: (88,165,202)

Renk bilgisi

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

RGB renk modeli

#58A5CA color RGB value is (88,165,202).

  • kırmız ton 88;
  • yeşil ton 165;
  • mavi ton 202.
RGB:
(88,165,202)
(35%,65%,79%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 165 of 255 = 65%
B 202 of 255 = 79%

88
165
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 165 + 202 = 455 (100%)
R 88 of 455 ~ 19.34%
G 165 of 455 ~ 36.26%
B 202 of 455 ~ 44.4%

%19.34
%36.26
%44.4

CMYK RENK MODELİ

#58A5CA rengi CMYK tonu (56,18,0,21).

  • camgöbeği tonu 56.44%
  • eflatun tonu 18.32%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(56,18,0,21)
C56M18Y0K21 
(56%,18%,0%,21%)
(0.56/0.18/0.00/0.21)	

CMYK yüzdeleri

%56.44
%18.32
%0
%20.78

Codes

Color #58A5CA in popluar color models

58A5CA
RGB88165202
HSL199°51.82%56.86%
HSB/HSV199°56.44%79.22%
CMYK56.44%18.32%0.00%
20.78%

Color #58A5CA in popluar number systems.

HEX58A5CA
Decimal88165202
Binary10110001010010111001010
Octal130245312

Shades and tints

Shades of #58A5CA

#58A5CA
(88,165,202)
#5096B8
(80,150,184)
#4887A6
(72,135,166)
#407894
(64,120,148)
#386982
(56,105,130)
#305A70
(48,90,112)
#284B5E
(40,75,94)
#203C4C
(32,60,76)
#182D3A
(24,45,58)
#101E28
(16,30,40)
#080F16
(8,15,22)
#000000
(0,0,0)

Tints of #58A5CA

#58A5CA
(88,165,202)
#67ADCE
(103,173,206)
#76B5D2
(118,181,210)
#85BDD6
(133,189,214)
#94C5DA
(148,197,218)
#A3CDDE
(163,205,222)
#B2D5E2
(178,213,226)
#C1DDE6
(193,221,230)
#D0E5EA
(208,229,234)
#DFEDEE
(223,237,238)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A5CA color. Also use rgb(88,165,202) instead hex code.

Text Font Color

.myTextColor { color: #58A5CA; }

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

This text font color is #58A5CA.


Background Color

.myBgColor { background-color: #58A5CA; }

<div style="background-color:#58A5CA">Inner text</div>

This div background color is #58A5CA.


Border color

.myBorderColor { border: 1px solid #58A5CA; }

<div style="border:3px solid #58A5CA">Div</div>

This div border color is #58A5CA.


Opacity

.myOpacity80 { color: #58A5CA; opacity: 0.8; }

<p style="color:#58A5CA;opacity:0.8;">80%</p>

Text with #58A5CA 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 #58A5CA;}

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

This text has shadow with #58A5CA color.

.textShadow {text-shadow: 3px 3px 1px #58A5CA, 3px 3px 1px red;}

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

This text has shadow with #58A5CA primary color and red secondary color.


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

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

This text has shadow with #58A5CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A5CA on black background.


Color preview on white background

This text has color #58A5CA on white background.



Black color preview on #58A5CA background

This text has black color on #58A5CA background.


White color preview on #58A5CA background

This text has white color on #58A5CA background.