COLOR #585074

HEX: #585074
RGB: (88,80,116)

Color info

#585074 contains red, green and blue colors in about the same proportion. Web safe color of #585074 is #666666 (or #666).

RGB color model

#585074 color RGB value is (88,80,116).

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

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 116 of 255 = 45%

88
80
116

R + G + B ~ 37%. #585074 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 116 = 284 (100%)
R 88 of 284 ~ 30.99%
G 80 of 284 ~ 28.17%
B 116 of 284 ~ 40.85%

%30.99
%28.17
%40.85

CMYK color model

#585074 color CMYK value is (24,31,0,55).

  • cyan value is 24.14%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (24,31,0,55) C24M31Y0K55 (24%,31%,0%,55%) (0.24/0.31/0.00/0.55)

CMYK percentages

%24.14
%31.03
%0
%54.51

Codes

Color #585074 in popluar color models

585074
RGB8880116
HSL253°18.37%38.43%
HSB/HSV253°31.03%45.49%
CMYK24.14%31.03%0.00%
54.51%

Color #585074 in popluar number systems.

HEX585074
Decimal8880116
Binary101100010100001110100
Octal130120164

Shades and tints

Shades of #585074

#585074
(88,80,116)
#50496A
(80,73,106)
#484260
(72,66,96)
#403B56
(64,59,86)
#38344C
(56,52,76)
#302D42
(48,45,66)
#282638
(40,38,56)
#201F2E
(32,31,46)
#181824
(24,24,36)
#10111A
(16,17,26)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #585074

#585074
(88,80,116)
#675F80
(103,95,128)
#766E8C
(118,110,140)
#857D98
(133,125,152)
#948CA4
(148,140,164)
#A39BB0
(163,155,176)
#B2AABC
(178,170,188)
#C1B9C8
(193,185,200)
#D0C8D4
(208,200,212)
#DFD7E0
(223,215,224)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585074; }

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

This text font color is #585074.


Background Color

.myBgColor { background-color: #585074; }

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

This div background color is #585074.


Border color

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

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

This div border color is #585074.


Opacity

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

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

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

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

This text has shadow with #585074 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #585074 on black background.


Color preview on white background

This text has color #585074 on white background.



Black color preview on #585074 background

This text has black color on #585074 background.


White color preview on #585074 background

This text has white color on #585074 background.