COLOR #587888

HEX: #587888
RGB: (88,120,136)

Renk bilgisi

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

RGB renk modeli

#587888 color RGB value is (88,120,136).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 120 of 255 = 47%
B 136 of 255 = 53%

88
120
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 120 + 136 = 344 (100%)
R 88 of 344 ~ 25.58%
G 120 of 344 ~ 34.88%
B 136 of 344 ~ 39.53%

%25.58
%34.88
%39.53

CMYK RENK MODELİ

#587888 rengi CMYK tonu (35,12,0,47).

  • camgöbeği tonu 35.29%
  • eflatun tonu 11.76%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(35,12,0,47)
C35M12Y0K47 
(35%,12%,0%,47%)
(0.35/0.12/0.00/0.47)	

CMYK yüzdeleri

%35.29
%11.76
%0
%46.67

Codes

Color #587888 in popluar color models

587888
RGB88120136
HSL200°21.43%43.92%
HSB/HSV200°35.29%53.33%
CMYK35.29%11.76%0.00%
46.67%

Color #587888 in popluar number systems.

HEX587888
Decimal88120136
Binary1011000111100010001000
Octal130170210

Shades and tints

Shades of #587888

#587888
(88,120,136)
#506E7C
(80,110,124)
#486470
(72,100,112)
#405A64
(64,90,100)
#385058
(56,80,88)
#30464C
(48,70,76)
#283C40
(40,60,64)
#203234
(32,50,52)
#182828
(24,40,40)
#101E1C
(16,30,28)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #587888

#587888
(88,120,136)
#678492
(103,132,146)
#76909C
(118,144,156)
#859CA6
(133,156,166)
#94A8B0
(148,168,176)
#A3B4BA
(163,180,186)
#B2C0C4
(178,192,196)
#C1CCCE
(193,204,206)
#D0D8D8
(208,216,216)
#DFE4E2
(223,228,226)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587888 color. Also use rgb(88,120,136) instead hex code.

Text Font Color

.myTextColor { color: #587888; }

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

This text font color is #587888.


Background Color

.myBgColor { background-color: #587888; }

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

This div background color is #587888.


Border color

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

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

This div border color is #587888.


Opacity

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

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

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

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

This text has shadow with #587888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587888 on black background.


Color preview on white background

This text has color #587888 on white background.



Black color preview on #587888 background

This text has black color on #587888 background.


White color preview on #587888 background

This text has white color on #587888 background.