COLOR #59087F

HEX: #59087F
RGB: (89,8,127)

Color info

#59087F contains mainly red and blue colors. Web safe color of #59087F is #660066 (or #606).

RGB color model

#59087F color RGB value is (89,8,127).

  • red value is 89;
  • green value is 8;
  • blue value is 127.
RGB:
(89,8,127)
(35%,3%,50%)

RGB channels and saturation

R 89 of 255 = 35%
G 8 of 255 = 3%
B 127 of 255 = 50%

89
8
127

R + G + B ~ 29%. #59087F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 8 + 127 = 224 (100%)
R 89 of 224 ~ 39.73%
G 8 of 224 ~ 3.57%
B 127 of 224 ~ 56.7%

%39.73
%56.7

CMYK color model

#59087F color CMYK value is (30,94,0,50).

  • cyan value is 29.92%
  • magenta value is 93.70%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(30,94,0,50)
C30M94Y0K50 
(30%,94%,0%,50%)
(0.30/0.94/0.00/0.50)	

CMYK percentages

%29.92
%93.7
%0
%50.2

Codes

Color #59087F in popluar color models

59087F
RGB898127
HSL281°88.15%26.47%
HSB/HSV281°93.70%49.80%
CMYK29.92%93.70%0.00%
50.20%

Color #59087F in popluar number systems.

HEX59087F
Decimal898127
Binary101100110001111111
Octal13110177

Shades and tints

Shades of #59087F

#59087F
(89,8,127)
#510874
(81,8,116)
#490869
(73,8,105)
#41085E
(65,8,94)
#390853
(57,8,83)
#310848
(49,8,72)
#29083D
(41,8,61)
#210832
(33,8,50)
#190827
(25,8,39)
#11081C
(17,8,28)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #59087F

#59087F
(89,8,127)
#681E8A
(104,30,138)
#773495
(119,52,149)
#864AA0
(134,74,160)
#9560AB
(149,96,171)
#A476B6
(164,118,182)
#B38CC1
(179,140,193)
#C2A2CC
(194,162,204)
#D1B8D7
(209,184,215)
#E0CEE2
(224,206,226)
#EFE4ED
(239,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59087F color. Also use rgb(89,8,127) instead hex code.

Text Font Color

.myTextColor { color: #59087F; }

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

This text font color is #59087F.


Background Color

.myBgColor { background-color: #59087F; }

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

This div background color is #59087F.


Border color

.myBorderColor { border: 1px solid #59087F; }

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

This div border color is #59087F.


Opacity

.myOpacity80 { color: #59087F; opacity: 0.8; }

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

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

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

This text has shadow with #59087F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59087F on black background.


Color preview on white background

This text has color #59087F on white background.



Black color preview on #59087F background

This text has black color on #59087F background.


White color preview on #59087F background

This text has white color on #59087F background.