COLOR #055987

HEX: #055987
RGB: (5,89,135)

Renk bilgisi

#055987 contains mainly green and blue colors. #055987 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#055987 color RGB value is (5,89,135).

  • kırmız ton 5;
  • yeşil ton 89;
  • mavi ton 135.
RGB:
(5,89,135)
(2%,35%,53%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 89 of 255 = 35%
B 135 of 255 = 53%

5
89
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 89 + 135 = 229 (100%)
R 5 of 229 ~ 2.18%
G 89 of 229 ~ 38.86%
B 135 of 229 ~ 58.95%

%38.86
%58.95

CMYK RENK MODELİ

#055987 rengi CMYK tonu (96,34,0,47).

  • camgöbeği tonu 96.30%
  • eflatun tonu 34.07%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(96,34,0,47)
C96M34Y0K47 
(96%,34%,0%,47%)
(0.96/0.34/0.00/0.47)	

CMYK yüzdeleri

%96.3
%34.07
%0
%47.06

Codes

Color #055987 in popluar color models

055987
RGB589135
HSL201°92.86%27.45%
HSB/HSV201°96.30%52.94%
CMYK96.30%34.07%0.00%
47.06%

Color #055987 in popluar number systems.

HEX055987
Decimal589135
Binary101101100110000111
Octal5131207

Shades and tints

Shades of #055987

#055987
(5,89,135)
#05517B
(5,81,123)
#05496F
(5,73,111)
#054163
(5,65,99)
#053957
(5,57,87)
#05314B
(5,49,75)
#05293F
(5,41,63)
#052133
(5,33,51)
#051927
(5,25,39)
#05111B
(5,17,27)
#05090F
(5,9,15)
#000000
(0,0,0)

Tints of #055987

#055987
(5,89,135)
#1B6891
(27,104,145)
#31779B
(49,119,155)
#4786A5
(71,134,165)
#5D95AF
(93,149,175)
#73A4B9
(115,164,185)
#89B3C3
(137,179,195)
#9FC2CD
(159,194,205)
#B5D1D7
(181,209,215)
#CBE0E1
(203,224,225)
#E1EFEB
(225,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055987 color. Also use rgb(5,89,135) instead hex code.

Text Font Color

.myTextColor { color: #055987; }

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

This text font color is #055987.


Background Color

.myBgColor { background-color: #055987; }

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

This div background color is #055987.


Border color

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

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

This div border color is #055987.


Opacity

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

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

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

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

This text has shadow with #055987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055987 on black background.


Color preview on white background

This text has color #055987 on white background.



Black color preview on #055987 background

This text has black color on #055987 background.


White color preview on #055987 background

This text has white color on #055987 background.