COLOR #585099

HEX: #585099
RGB: (88,80,153)

Color info

#585099 contains mainly blue color. Web safe color of #585099 is #666699 (or #669).

RGB color model

#585099 color RGB value is (88,80,153).

  • red value is 88;
  • green value is 80;
  • blue value is 153.
RGB:
(88,80,153)
(35%,31%,60%)

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 153 of 255 = 60%

88
80
153

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

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 153 = 321 (100%)
R 88 of 321 ~ 27.41%
G 80 of 321 ~ 24.92%
B 153 of 321 ~ 47.66%

%27.41
%24.92
%47.66

CMYK color model

#585099 color CMYK value is (42,48,0,40).

  • cyan value is 42.48%
  • magenta value is 47.71%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(42,48,0,40)
C42M48Y0K40 
(42%,48%,0%,40%)
(0.42/0.48/0.00/0.40)	

CMYK percentages

%42.48
%47.71
%0
%40

Codes

Color #585099 in popluar color models

585099
RGB8880153
HSL247°31.33%45.69%
HSB/HSV247°47.71%60.00%
CMYK42.48%47.71%0.00%
40.00%

Color #585099 in popluar number systems.

HEX585099
Decimal8880153
Binary1011000101000010011001
Octal130120231

Shades and tints

Shades of #585099

#585099
(88,80,153)
#50498C
(80,73,140)
#48427F
(72,66,127)
#403B72
(64,59,114)
#383465
(56,52,101)
#302D58
(48,45,88)
#28264B
(40,38,75)
#201F3E
(32,31,62)
#181831
(24,24,49)
#101124
(16,17,36)
#080A17
(8,10,23)
#000000
(0,0,0)

Tints of #585099

#585099
(88,80,153)
#675FA2
(103,95,162)
#766EAB
(118,110,171)
#857DB4
(133,125,180)
#948CBD
(148,140,189)
#A39BC6
(163,155,198)
#B2AACF
(178,170,207)
#C1B9D8
(193,185,216)
#D0C8E1
(208,200,225)
#DFD7EA
(223,215,234)
#EEE6F3
(238,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585099 color. Also use rgb(88,80,153) instead hex code.

Text Font Color

.myTextColor { color: #585099; }

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

This text font color is #585099.


Background Color

.myBgColor { background-color: #585099; }

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

This div background color is #585099.


Border color

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

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

This div border color is #585099.


Opacity

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

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

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

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

This text has shadow with #585099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585099 on black background.


Color preview on white background

This text has color #585099 on white background.



Black color preview on #585099 background

This text has black color on #585099 background.


White color preview on #585099 background

This text has white color on #585099 background.