COLOR #594F88

HEX: #594F88
RGB: (89,79,136)

Renk bilgisi

#594F88 contains red, green and blue colors in about the same proportion. #594F88 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#594F88 color RGB value is (89,79,136).

  • kırmız ton 89;
  • yeşil ton 79;
  • mavi ton 136.
RGB:
(89,79,136)
(35%,31%,53%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 79 of 255 = 31%
B 136 of 255 = 53%

89
79
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 79 + 136 = 304 (100%)
R 89 of 304 ~ 29.28%
G 79 of 304 ~ 25.99%
B 136 of 304 ~ 44.74%

%29.28
%25.99
%44.74

CMYK RENK MODELİ

#594F88 rengi CMYK tonu (35,42,0,47).

  • camgöbeği tonu 34.56%
  • eflatun tonu 41.91%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(35,42,0,47)
C35M42Y0K47 
(35%,42%,0%,47%)
(0.35/0.42/0.00/0.47)	

CMYK yüzdeleri

%34.56
%41.91
%0
%46.67

Codes

Color #594F88 in popluar color models

594F88
RGB8979136
HSL251°26.51%42.16%
HSB/HSV251°41.91%53.33%
CMYK34.56%41.91%0.00%
46.67%

Color #594F88 in popluar number systems.

HEX594F88
Decimal8979136
Binary1011001100111110001000
Octal131117210

Shades and tints

Shades of #594F88

#594F88
(89,79,136)
#51487C
(81,72,124)
#494170
(73,65,112)
#413A64
(65,58,100)
#393358
(57,51,88)
#312C4C
(49,44,76)
#292540
(41,37,64)
#211E34
(33,30,52)
#191728
(25,23,40)
#11101C
(17,16,28)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #594F88

#594F88
(89,79,136)
#685F92
(104,95,146)
#776F9C
(119,111,156)
#867FA6
(134,127,166)
#958FB0
(149,143,176)
#A49FBA
(164,159,186)
#B3AFC4
(179,175,196)
#C2BFCE
(194,191,206)
#D1CFD8
(209,207,216)
#E0DFE2
(224,223,226)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594F88 color. Also use rgb(89,79,136) instead hex code.

Text Font Color

.myTextColor { color: #594F88; }

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

This text font color is #594F88.


Background Color

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

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

This div background color is #594F88.


Border color

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

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

This div border color is #594F88.


Opacity

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

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

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

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

This text has shadow with #594F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594F88 on black background.


Color preview on white background

This text has color #594F88 on white background.



Black color preview on #594F88 background

This text has black color on #594F88 background.


White color preview on #594F88 background

This text has white color on #594F88 background.