COLOR #587380

HEX: #587380
RGB: (88,115,128)

Renk bilgisi

#587380 contains red, green and blue colors in about the same proportion. #587380 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#587380 color RGB value is (88,115,128).

  • kırmız ton 88;
  • yeşil ton 115;
  • mavi ton 128.
RGB:
(88,115,128)
(35%,45%,50%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 115 of 255 = 45%
B 128 of 255 = 50%

88
115
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 115 + 128 = 331 (100%)
R 88 of 331 ~ 26.59%
G 115 of 331 ~ 34.74%
B 128 of 331 ~ 38.67%

%26.59
%34.74
%38.67

CMYK RENK MODELİ

#587380 rengi CMYK tonu (31,10,0,50).

  • camgöbeği tonu 31.25%
  • eflatun tonu 10.16%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(31,10,0,50)
C31M10Y0K50 
(31%,10%,0%,50%)
(0.31/0.10/0.00/0.50)	

CMYK yüzdeleri

%31.25
%10.16
%0
%49.8

Codes

Color #587380 in popluar color models

587380
RGB88115128
HSL200°18.52%42.35%
HSB/HSV200°31.25%50.20%
CMYK31.25%10.16%0.00%
49.80%

Color #587380 in popluar number systems.

HEX587380
Decimal88115128
Binary1011000111001110000000
Octal130163200

Shades and tints

Shades of #587380

#587380
(88,115,128)
#506975
(80,105,117)
#485F6A
(72,95,106)
#40555F
(64,85,95)
#384B54
(56,75,84)
#304149
(48,65,73)
#28373E
(40,55,62)
#202D33
(32,45,51)
#182328
(24,35,40)
#10191D
(16,25,29)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #587380

#587380
(88,115,128)
#677F8B
(103,127,139)
#768B96
(118,139,150)
#8597A1
(133,151,161)
#94A3AC
(148,163,172)
#A3AFB7
(163,175,183)
#B2BBC2
(178,187,194)
#C1C7CD
(193,199,205)
#D0D3D8
(208,211,216)
#DFDFE3
(223,223,227)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587380 color. Also use rgb(88,115,128) instead hex code.

Text Font Color

.myTextColor { color: #587380; }

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

This text font color is #587380.


Background Color

.myBgColor { background-color: #587380; }

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

This div background color is #587380.


Border color

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

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

This div border color is #587380.


Opacity

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

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

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

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

This text has shadow with #587380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587380 on black background.


Color preview on white background

This text has color #587380 on white background.



Black color preview on #587380 background

This text has black color on #587380 background.


White color preview on #587380 background

This text has white color on #587380 background.