COLOR #0593AC

HEX: #0593AC
RGB: (5,147,172)

Renk bilgisi

#0593AC contains mainly green and blue colors. #0593AC ‘ nin web güvenlik rengi #009999 (ya da #099) dir.

RGB renk modeli

#0593AC color RGB value is (5,147,172).

  • kırmız ton 5;
  • yeşil ton 147;
  • mavi ton 172.
RGB:
(5,147,172)
(2%,58%,67%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 147 of 255 = 58%
B 172 of 255 = 67%

5
147
172

R + G + B ~ 42%. #0593AC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 147 + 172 = 324 (100%)
R 5 of 324 ~ 1.54%
G 147 of 324 ~ 45.37%
B 172 of 324 ~ 53.09%

%45.37
%53.09

CMYK RENK MODELİ

#0593AC rengi CMYK tonu (97,15,0,33).

  • camgöbeği tonu 97.09%
  • eflatun tonu 14.53%
  • sarı tonu 0.00%
  • ana renk tonu 32.55%
CMYK:
(97,15,0,33)
C97M15Y0K33 
(97%,15%,0%,33%)
(0.97/0.15/0.00/0.33)	

CMYK yüzdeleri

%97.09
%14.53
%0
%32.55

Codes

Color #0593AC in popluar color models

0593AC
RGB5147172
HSL189°94.35%34.71%
HSB/HSV189°97.09%67.45%
CMYK97.09%14.53%0.00%
32.55%

Color #0593AC in popluar number systems.

HEX0593AC
Decimal5147172
Binary1011001001110101100
Octal5223254

Shades and tints

Shades of #0593AC

#0593AC
(5,147,172)
#05869D
(5,134,157)
#05798E
(5,121,142)
#056C7F
(5,108,127)
#055F70
(5,95,112)
#055261
(5,82,97)
#054552
(5,69,82)
#053843
(5,56,67)
#052B34
(5,43,52)
#051E25
(5,30,37)
#051116
(5,17,22)
#000000
(0,0,0)

Tints of #0593AC

#0593AC
(5,147,172)
#1B9CB3
(27,156,179)
#31A5BA
(49,165,186)
#47AEC1
(71,174,193)
#5DB7C8
(93,183,200)
#73C0CF
(115,192,207)
#89C9D6
(137,201,214)
#9FD2DD
(159,210,221)
#B5DBE4
(181,219,228)
#CBE4EB
(203,228,235)
#E1EDF2
(225,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0593AC color. Also use rgb(5,147,172) instead hex code.

Text Font Color

.myTextColor { color: #0593AC; }

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

This text font color is #0593AC.


Background Color

.myBgColor { background-color: #0593AC; }

<div style="background-color:#0593AC">Inner text</div>

This div background color is #0593AC.


Border color

.myBorderColor { border: 1px solid #0593AC; }

<div style="border:3px solid #0593AC">Div</div>

This div border color is #0593AC.


Opacity

.myOpacity80 { color: #0593AC; opacity: 0.8; }

<p style="color:#0593AC;opacity:0.8;">80%</p>

Text with #0593AC 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 #0593AC;}

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

This text has shadow with #0593AC color.

.textShadow {text-shadow: 3px 3px 1px #0593AC, 3px 3px 1px red;}

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

This text has shadow with #0593AC primary color and red secondary color.


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

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

This text has shadow with #0593AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0593AC on black background.


Color preview on white background

This text has color #0593AC on white background.



Black color preview on #0593AC background

This text has black color on #0593AC background.


White color preview on #0593AC background

This text has white color on #0593AC background.