COLOR #594CC2

HEX: #594CC2 RGB: (89,76,194)

Color info

#594CC2 contains mainly blue color. Web safe color of #594CC2 is #6633CC (or #63C).

RGB color model

#594CC2 color RGB value is (89,76,194).

RGB: (89,76,194) (35%, 30%, 76%)

RGB channels and saturation

R 89 of 255 = 35%
G 76 of 255 = 30%
B 194 of 255 = 76%

89
76
194

R + G + B ~ 47%. #594CC2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 76 + 194 = 359 (100%)
R 89 of 359 ~ 24.79%
G 76 of 359 ~ 21.17%
B 194 of 359 ~ 54.04'%

%24.79
%21.17
%54.04

CMYK color model

#594CC2 color CMYK value is (54,61,0,24).

  • cyan value is 54.12%
  • magenta value is 60.82%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (54,61,0,24)
C54M61Y0K24 (54%, 61%, 0%, 24%)
(0.54 / 0.61 / 0.00 / 0.24)

CMYK percentages

%54.12
%60.82
%0
%23.92

Codes

Color #594CC2 in popluar color models

59 4C C2
RGB 89 76 194
HSL 247° 49.17% 52.94%
HSB/HSV 247° 60.82% 76.08%
CMYK 54.12% 60.82% 0.00%
23.92%

Color #594CC2 in popluar number systems.

HEX 59 4C C2
Decimal 89 76 194
Binary 1011001 1001100 11000010
Octal 131 114 302

Shades and tints

Shades of #594CC2

#594CC2
(89,76,194)
#5146B1
(81,70,177)
#4940A0
(73,64,160)
#413A8F
(65,58,143)
#39347E
(57,52,126)
#312E6D
(49,46,109)
#29285C
(41,40,92)
#21224B
(33,34,75)
#191C3A
(25,28,58)
#111629
(17,22,41)
#091018
(9,16,24)
#000000
(0,0,0)

Tints of #594CC2

#594CC2
(89,76,194)
#685CC7
(104,92,199)
#776CCC
(119,108,204)
#867CD1
(134,124,209)
#958CD6
(149,140,214)
#A49CDB
(164,156,219)
#B3ACE0
(179,172,224)
#C2BCE5
(194,188,229)
#D1CCEA
(209,204,234)
#E0DCEF
(224,220,239)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594CC2 color. Also use rgb(89,76,194) instead hex code.

Text Font Color

.myTextColor { color: #594CC2; }

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

This text font color is #594CC2.

Background Color

.myBgColor { background-color: #594CC2; }

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

This div background color is #594CC2.

Border color

.myBorderColor { border: 1px solid #594CC2; }

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

This div border color is #594CC2.

Opacity

.myOpacity80 { color: #594CC2; opacity: 0.8; }

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

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

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

This text has shadow with #594CC2 color.


.textShadow {text-shadow: 3px 3px 1px #594CC2', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #594CC2; -webkit-box-shadow: 1px 1px 3px 2px #594CC2; box-shadow:1px 1px 3px 2px #594CC2;">
Div content here
</div>

This div box has shadow with color #594CC2.

Preview

Color preview on black background

This text has color #594CC2 on black background.


Color preview on white background

This text has color #594CC2 on white background.


Black color preview on #594CC2 background

This text has black color on #594CC2 background.


White color preview on #594CC2 background

This text has white color on #594CC2 background.


Related colors

Complementary color

Complementary color for #hex is #A6B33D.


I love getcolorcode.com

Triadic colors

1 #C2594C and #4CC259 with #594CC2 are triadic colors.

2 #C24C59 and #4C59C2 with #594CC2 are triadic colors.