COLOR #5D63AE

HEX: #5D63AE
RGB: (93,99,174)

Renk bilgisi

#5D63AE contains mainly blue color. #5D63AE ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#5D63AE color RGB value is (93,99,174).

  • kırmız ton 93;
  • yeşil ton 99;
  • mavi ton 174.
RGB:
(93,99,174)
(36%,39%,68%)

RGB bağlantıları ve doygunluk

R 93 of 255 = 36%
G 99 of 255 = 39%
B 174 of 255 = 68%

93
99
174

R + G + B ~ 48%. #5D63AE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
93 + 99 + 174 = 366 (100%)
R 93 of 366 ~ 25.41%
G 99 of 366 ~ 27.05%
B 174 of 366 ~ 47.54%

%25.41
%27.05
%47.54

CMYK RENK MODELİ

#5D63AE rengi CMYK tonu (47,43,0,32).

  • camgöbeği tonu 46.55%
  • eflatun tonu 43.10%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(47,43,0,32)
C47M43Y0K32 
(47%,43%,0%,32%)
(0.47/0.43/0.00/0.32)	

CMYK yüzdeleri

%46.55
%43.1
%0
%31.76

Codes

Color #5D63AE in popluar color models

5D63AE
RGB9399174
HSL236°33.33%52.35%
HSB/HSV236°46.55%68.24%
CMYK46.55%43.10%0.00%
31.76%

Color #5D63AE in popluar number systems.

HEX5D63AE
Decimal9399174
Binary1011101110001110101110
Octal135143256

Shades and tints

Shades of #5D63AE

#5D63AE
(93,99,174)
#555A9F
(85,90,159)
#4D5190
(77,81,144)
#454881
(69,72,129)
#3D3F72
(61,63,114)
#353663
(53,54,99)
#2D2D54
(45,45,84)
#252445
(37,36,69)
#1D1B36
(29,27,54)
#151227
(21,18,39)
#0D0918
(13,9,24)
#000000
(0,0,0)

Tints of #5D63AE

#5D63AE
(93,99,174)
#6B71B5
(107,113,181)
#797FBC
(121,127,188)
#878DC3
(135,141,195)
#959BCA
(149,155,202)
#A3A9D1
(163,169,209)
#B1B7D8
(177,183,216)
#BFC5DF
(191,197,223)
#CDD3E6
(205,211,230)
#DBE1ED
(219,225,237)
#E9EFF4
(233,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D63AE color. Also use rgb(93,99,174) instead hex code.

Text Font Color

.myTextColor { color: #5D63AE; }

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

This text font color is #5D63AE.


Background Color

.myBgColor { background-color: #5D63AE; }

<div style="background-color:#5D63AE">Inner text</div>

This div background color is #5D63AE.


Border color

.myBorderColor { border: 1px solid #5D63AE; }

<div style="border:3px solid #5D63AE">Div</div>

This div border color is #5D63AE.


Opacity

.myOpacity80 { color: #5D63AE; opacity: 0.8; }

<p style="color:#5D63AE;opacity:0.8;">80%</p>

Text with #5D63AE 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 #5D63AE;}

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

This text has shadow with #5D63AE color.

.textShadow {text-shadow: 3px 3px 1px #5D63AE, 3px 3px 1px red;}

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

This text has shadow with #5D63AE primary color and red secondary color.


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

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

This text has shadow with #5D63AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D63AE on black background.


Color preview on white background

This text has color #5D63AE on white background.



Black color preview on #5D63AE background

This text has black color on #5D63AE background.


White color preview on #5D63AE background

This text has white color on #5D63AE background.