COLOR #54A5E6

HEX: #54A5E6
RGB: (84,165,230)

Renk bilgisi

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

RGB renk modeli

#54A5E6 color RGB value is (84,165,230).

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

RGB bağlantıları ve doygunluk

R 84 of 255 = 33%
G 165 of 255 = 65%
B 230 of 255 = 90%

84
165
230

R + G + B ~ 63%. #54A5E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
84 + 165 + 230 = 479 (100%)
R 84 of 479 ~ 17.54%
G 165 of 479 ~ 34.45%
B 230 of 479 ~ 48.02%

%17.54
%34.45
%48.02

CMYK RENK MODELİ

#54A5E6 rengi CMYK tonu (63,28,0,10).

  • camgöbeği tonu 63.48%
  • eflatun tonu 28.26%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(63,28,0,10)
C63M28Y0K10 
(63%,28%,0%,10%)
(0.63/0.28/0.00/0.10)	

CMYK yüzdeleri

%63.48
%28.26
%0
%9.8

Codes

Color #54A5E6 in popluar color models

54A5E6
RGB84165230
HSL207°74.49%61.57%
HSB/HSV207°63.48%90.20%
CMYK63.48%28.26%0.00%
9.80%

Color #54A5E6 in popluar number systems.

HEX54A5E6
Decimal84165230
Binary10101001010010111100110
Octal124245346

Shades and tints

Shades of #54A5E6

#54A5E6
(84,165,230)
#4D96D2
(77,150,210)
#4687BE
(70,135,190)
#3F78AA
(63,120,170)
#386996
(56,105,150)
#315A82
(49,90,130)
#2A4B6E
(42,75,110)
#233C5A
(35,60,90)
#1C2D46
(28,45,70)
#151E32
(21,30,50)
#0E0F1E
(14,15,30)
#000000
(0,0,0)

Tints of #54A5E6

#54A5E6
(84,165,230)
#63ADE8
(99,173,232)
#72B5EA
(114,181,234)
#81BDEC
(129,189,236)
#90C5EE
(144,197,238)
#9FCDF0
(159,205,240)
#AED5F2
(174,213,242)
#BDDDF4
(189,221,244)
#CCE5F6
(204,229,246)
#DBEDF8
(219,237,248)
#EAF5FA
(234,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A5E6 color. Also use rgb(84,165,230) instead hex code.

Text Font Color

.myTextColor { color: #54A5E6; }

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

This text font color is #54A5E6.


Background Color

.myBgColor { background-color: #54A5E6; }

<div style="background-color:#54A5E6">Inner text</div>

This div background color is #54A5E6.


Border color

.myBorderColor { border: 1px solid #54A5E6; }

<div style="border:3px solid #54A5E6">Div</div>

This div border color is #54A5E6.


Opacity

.myOpacity80 { color: #54A5E6; opacity: 0.8; }

<p style="color:#54A5E6;opacity:0.8;">80%</p>

Text with #54A5E6 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 #54A5E6;}

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

This text has shadow with #54A5E6 color.

.textShadow {text-shadow: 3px 3px 1px #54A5E6, 3px 3px 1px red;}

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

This text has shadow with #54A5E6 primary color and red secondary color.


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

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

This text has shadow with #54A5E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A5E6 on black background.


Color preview on white background

This text has color #54A5E6 on white background.



Black color preview on #54A5E6 background

This text has black color on #54A5E6 background.


White color preview on #54A5E6 background

This text has white color on #54A5E6 background.