COLOR #05537C

HEX: #05537C
RGB: (5,83,124)

Color info

#05537C contains mainly green and blue colors. Web safe color of #05537C is #006666 (or #066).

RGB color model

#05537C color RGB value is (5,83,124).

  • red value is 5;
  • green value is 83;
  • blue value is 124.
RGB:
(5,83,124)
(2%,33%,49%)

RGB channels and saturation

R 5 of 255 = 2%
G 83 of 255 = 33%
B 124 of 255 = 49%

5
83
124

R + G + B ~ 28%. #05537C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 83 + 124 = 212 (100%)
R 5 of 212 ~ 2.36%
G 83 of 212 ~ 39.15%
B 124 of 212 ~ 58.49%

%39.15
%58.49

CMYK color model

#05537C color CMYK value is (96,33,0,51).

  • cyan value is 95.97%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(96,33,0,51)
C96M33Y0K51 
(96%,33%,0%,51%)
(0.96/0.33/0.00/0.51)	

CMYK percentages

%95.97
%33.06
%0
%51.37

Codes

Color #05537C in popluar color models

05537C
RGB583124
HSL201°92.25%25.29%
HSB/HSV201°95.97%48.63%
CMYK95.97%33.06%0.00%
51.37%

Color #05537C in popluar number systems.

HEX05537C
Decimal583124
Binary10110100111111100
Octal5123174

Shades and tints

Shades of #05537C

#05537C
(5,83,124)
#054C71
(5,76,113)
#054566
(5,69,102)
#053E5B
(5,62,91)
#053750
(5,55,80)
#053045
(5,48,69)
#05293A
(5,41,58)
#05222F
(5,34,47)
#051B24
(5,27,36)
#051419
(5,20,25)
#050D0E
(5,13,14)
#000000
(0,0,0)

Tints of #05537C

#05537C
(5,83,124)
#1B6287
(27,98,135)
#317192
(49,113,146)
#47809D
(71,128,157)
#5D8FA8
(93,143,168)
#739EB3
(115,158,179)
#89ADBE
(137,173,190)
#9FBCC9
(159,188,201)
#B5CBD4
(181,203,212)
#CBDADF
(203,218,223)
#E1E9EA
(225,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05537C color. Also use rgb(5,83,124) instead hex code.

Text Font Color

.myTextColor { color: #05537C; }

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

This text font color is #05537C.


Background Color

.myBgColor { background-color: #05537C; }

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

This div background color is #05537C.


Border color

.myBorderColor { border: 1px solid #05537C; }

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

This div border color is #05537C.


Opacity

.myOpacity80 { color: #05537C; opacity: 0.8; }

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

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

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

This text has shadow with #05537C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05537C on black background.


Color preview on white background

This text has color #05537C on white background.



Black color preview on #05537C background

This text has black color on #05537C background.


White color preview on #05537C background

This text has white color on #05537C background.