COLOR #587495

HEX: #587495
RGB: (88,116,149)

Renk bilgisi

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

RGB renk modeli

#587495 color RGB value is (88,116,149).

  • kırmız ton 88;
  • yeşil ton 116;
  • mavi ton 149.
RGB:
(88,116,149)
(35%,45%,58%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 116 of 255 = 45%
B 149 of 255 = 58%

88
116
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 116 + 149 = 353 (100%)
R 88 of 353 ~ 24.93%
G 116 of 353 ~ 32.86%
B 149 of 353 ~ 42.21%

%24.93
%32.86
%42.21

CMYK RENK MODELİ

#587495 rengi CMYK tonu (41,22,0,42).

  • camgöbeği tonu 40.94%
  • eflatun tonu 22.15%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(41,22,0,42)
C41M22Y0K42 
(41%,22%,0%,42%)
(0.41/0.22/0.00/0.42)	

CMYK yüzdeleri

%40.94
%22.15
%0
%41.57

Codes

Color #587495 in popluar color models

587495
RGB88116149
HSL212°25.74%46.47%
HSB/HSV212°40.94%58.43%
CMYK40.94%22.15%0.00%
41.57%

Color #587495 in popluar number systems.

HEX587495
Decimal88116149
Binary1011000111010010010101
Octal130164225

Shades and tints

Shades of #587495

#587495
(88,116,149)
#506A88
(80,106,136)
#48607B
(72,96,123)
#40566E
(64,86,110)
#384C61
(56,76,97)
#304254
(48,66,84)
#283847
(40,56,71)
#202E3A
(32,46,58)
#18242D
(24,36,45)
#101A20
(16,26,32)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #587495

#587495
(88,116,149)
#67809E
(103,128,158)
#768CA7
(118,140,167)
#8598B0
(133,152,176)
#94A4B9
(148,164,185)
#A3B0C2
(163,176,194)
#B2BCCB
(178,188,203)
#C1C8D4
(193,200,212)
#D0D4DD
(208,212,221)
#DFE0E6
(223,224,230)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587495 color. Also use rgb(88,116,149) instead hex code.

Text Font Color

.myTextColor { color: #587495; }

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

This text font color is #587495.


Background Color

.myBgColor { background-color: #587495; }

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

This div background color is #587495.


Border color

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

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

This div border color is #587495.


Opacity

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

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

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

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

This text has shadow with #587495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587495 on black background.


Color preview on white background

This text has color #587495 on white background.



Black color preview on #587495 background

This text has black color on #587495 background.


White color preview on #587495 background

This text has white color on #587495 background.