COLOR #0553A4

HEX: #0553A4
RGB: (5,83,164)

Renk bilgisi

#0553A4 contains mainly blue color. #0553A4 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#0553A4 color RGB value is (5,83,164).

  • kırmız ton 5;
  • yeşil ton 83;
  • mavi ton 164.
RGB:
(5,83,164)
(2%,33%,64%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 83 of 255 = 33%
B 164 of 255 = 64%

5
83
164

R + G + B ~ 33%. #0553A4 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 83 + 164 = 252 (100%)
R 5 of 252 ~ 1.98%
G 83 of 252 ~ 32.94%
B 164 of 252 ~ 65.08%

%32.94
%65.08

CMYK RENK MODELİ

#0553A4 rengi CMYK tonu (97,49,0,36).

  • camgöbeği tonu 96.95%
  • eflatun tonu 49.39%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(97,49,0,36)
C97M49Y0K36 
(97%,49%,0%,36%)
(0.97/0.49/0.00/0.36)	

CMYK yüzdeleri

%96.95
%49.39
%0
%35.69

Codes

Color #0553A4 in popluar color models

0553A4
RGB583164
HSL211°94.08%33.14%
HSB/HSV211°96.95%64.31%
CMYK96.95%49.39%0.00%
35.69%

Color #0553A4 in popluar number systems.

HEX0553A4
Decimal583164
Binary101101001110100100
Octal5123244

Shades and tints

Shades of #0553A4

#0553A4
(5,83,164)
#054C96
(5,76,150)
#054588
(5,69,136)
#053E7A
(5,62,122)
#05376C
(5,55,108)
#05305E
(5,48,94)
#052950
(5,41,80)
#052242
(5,34,66)
#051B34
(5,27,52)
#051426
(5,20,38)
#050D18
(5,13,24)
#000000
(0,0,0)

Tints of #0553A4

#0553A4
(5,83,164)
#1B62AC
(27,98,172)
#3171B4
(49,113,180)
#4780BC
(71,128,188)
#5D8FC4
(93,143,196)
#739ECC
(115,158,204)
#89ADD4
(137,173,212)
#9FBCDC
(159,188,220)
#B5CBE4
(181,203,228)
#CBDAEC
(203,218,236)
#E1E9F4
(225,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0553A4 color. Also use rgb(5,83,164) instead hex code.

Text Font Color

.myTextColor { color: #0553A4; }

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

This text font color is #0553A4.


Background Color

.myBgColor { background-color: #0553A4; }

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

This div background color is #0553A4.


Border color

.myBorderColor { border: 1px solid #0553A4; }

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

This div border color is #0553A4.


Opacity

.myOpacity80 { color: #0553A4; opacity: 0.8; }

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

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

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

This text has shadow with #0553A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0553A4 on black background.


Color preview on white background

This text has color #0553A4 on white background.



Black color preview on #0553A4 background

This text has black color on #0553A4 background.


White color preview on #0553A4 background

This text has white color on #0553A4 background.