COLOR #555088

HEX: #555088
RGB: (85,80,136)

Renk bilgisi

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

RGB renk modeli

#555088 color RGB value is (85,80,136).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 80 of 255 = 31%
B 136 of 255 = 53%

85
80
136

R + G + B ~ 39%. #555088 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 80 + 136 = 301 (100%)
R 85 of 301 ~ 28.24%
G 80 of 301 ~ 26.58%
B 136 of 301 ~ 45.18%

%28.24
%26.58
%45.18

CMYK RENK MODELİ

#555088 rengi CMYK tonu (38,41,0,47).

  • camgöbeği tonu 37.50%
  • eflatun tonu 41.18%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(38,41,0,47)
C38M41Y0K47 
(38%,41%,0%,47%)
(0.38/0.41/0.00/0.47)	

CMYK yüzdeleri

%37.5
%41.18
%0
%46.67

Codes

Color #555088 in popluar color models

555088
RGB8580136
HSL245°25.93%42.35%
HSB/HSV245°41.18%53.33%
CMYK37.50%41.18%0.00%
46.67%

Color #555088 in popluar number systems.

HEX555088
Decimal8580136
Binary1010101101000010001000
Octal125120210

Shades and tints

Shades of #555088

#555088
(85,80,136)
#4E497C
(78,73,124)
#474270
(71,66,112)
#403B64
(64,59,100)
#393458
(57,52,88)
#322D4C
(50,45,76)
#2B2640
(43,38,64)
#241F34
(36,31,52)
#1D1828
(29,24,40)
#16111C
(22,17,28)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #555088

#555088
(85,80,136)
#645F92
(100,95,146)
#736E9C
(115,110,156)
#827DA6
(130,125,166)
#918CB0
(145,140,176)
#A09BBA
(160,155,186)
#AFAAC4
(175,170,196)
#BEB9CE
(190,185,206)
#CDC8D8
(205,200,216)
#DCD7E2
(220,215,226)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555088; }

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

This text font color is #555088.


Background Color

.myBgColor { background-color: #555088; }

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

This div background color is #555088.


Border color

.myBorderColor { border: 1px solid #555088; }

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

This div border color is #555088.


Opacity

.myOpacity80 { color: #555088; opacity: 0.8; }

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

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

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

This text has shadow with #555088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555088 on black background.


Color preview on white background

This text has color #555088 on white background.



Black color preview on #555088 background

This text has black color on #555088 background.


White color preview on #555088 background

This text has white color on #555088 background.