COLOR #587B8C

HEX: #587B8C
RGB: (88,123,140)

Renk bilgisi

#587B8C contains red, green and blue colors in about the same proportion. #587B8C ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#587B8C color RGB value is (88,123,140).

  • kırmız ton 88;
  • yeşil ton 123;
  • mavi ton 140.
RGB:
(88,123,140)
(35%,48%,55%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 123 of 255 = 48%
B 140 of 255 = 55%

88
123
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 123 + 140 = 351 (100%)
R 88 of 351 ~ 25.07%
G 123 of 351 ~ 35.04%
B 140 of 351 ~ 39.89%

%25.07
%35.04
%39.89

CMYK RENK MODELİ

#587B8C rengi CMYK tonu (37,12,0,45).

  • camgöbeği tonu 37.14%
  • eflatun tonu 12.14%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(37,12,0,45)
C37M12Y0K45 
(37%,12%,0%,45%)
(0.37/0.12/0.00/0.45)	

CMYK yüzdeleri

%37.14
%12.14
%0
%45.1

Codes

Color #587B8C in popluar color models

587B8C
RGB88123140
HSL200°22.81%44.71%
HSB/HSV200°37.14%54.90%
CMYK37.14%12.14%0.00%
45.10%

Color #587B8C in popluar number systems.

HEX587B8C
Decimal88123140
Binary1011000111101110001100
Octal130173214

Shades and tints

Shades of #587B8C

#587B8C
(88,123,140)
#507080
(80,112,128)
#486574
(72,101,116)
#405A68
(64,90,104)
#384F5C
(56,79,92)
#304450
(48,68,80)
#283944
(40,57,68)
#202E38
(32,46,56)
#18232C
(24,35,44)
#101820
(16,24,32)
#080D14
(8,13,20)
#000000
(0,0,0)

Tints of #587B8C

#587B8C
(88,123,140)
#678796
(103,135,150)
#7693A0
(118,147,160)
#859FAA
(133,159,170)
#94ABB4
(148,171,180)
#A3B7BE
(163,183,190)
#B2C3C8
(178,195,200)
#C1CFD2
(193,207,210)
#D0DBDC
(208,219,220)
#DFE7E6
(223,231,230)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587B8C color. Also use rgb(88,123,140) instead hex code.

Text Font Color

.myTextColor { color: #587B8C; }

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

This text font color is #587B8C.


Background Color

.myBgColor { background-color: #587B8C; }

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

This div background color is #587B8C.


Border color

.myBorderColor { border: 1px solid #587B8C; }

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

This div border color is #587B8C.


Opacity

.myOpacity80 { color: #587B8C; opacity: 0.8; }

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

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

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

This text has shadow with #587B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587B8C on black background.


Color preview on white background

This text has color #587B8C on white background.



Black color preview on #587B8C background

This text has black color on #587B8C background.


White color preview on #587B8C background

This text has white color on #587B8C background.