COLOR #5499E6

HEX: #5499E6
RGB: (84,153,230)

Renk bilgisi

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

RGB renk modeli

#5499E6 color RGB value is (84,153,230).

  • kırmız ton 84;
  • yeşil ton 153;
  • mavi ton 230.
RGB:
(84,153,230)
(33%,60%,90%)

RGB bağlantıları ve doygunluk

R 84 of 255 = 33%
G 153 of 255 = 60%
B 230 of 255 = 90%

84
153
230

R + G + B ~ 61%. #5499E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
84 + 153 + 230 = 467 (100%)
R 84 of 467 ~ 17.99%
G 153 of 467 ~ 32.76%
B 230 of 467 ~ 49.25%

%17.99
%32.76
%49.25

CMYK RENK MODELİ

#5499E6 rengi CMYK tonu (63,33,0,10).

  • camgöbeği tonu 63.48%
  • eflatun tonu 33.48%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(63,33,0,10)
C63M33Y0K10 
(63%,33%,0%,10%)
(0.63/0.33/0.00/0.10)	

CMYK yüzdeleri

%63.48
%33.48
%0
%9.8

Codes

Color #5499E6 in popluar color models

5499E6
RGB84153230
HSL212°74.49%61.57%
HSB/HSV212°63.48%90.20%
CMYK63.48%33.48%0.00%
9.80%

Color #5499E6 in popluar number systems.

HEX5499E6
Decimal84153230
Binary10101001001100111100110
Octal124231346

Shades and tints

Shades of #5499E6

#5499E6
(84,153,230)
#4D8CD2
(77,140,210)
#467FBE
(70,127,190)
#3F72AA
(63,114,170)
#386596
(56,101,150)
#315882
(49,88,130)
#2A4B6E
(42,75,110)
#233E5A
(35,62,90)
#1C3146
(28,49,70)
#152432
(21,36,50)
#0E171E
(14,23,30)
#000000
(0,0,0)

Tints of #5499E6

#5499E6
(84,153,230)
#63A2E8
(99,162,232)
#72ABEA
(114,171,234)
#81B4EC
(129,180,236)
#90BDEE
(144,189,238)
#9FC6F0
(159,198,240)
#AECFF2
(174,207,242)
#BDD8F4
(189,216,244)
#CCE1F6
(204,225,246)
#DBEAF8
(219,234,248)
#EAF3FA
(234,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5499E6 color. Also use rgb(84,153,230) instead hex code.

Text Font Color

.myTextColor { color: #5499E6; }

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

This text font color is #5499E6.


Background Color

.myBgColor { background-color: #5499E6; }

<div style="background-color:#5499E6">Inner text</div>

This div background color is #5499E6.


Border color

.myBorderColor { border: 1px solid #5499E6; }

<div style="border:3px solid #5499E6">Div</div>

This div border color is #5499E6.


Opacity

.myOpacity80 { color: #5499E6; opacity: 0.8; }

<p style="color:#5499E6;opacity:0.8;">80%</p>

Text with #5499E6 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 #5499E6;}

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

This text has shadow with #5499E6 color.

.textShadow {text-shadow: 3px 3px 1px #5499E6, 3px 3px 1px red;}

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

This text has shadow with #5499E6 primary color and red secondary color.


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

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

This text has shadow with #5499E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5499E6 on black background.


Color preview on white background

This text has color #5499E6 on white background.



Black color preview on #5499E6 background

This text has black color on #5499E6 background.


White color preview on #5499E6 background

This text has white color on #5499E6 background.