COLOR #555AD0

HEX: #555AD0
RGB: (85,90,208)

Renk bilgisi

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

RGB renk modeli

#555AD0 color RGB value is (85,90,208).

  • kırmız ton 85;
  • yeşil ton 90;
  • mavi ton 208.
RGB:
(85,90,208)
(33%,35%,82%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 90 of 255 = 35%
B 208 of 255 = 82%

85
90
208

R + G + B ~ 50%. #555AD0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 90 + 208 = 383 (100%)
R 85 of 383 ~ 22.19%
G 90 of 383 ~ 23.5%
B 208 of 383 ~ 54.31%

%22.19
%23.5
%54.31

CMYK RENK MODELİ

#555AD0 rengi CMYK tonu (59,57,0,18).

  • camgöbeği tonu 59.13%
  • eflatun tonu 56.73%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(59,57,0,18)
C59M57Y0K18 
(59%,57%,0%,18%)
(0.59/0.57/0.00/0.18)	

CMYK yüzdeleri

%59.13
%56.73
%0
%18.43

Codes

Color #555AD0 in popluar color models

555AD0
RGB8590208
HSL238°56.68%57.45%
HSB/HSV238°59.13%81.57%
CMYK59.13%56.73%0.00%
18.43%

Color #555AD0 in popluar number systems.

HEX555AD0
Decimal8590208
Binary1010101101101011010000
Octal125132320

Shades and tints

Shades of #555AD0

#555AD0
(85,90,208)
#4E52BE
(78,82,190)
#474AAC
(71,74,172)
#40429A
(64,66,154)
#393A88
(57,58,136)
#323276
(50,50,118)
#2B2A64
(43,42,100)
#242252
(36,34,82)
#1D1A40
(29,26,64)
#16122E
(22,18,46)
#0F0A1C
(15,10,28)
#000000
(0,0,0)

Tints of #555AD0

#555AD0
(85,90,208)
#6469D4
(100,105,212)
#7378D8
(115,120,216)
#8287DC
(130,135,220)
#9196E0
(145,150,224)
#A0A5E4
(160,165,228)
#AFB4E8
(175,180,232)
#BEC3EC
(190,195,236)
#CDD2F0
(205,210,240)
#DCE1F4
(220,225,244)
#EBF0F8
(235,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555AD0 color. Also use rgb(85,90,208) instead hex code.

Text Font Color

.myTextColor { color: #555AD0; }

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

This text font color is #555AD0.


Background Color

.myBgColor { background-color: #555AD0; }

<div style="background-color:#555AD0">Inner text</div>

This div background color is #555AD0.


Border color

.myBorderColor { border: 1px solid #555AD0; }

<div style="border:3px solid #555AD0">Div</div>

This div border color is #555AD0.


Opacity

.myOpacity80 { color: #555AD0; opacity: 0.8; }

<p style="color:#555AD0;opacity:0.8;">80%</p>

Text with #555AD0 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 #555AD0;}

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

This text has shadow with #555AD0 color.

.textShadow {text-shadow: 3px 3px 1px #555AD0, 3px 3px 1px red;}

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

This text has shadow with #555AD0 primary color and red secondary color.


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

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

This text has shadow with #555AD0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555AD0 on black background.


Color preview on white background

This text has color #555AD0 on white background.



Black color preview on #555AD0 background

This text has black color on #555AD0 background.


White color preview on #555AD0 background

This text has white color on #555AD0 background.