COLOR #005CAB

HEX: #005CAB
RGB: (0,92,171)

Color info

#005CAB contains mainly blue color. Web safe color of #005CAB is #006699 (or #069).

RGB color model

#005CAB color RGB value is (0,92,171).

  • red value is 0;
  • green value is 92;
  • blue value is 171.
RGB:
(0,92,171)
(0%,36%,67%)

RGB channels and saturation

R 0 of 255 = 0%
G 92 of 255 = 36%
B 171 of 255 = 67%

0
92
171

R + G + B ~ 34%. #005CAB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 92 + 171 = 263 (100%)
R 0 of 263 ~ 0%
G 92 of 263 ~ 34.98%
B 171 of 263 ~ 65.02%

%34.98
%65.02

CMYK color model

#005CAB color CMYK value is (100,46,0,33).

  • cyan value is 100.00%
  • magenta value is 46.20%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(100,46,0,33)
C100M46Y0K33 
(100%,46%,0%,33%)
(1.00/0.46/0.00/0.33)	

CMYK percentages

%100
%46.2
%0
%32.94

Codes

Color #005CAB in popluar color models

005CAB
RGB092171
HSL208°100.00%33.53%
HSB/HSV208°100.00%67.06%
CMYK100.00%46.20%0.00%
32.94%

Color #005CAB in popluar number systems.

HEX005CAB
Decimal092171
Binary0101110010101011
Octal0134253

Shades and tints

Shades of #005CAB

#005CAB
(0,92,171)
#00549C
(0,84,156)
#004C8D
(0,76,141)
#00447E
(0,68,126)
#003C6F
(0,60,111)
#003460
(0,52,96)
#002C51
(0,44,81)
#002442
(0,36,66)
#001C33
(0,28,51)
#001424
(0,20,36)
#000C15
(0,12,21)
#000000
(0,0,0)

Tints of #005CAB

#005CAB
(0,92,171)
#176AB2
(23,106,178)
#2E78B9
(46,120,185)
#4586C0
(69,134,192)
#5C94C7
(92,148,199)
#73A2CE
(115,162,206)
#8AB0D5
(138,176,213)
#A1BEDC
(161,190,220)
#B8CCE3
(184,204,227)
#CFDAEA
(207,218,234)
#E6E8F1
(230,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005CAB color. Also use rgb(0,92,171) instead hex code.

Text Font Color

.myTextColor { color: #005CAB; }

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

This text font color is #005CAB.


Background Color

.myBgColor { background-color: #005CAB; }

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

This div background color is #005CAB.


Border color

.myBorderColor { border: 1px solid #005CAB; }

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

This div border color is #005CAB.


Opacity

.myOpacity80 { color: #005CAB; opacity: 0.8; }

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

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

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

This text has shadow with #005CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005CAB on black background.


Color preview on white background

This text has color #005CAB on white background.



Black color preview on #005CAB background

This text has black color on #005CAB background.


White color preview on #005CAB background

This text has white color on #005CAB background.