COLOR #005887

HEX: #005887
RGB: (0,88,135)

Renk bilgisi

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

RGB renk modeli

#005887 color RGB value is (0,88,135).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 88 of 255 = 35%
B 135 of 255 = 53%

0
88
135

R + G + B ~ 29%. #005887 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 88 + 135 = 223 (100%)
R 0 of 223 ~ 0%
G 88 of 223 ~ 39.46%
B 135 of 223 ~ 60.54%

%39.46
%60.54

CMYK RENK MODELİ

#005887 rengi CMYK tonu (100,35,0,47).

  • camgöbeği tonu 100.00%
  • eflatun tonu 34.81%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(100,35,0,47)
C100M35Y0K47 
(100%,35%,0%,47%)
(1.00/0.35/0.00/0.47)	

CMYK yüzdeleri

%100
%34.81
%0
%47.06

Codes

Color #005887 in popluar color models

005887
RGB088135
HSL201°100.00%26.47%
HSB/HSV201°100.00%52.94%
CMYK100.00%34.81%0.00%
47.06%

Color #005887 in popluar number systems.

HEX005887
Decimal088135
Binary0101100010000111
Octal0130207

Shades and tints

Shades of #005887

#005887
(0,88,135)
#00507B
(0,80,123)
#00486F
(0,72,111)
#004063
(0,64,99)
#003857
(0,56,87)
#00304B
(0,48,75)
#00283F
(0,40,63)
#002033
(0,32,51)
#001827
(0,24,39)
#00101B
(0,16,27)
#00080F
(0,8,15)
#000000
(0,0,0)

Tints of #005887

#005887
(0,88,135)
#176791
(23,103,145)
#2E769B
(46,118,155)
#4585A5
(69,133,165)
#5C94AF
(92,148,175)
#73A3B9
(115,163,185)
#8AB2C3
(138,178,195)
#A1C1CD
(161,193,205)
#B8D0D7
(184,208,215)
#CFDFE1
(207,223,225)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005887; }

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

This text font color is #005887.


Background Color

.myBgColor { background-color: #005887; }

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

This div background color is #005887.


Border color

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

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

This div border color is #005887.


Opacity

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

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

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

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

This text has shadow with #005887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005887 on black background.


Color preview on white background

This text has color #005887 on white background.



Black color preview on #005887 background

This text has black color on #005887 background.


White color preview on #005887 background

This text has white color on #005887 background.