COLOR #57649E

HEX: #57649E
RGB: (87,100,158)

Color info

#57649E contains mainly green and blue colors. Web safe color of #57649E is #666699 (or #669).

RGB color model

#57649E color RGB value is (87,100,158).

  • red value is 87;
  • green value is 100;
  • blue value is 158.
RGB:
(87,100,158)
(34%,39%,62%)

RGB channels and saturation

R 87 of 255 = 34%
G 100 of 255 = 39%
B 158 of 255 = 62%

87
100
158

R + G + B ~ 45%. #57649E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 100 + 158 = 345 (100%)
R 87 of 345 ~ 25.22%
G 100 of 345 ~ 28.99%
B 158 of 345 ~ 45.8%

%25.22
%28.99
%45.8

CMYK color model

#57649E color CMYK value is (45,37,0,38).

  • cyan value is 44.94%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(45,37,0,38)
C45M37Y0K38 
(45%,37%,0%,38%)
(0.45/0.37/0.00/0.38)	

CMYK percentages

%44.94
%36.71
%0
%38.04

Codes

Color #57649E in popluar color models

57649E
RGB87100158
HSL229°28.98%48.04%
HSB/HSV229°44.94%61.96%
CMYK44.94%36.71%0.00%
38.04%

Color #57649E in popluar number systems.

HEX57649E
Decimal87100158
Binary1010111110010010011110
Octal127144236

Shades and tints

Shades of #57649E

#57649E
(87,100,158)
#505B90
(80,91,144)
#495282
(73,82,130)
#424974
(66,73,116)
#3B4066
(59,64,102)
#343758
(52,55,88)
#2D2E4A
(45,46,74)
#26253C
(38,37,60)
#1F1C2E
(31,28,46)
#181320
(24,19,32)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #57649E

#57649E
(87,100,158)
#6672A6
(102,114,166)
#7580AE
(117,128,174)
#848EB6
(132,142,182)
#939CBE
(147,156,190)
#A2AAC6
(162,170,198)
#B1B8CE
(177,184,206)
#C0C6D6
(192,198,214)
#CFD4DE
(207,212,222)
#DEE2E6
(222,226,230)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57649E color. Also use rgb(87,100,158) instead hex code.

Text Font Color

.myTextColor { color: #57649E; }

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

This text font color is #57649E.


Background Color

.myBgColor { background-color: #57649E; }

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

This div background color is #57649E.


Border color

.myBorderColor { border: 1px solid #57649E; }

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

This div border color is #57649E.


Opacity

.myOpacity80 { color: #57649E; opacity: 0.8; }

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

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

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

This text has shadow with #57649E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57649E on black background.


Color preview on white background

This text has color #57649E on white background.



Black color preview on #57649E background

This text has black color on #57649E background.


White color preview on #57649E background

This text has white color on #57649E background.