COLOR #5A6074

HEX: #5A6074
RGB: (90,96,116)

Color info

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

RGB color model

#5A6074 color RGB value is (90,96,116).

  • red value is 90;
  • green value is 96;
  • blue value is 116.
RGB: (90,96,116) (35%,38%,45%)

RGB channels and saturation

R 90 of 255 = 35%
G 96 of 255 = 38%
B 116 of 255 = 45%

90
96
116

R + G + B ~ 39%. #5A6074 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 96 + 116 = 302 (100%)
R 90 of 302 ~ 29.8%
G 96 of 302 ~ 31.79%
B 116 of 302 ~ 38.41%

%29.8
%31.79
%38.41

CMYK color model

#5A6074 color CMYK value is (22,17,0,55).

  • cyan value is 22.41%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (22,17,0,55) C22M17Y0K55 (22%,17%,0%,55%) (0.22/0.17/0.00/0.55)

CMYK percentages

%22.41
%17.24
%0
%54.51

Codes

Color #5A6074 in popluar color models

5A6074
RGB9096116
HSL226°12.62%40.39%
HSB/HSV226°22.41%45.49%
CMYK22.41%17.24%0.00%
54.51%

Color #5A6074 in popluar number systems.

HEX5A6074
Decimal9096116
Binary101101011000001110100
Octal132140164

Shades and tints

Shades of #5A6074

#5A6074
(90,96,116)
#52586A
(82,88,106)
#4A5060
(74,80,96)
#424856
(66,72,86)
#3A404C
(58,64,76)
#323842
(50,56,66)
#2A3038
(42,48,56)
#22282E
(34,40,46)
#1A2024
(26,32,36)
#12181A
(18,24,26)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #5A6074

#5A6074
(90,96,116)
#696E80
(105,110,128)
#787C8C
(120,124,140)
#878A98
(135,138,152)
#9698A4
(150,152,164)
#A5A6B0
(165,166,176)
#B4B4BC
(180,180,188)
#C3C2C8
(195,194,200)
#D2D0D4
(210,208,212)
#E1DEE0
(225,222,224)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6074 color. Also use rgb(90,96,116) instead hex code.

Text Font Color

.myTextColor { color: #5A6074; }

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

This text font color is #5A6074.


Background Color

.myBgColor { background-color: #5A6074; }

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

This div background color is #5A6074.


Border color

.myBorderColor { border: 1px solid #5A6074; }

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

This div border color is #5A6074.


Opacity

.myOpacity80 { color: #5A6074; opacity: 0.8; }

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

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

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

This text has shadow with #5A6074 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5A6074 on black background.


Color preview on white background

This text has color #5A6074 on white background.



Black color preview on #5A6074 background

This text has black color on #5A6074 background.


White color preview on #5A6074 background

This text has white color on #5A6074 background.