COLOR #537CBE

HEX: #537CBE
RGB: (83,124,190)

Renk bilgisi

#537CBE contains mainly blue color. #537CBE ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#537CBE color RGB value is (83,124,190).

  • kırmız ton 83;
  • yeşil ton 124;
  • mavi ton 190.
RGB:
(83,124,190)
(33%,49%,75%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 124 of 255 = 49%
B 190 of 255 = 75%

83
124
190

R + G + B ~ 52%. #537CBE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 124 + 190 = 397 (100%)
R 83 of 397 ~ 20.91%
G 124 of 397 ~ 31.23%
B 190 of 397 ~ 47.86%

%20.91
%31.23
%47.86

CMYK RENK MODELİ

#537CBE rengi CMYK tonu (56,35,0,25).

  • camgöbeği tonu 56.32%
  • eflatun tonu 34.74%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(56,35,0,25)
C56M35Y0K25 
(56%,35%,0%,25%)
(0.56/0.35/0.00/0.25)	

CMYK yüzdeleri

%56.32
%34.74
%0
%25.49

Codes

Color #537CBE in popluar color models

537CBE
RGB83124190
HSL217°45.15%53.53%
HSB/HSV217°56.32%74.51%
CMYK56.32%34.74%0.00%
25.49%

Color #537CBE in popluar number systems.

HEX537CBE
Decimal83124190
Binary1010011111110010111110
Octal123174276

Shades and tints

Shades of #537CBE

#537CBE
(83,124,190)
#4C71AD
(76,113,173)
#45669C
(69,102,156)
#3E5B8B
(62,91,139)
#37507A
(55,80,122)
#304569
(48,69,105)
#293A58
(41,58,88)
#222F47
(34,47,71)
#1B2436
(27,36,54)
#141925
(20,25,37)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #537CBE

#537CBE
(83,124,190)
#6287C3
(98,135,195)
#7192C8
(113,146,200)
#809DCD
(128,157,205)
#8FA8D2
(143,168,210)
#9EB3D7
(158,179,215)
#ADBEDC
(173,190,220)
#BCC9E1
(188,201,225)
#CBD4E6
(203,212,230)
#DADFEB
(218,223,235)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537CBE color. Also use rgb(83,124,190) instead hex code.

Text Font Color

.myTextColor { color: #537CBE; }

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

This text font color is #537CBE.


Background Color

.myBgColor { background-color: #537CBE; }

<div style="background-color:#537CBE">Inner text</div>

This div background color is #537CBE.


Border color

.myBorderColor { border: 1px solid #537CBE; }

<div style="border:3px solid #537CBE">Div</div>

This div border color is #537CBE.


Opacity

.myOpacity80 { color: #537CBE; opacity: 0.8; }

<p style="color:#537CBE;opacity:0.8;">80%</p>

Text with #537CBE 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 #537CBE;}

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

This text has shadow with #537CBE color.

.textShadow {text-shadow: 3px 3px 1px #537CBE, 3px 3px 1px red;}

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

This text has shadow with #537CBE primary color and red secondary color.


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

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

This text has shadow with #537CBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537CBE on black background.


Color preview on white background

This text has color #537CBE on white background.



Black color preview on #537CBE background

This text has black color on #537CBE background.


White color preview on #537CBE background

This text has white color on #537CBE background.