COLOR #555A88

HEX: #555A88
RGB: (85,90,136)

Renk bilgisi

#555A88 contains red, green and blue colors in about the same proportion. #555A88 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#555A88 color RGB value is (85,90,136).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 90 of 255 = 35%
B 136 of 255 = 53%

85
90
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 90 + 136 = 311 (100%)
R 85 of 311 ~ 27.33%
G 90 of 311 ~ 28.94%
B 136 of 311 ~ 43.73%

%27.33
%28.94
%43.73

CMYK RENK MODELİ

#555A88 rengi CMYK tonu (38,34,0,47).

  • camgöbeği tonu 37.50%
  • eflatun tonu 33.82%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(38,34,0,47)
C38M34Y0K47 
(38%,34%,0%,47%)
(0.38/0.34/0.00/0.47)	

CMYK yüzdeleri

%37.5
%33.82
%0
%46.67

Codes

Color #555A88 in popluar color models

555A88
RGB8590136
HSL234°23.08%43.33%
HSB/HSV234°37.50%53.33%
CMYK37.50%33.82%0.00%
46.67%

Color #555A88 in popluar number systems.

HEX555A88
Decimal8590136
Binary1010101101101010001000
Octal125132210

Shades and tints

Shades of #555A88

#555A88
(85,90,136)
#4E527C
(78,82,124)
#474A70
(71,74,112)
#404264
(64,66,100)
#393A58
(57,58,88)
#32324C
(50,50,76)
#2B2A40
(43,42,64)
#242234
(36,34,52)
#1D1A28
(29,26,40)
#16121C
(22,18,28)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #555A88

#555A88
(85,90,136)
#646992
(100,105,146)
#73789C
(115,120,156)
#8287A6
(130,135,166)
#9196B0
(145,150,176)
#A0A5BA
(160,165,186)
#AFB4C4
(175,180,196)
#BEC3CE
(190,195,206)
#CDD2D8
(205,210,216)
#DCE1E2
(220,225,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555A88; }

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

This text font color is #555A88.


Background Color

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

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

This div background color is #555A88.


Border color

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

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

This div border color is #555A88.


Opacity

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

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

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

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

This text has shadow with #555A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A88 on black background.


Color preview on white background

This text has color #555A88 on white background.



Black color preview on #555A88 background

This text has black color on #555A88 background.


White color preview on #555A88 background

This text has white color on #555A88 background.