COLOR #555887

HEX: #555887
RGB: (85,88,135)

Renk bilgisi

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

RGB renk modeli

#555887 color RGB value is (85,88,135).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 88 of 255 = 35%
B 135 of 255 = 53%

85
88
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 88 + 135 = 308 (100%)
R 85 of 308 ~ 27.6%
G 88 of 308 ~ 28.57%
B 135 of 308 ~ 43.83%

%27.6
%28.57
%43.83

CMYK RENK MODELİ

#555887 rengi CMYK tonu (37,35,0,47).

  • camgöbeği tonu 37.04%
  • eflatun tonu 34.81%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(37,35,0,47)
C37M35Y0K47 
(37%,35%,0%,47%)
(0.37/0.35/0.00/0.47)	

CMYK yüzdeleri

%37.04
%34.81
%0
%47.06

Codes

Color #555887 in popluar color models

555887
RGB8588135
HSL236°22.73%43.14%
HSB/HSV236°37.04%52.94%
CMYK37.04%34.81%0.00%
47.06%

Color #555887 in popluar number systems.

HEX555887
Decimal8588135
Binary1010101101100010000111
Octal125130207

Shades and tints

Shades of #555887

#555887
(85,88,135)
#4E507B
(78,80,123)
#47486F
(71,72,111)
#404063
(64,64,99)
#393857
(57,56,87)
#32304B
(50,48,75)
#2B283F
(43,40,63)
#242033
(36,32,51)
#1D1827
(29,24,39)
#16101B
(22,16,27)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #555887

#555887
(85,88,135)
#646791
(100,103,145)
#73769B
(115,118,155)
#8285A5
(130,133,165)
#9194AF
(145,148,175)
#A0A3B9
(160,163,185)
#AFB2C3
(175,178,195)
#BEC1CD
(190,193,205)
#CDD0D7
(205,208,215)
#DCDFE1
(220,223,225)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555887 color. Also use rgb(85,88,135) instead hex code.

Text Font Color

.myTextColor { color: #555887; }

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

This text font color is #555887.


Background Color

.myBgColor { background-color: #555887; }

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

This div background color is #555887.


Border color

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

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

This div border color is #555887.


Opacity

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

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

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

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

This text has shadow with #555887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555887 on black background.


Color preview on white background

This text has color #555887 on white background.



Black color preview on #555887 background

This text has black color on #555887 background.


White color preview on #555887 background

This text has white color on #555887 background.