COLOR #551F71

HEX: #551F71
RGB: (85,31,113)

Renk bilgisi

#551F71 contains mainly red and blue colors. #551F71 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#551F71 color RGB value is (85,31,113).

  • kırmız ton 85;
  • yeşil ton 31;
  • mavi ton 113.
RGB:
(85,31,113)
(33%,12%,44%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 31 of 255 = 12%
B 113 of 255 = 44%

85
31
113

R + G + B ~ 30%. #551F71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 31 + 113 = 229 (100%)
R 85 of 229 ~ 37.12%
G 31 of 229 ~ 13.54%
B 113 of 229 ~ 49.34%

%37.12
%13.54
%49.34

CMYK RENK MODELİ

#551F71 rengi CMYK tonu (25,73,0,56).

  • camgöbeği tonu 24.78%
  • eflatun tonu 72.57%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(25,73,0,56)
C25M73Y0K56 
(25%,73%,0%,56%)
(0.25/0.73/0.00/0.56)	

CMYK yüzdeleri

%24.78
%72.57
%0
%55.69

Codes

Color #551F71 in popluar color models

551F71
RGB8531113
HSL280°56.94%28.24%
HSB/HSV280°72.57%44.31%
CMYK24.78%72.57%0.00%
55.69%

Color #551F71 in popluar number systems.

HEX551F71
Decimal8531113
Binary1010101111111110001
Octal12537161

Shades and tints

Shades of #551F71

#551F71
(85,31,113)
#4E1D67
(78,29,103)
#471B5D
(71,27,93)
#401953
(64,25,83)
#391749
(57,23,73)
#32153F
(50,21,63)
#2B1335
(43,19,53)
#24112B
(36,17,43)
#1D0F21
(29,15,33)
#160D17
(22,13,23)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #551F71

#551F71
(85,31,113)
#64337D
(100,51,125)
#734789
(115,71,137)
#825B95
(130,91,149)
#916FA1
(145,111,161)
#A083AD
(160,131,173)
#AF97B9
(175,151,185)
#BEABC5
(190,171,197)
#CDBFD1
(205,191,209)
#DCD3DD
(220,211,221)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551F71 color. Also use rgb(85,31,113) instead hex code.

Text Font Color

.myTextColor { color: #551F71; }

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

This text font color is #551F71.


Background Color

.myBgColor { background-color: #551F71; }

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

This div background color is #551F71.


Border color

.myBorderColor { border: 1px solid #551F71; }

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

This div border color is #551F71.


Opacity

.myOpacity80 { color: #551F71; opacity: 0.8; }

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

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

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

This text has shadow with #551F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551F71 on black background.


Color preview on white background

This text has color #551F71 on white background.



Black color preview on #551F71 background

This text has black color on #551F71 background.


White color preview on #551F71 background

This text has white color on #551F71 background.