COLOR #057996

HEX: #057996
RGB: (5,121,150)

Renk bilgisi

#057996 contains mainly green and blue colors. #057996 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#057996 color RGB value is (5,121,150).

  • kırmız ton 5;
  • yeşil ton 121;
  • mavi ton 150.
RGB:
(5,121,150)
(2%,47%,59%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 121 of 255 = 47%
B 150 of 255 = 59%

5
121
150

R + G + B ~ 36%. #057996 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 121 + 150 = 276 (100%)
R 5 of 276 ~ 1.81%
G 121 of 276 ~ 43.84%
B 150 of 276 ~ 54.35%

%43.84
%54.35

CMYK RENK MODELİ

#057996 rengi CMYK tonu (97,19,0,41).

  • camgöbeği tonu 96.67%
  • eflatun tonu 19.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(97,19,0,41)
C97M19Y0K41 
(97%,19%,0%,41%)
(0.97/0.19/0.00/0.41)	

CMYK yüzdeleri

%96.67
%19.33
%0
%41.18

Codes

Color #057996 in popluar color models

057996
RGB5121150
HSL192°93.55%30.39%
HSB/HSV192°96.67%58.82%
CMYK96.67%19.33%0.00%
41.18%

Color #057996 in popluar number systems.

HEX057996
Decimal5121150
Binary101111100110010110
Octal5171226

Shades and tints

Shades of #057996

#057996
(5,121,150)
#056E89
(5,110,137)
#05637C
(5,99,124)
#05586F
(5,88,111)
#054D62
(5,77,98)
#054255
(5,66,85)
#053748
(5,55,72)
#052C3B
(5,44,59)
#05212E
(5,33,46)
#051621
(5,22,33)
#050B14
(5,11,20)
#000000
(0,0,0)

Tints of #057996

#057996
(5,121,150)
#1B859F
(27,133,159)
#3191A8
(49,145,168)
#479DB1
(71,157,177)
#5DA9BA
(93,169,186)
#73B5C3
(115,181,195)
#89C1CC
(137,193,204)
#9FCDD5
(159,205,213)
#B5D9DE
(181,217,222)
#CBE5E7
(203,229,231)
#E1F1F0
(225,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057996 color. Also use rgb(5,121,150) instead hex code.

Text Font Color

.myTextColor { color: #057996; }

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

This text font color is #057996.


Background Color

.myBgColor { background-color: #057996; }

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

This div background color is #057996.


Border color

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

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

This div border color is #057996.


Opacity

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

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

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

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

This text has shadow with #057996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057996 on black background.


Color preview on white background

This text has color #057996 on white background.



Black color preview on #057996 background

This text has black color on #057996 background.


White color preview on #057996 background

This text has white color on #057996 background.