COLOR #587999

HEX: #587999
RGB: (88,121,153)

Renk bilgisi

#587999 contains mainly green and blue colors. #587999 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#587999 color RGB value is (88,121,153).

  • kırmız ton 88;
  • yeşil ton 121;
  • mavi ton 153.
RGB:
(88,121,153)
(35%,47%,60%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 121 of 255 = 47%
B 153 of 255 = 60%

88
121
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 121 + 153 = 362 (100%)
R 88 of 362 ~ 24.31%
G 121 of 362 ~ 33.43%
B 153 of 362 ~ 42.27%

%24.31
%33.43
%42.27

CMYK RENK MODELİ

#587999 rengi CMYK tonu (42,21,0,40).

  • camgöbeği tonu 42.48%
  • eflatun tonu 20.92%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(42,21,0,40)
C42M21Y0K40 
(42%,21%,0%,40%)
(0.42/0.21/0.00/0.40)	

CMYK yüzdeleri

%42.48
%20.92
%0
%40

Codes

Color #587999 in popluar color models

587999
RGB88121153
HSL210°26.97%47.25%
HSB/HSV210°42.48%60.00%
CMYK42.48%20.92%0.00%
40.00%

Color #587999 in popluar number systems.

HEX587999
Decimal88121153
Binary1011000111100110011001
Octal130171231

Shades and tints

Shades of #587999

#587999
(88,121,153)
#506E8C
(80,110,140)
#48637F
(72,99,127)
#405872
(64,88,114)
#384D65
(56,77,101)
#304258
(48,66,88)
#28374B
(40,55,75)
#202C3E
(32,44,62)
#182131
(24,33,49)
#101624
(16,22,36)
#080B17
(8,11,23)
#000000
(0,0,0)

Tints of #587999

#587999
(88,121,153)
#6785A2
(103,133,162)
#7691AB
(118,145,171)
#859DB4
(133,157,180)
#94A9BD
(148,169,189)
#A3B5C6
(163,181,198)
#B2C1CF
(178,193,207)
#C1CDD8
(193,205,216)
#D0D9E1
(208,217,225)
#DFE5EA
(223,229,234)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587999 color. Also use rgb(88,121,153) instead hex code.

Text Font Color

.myTextColor { color: #587999; }

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

This text font color is #587999.


Background Color

.myBgColor { background-color: #587999; }

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

This div background color is #587999.


Border color

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

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

This div border color is #587999.


Opacity

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

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

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

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

This text has shadow with #587999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587999 on black background.


Color preview on white background

This text has color #587999 on white background.



Black color preview on #587999 background

This text has black color on #587999 background.


White color preview on #587999 background

This text has white color on #587999 background.