COLOR #5993E3

HEX: #5993E3
RGB: (89,147,227)

Renk bilgisi

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

RGB renk modeli

#5993E3 color RGB value is (89,147,227).

  • kırmız ton 89;
  • yeşil ton 147;
  • mavi ton 227.
RGB:
(89,147,227)
(35%,58%,89%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 147 of 255 = 58%
B 227 of 255 = 89%

89
147
227

R + G + B ~ 61%. #5993E3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 147 + 227 = 463 (100%)
R 89 of 463 ~ 19.22%
G 147 of 463 ~ 31.75%
B 227 of 463 ~ 49.03%

%19.22
%31.75
%49.03

CMYK RENK MODELİ

#5993E3 rengi CMYK tonu (61,35,0,11).

  • camgöbeği tonu 60.79%
  • eflatun tonu 35.24%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(61,35,0,11)
C61M35Y0K11 
(61%,35%,0%,11%)
(0.61/0.35/0.00/0.11)	

CMYK yüzdeleri

%60.79
%35.24
%0
%10.98

Codes

Color #5993E3 in popluar color models

5993E3
RGB89147227
HSL215°71.13%61.96%
HSB/HSV215°60.79%89.02%
CMYK60.79%35.24%0.00%
10.98%

Color #5993E3 in popluar number systems.

HEX5993E3
Decimal89147227
Binary10110011001001111100011
Octal131223343

Shades and tints

Shades of #5993E3

#5993E3
(89,147,227)
#5186CF
(81,134,207)
#4979BB
(73,121,187)
#416CA7
(65,108,167)
#395F93
(57,95,147)
#31527F
(49,82,127)
#29456B
(41,69,107)
#213857
(33,56,87)
#192B43
(25,43,67)
#111E2F
(17,30,47)
#09111B
(9,17,27)
#000000
(0,0,0)

Tints of #5993E3

#5993E3
(89,147,227)
#689CE5
(104,156,229)
#77A5E7
(119,165,231)
#86AEE9
(134,174,233)
#95B7EB
(149,183,235)
#A4C0ED
(164,192,237)
#B3C9EF
(179,201,239)
#C2D2F1
(194,210,241)
#D1DBF3
(209,219,243)
#E0E4F5
(224,228,245)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5993E3 color. Also use rgb(89,147,227) instead hex code.

Text Font Color

.myTextColor { color: #5993E3; }

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

This text font color is #5993E3.


Background Color

.myBgColor { background-color: #5993E3; }

<div style="background-color:#5993E3">Inner text</div>

This div background color is #5993E3.


Border color

.myBorderColor { border: 1px solid #5993E3; }

<div style="border:3px solid #5993E3">Div</div>

This div border color is #5993E3.


Opacity

.myOpacity80 { color: #5993E3; opacity: 0.8; }

<p style="color:#5993E3;opacity:0.8;">80%</p>

Text with #5993E3 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 #5993E3;}

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

This text has shadow with #5993E3 color.

.textShadow {text-shadow: 3px 3px 1px #5993E3, 3px 3px 1px red;}

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

This text has shadow with #5993E3 primary color and red secondary color.


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

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

This text has shadow with #5993E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5993E3 on black background.


Color preview on white background

This text has color #5993E3 on white background.



Black color preview on #5993E3 background

This text has black color on #5993E3 background.


White color preview on #5993E3 background

This text has white color on #5993E3 background.