COLOR #588285

HEX: #588285
RGB: (88,130,133)

Renk bilgisi

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

RGB renk modeli

#588285 color RGB value is (88,130,133).

  • kırmız ton 88;
  • yeşil ton 130;
  • mavi ton 133.
RGB:
(88,130,133)
(35%,51%,52%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 130 of 255 = 51%
B 133 of 255 = 52%

88
130
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 130 + 133 = 351 (100%)
R 88 of 351 ~ 25.07%
G 130 of 351 ~ 37.04%
B 133 of 351 ~ 37.89%

%25.07
%37.04
%37.89

CMYK RENK MODELİ

#588285 rengi CMYK tonu (34,2,0,48).

  • camgöbeği tonu 33.83%
  • eflatun tonu 2.26%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(34,2,0,48)
C34M2Y0K48 
(34%,2%,0%,48%)
(0.34/0.02/0.00/0.48)	

CMYK yüzdeleri

%33.83
%2.26
%0
%47.84

Codes

Color #588285 in popluar color models

588285
RGB88130133
HSL184°20.36%43.33%
HSB/HSV184°33.83%52.16%
CMYK33.83%2.26%0.00%
47.84%

Color #588285 in popluar number systems.

HEX588285
Decimal88130133
Binary10110001000001010000101
Octal130202205

Shades and tints

Shades of #588285

#588285
(88,130,133)
#507779
(80,119,121)
#486C6D
(72,108,109)
#406161
(64,97,97)
#385655
(56,86,85)
#304B49
(48,75,73)
#28403D
(40,64,61)
#203531
(32,53,49)
#182A25
(24,42,37)
#101F19
(16,31,25)
#08140D
(8,20,13)
#000000
(0,0,0)

Tints of #588285

#588285
(88,130,133)
#678D90
(103,141,144)
#76989B
(118,152,155)
#85A3A6
(133,163,166)
#94AEB1
(148,174,177)
#A3B9BC
(163,185,188)
#B2C4C7
(178,196,199)
#C1CFD2
(193,207,210)
#D0DADD
(208,218,221)
#DFE5E8
(223,229,232)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588285 color. Also use rgb(88,130,133) instead hex code.

Text Font Color

.myTextColor { color: #588285; }

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

This text font color is #588285.


Background Color

.myBgColor { background-color: #588285; }

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

This div background color is #588285.


Border color

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

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

This div border color is #588285.


Opacity

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

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

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

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

This text has shadow with #588285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588285 on black background.


Color preview on white background

This text has color #588285 on white background.



Black color preview on #588285 background

This text has black color on #588285 background.


White color preview on #588285 background

This text has white color on #588285 background.