COLOR #005CB0

HEX: #005CB0 RGB: (0,92,176)

Color info

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

RGB color model

#005CB0 color RGB value is (0,92,176).

RGB: (0,92,176) (0%, 36%, 69%)

RGB channels and saturation

R 0 of 255 = 0%
G 92 of 255 = 36%
B 176 of 255 = 69%

0
92
176

R + G + B ~ 35%. #005CB0 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 92 + 176 = 268 (100%)
R 0 of 268 ~ 0%
G 92 of 268 ~ 34.33%
B 176 of 268 ~ 65.67'%

%34.33
%65.67

CMYK color model

#005CB0 color CMYK value is (100,48,0,31).

  • cyan value is 100.00%
  • magenta value is 47.73%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (100,48,0,31)
C100M48Y0K31 (100%, 48%, 0%, 31%)
(1.00 / 0.48 / 0.00 / 0.31)

CMYK percentages

%100
%47.73
%0
%30.98

Codes

Color #005CB0 in popluar color models

00 5C B0
RGB 0 92 176
HSL 209° 100.00% 34.51%
HSB/HSV 209° 100.00% 69.02%
CMYK 100.00% 47.73% 0.00%
30.98%

Color #005CB0 in popluar number systems.

HEX 00 5C B0
Decimal 0 92 176
Binary 0 1011100 10110000
Octal 0 134 260

Shades and tints

Shades of #005CB0

#005CB0
(0,92,176)
#0054A0
(0,84,160)
#004C90
(0,76,144)
#004480
(0,68,128)
#003C70
(0,60,112)
#003460
(0,52,96)
#002C50
(0,44,80)
#002440
(0,36,64)
#001C30
(0,28,48)
#001420
(0,20,32)
#000C10
(0,12,16)
#000000
(0,0,0)

Tints of #005CB0

#005CB0
(0,92,176)
#176AB7
(23,106,183)
#2E78BE
(46,120,190)
#4586C5
(69,134,197)
#5C94CC
(92,148,204)
#73A2D3
(115,162,211)
#8AB0DA
(138,176,218)
#A1BEE1
(161,190,225)
#B8CCE8
(184,204,232)
#CFDAEF
(207,218,239)
#E6E8F6
(230,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005CB0; }

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

This text font color is #005CB0.

Background Color

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

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

This div background color is #005CB0.

Border color

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

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

This div border color is #005CB0.

Opacity

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

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

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

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

This text has shadow with #005CB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005CB0.

Preview

Color preview on black background

This text has color #005CB0 on black background.


Color preview on white background

This text has color #005CB0 on white background.


Black color preview on #005CB0 background

This text has black color on #005CB0 background.


White color preview on #005CB0 background

This text has white color on #005CB0 background.


Related colors

Complementary color

Complementary color for #hex is #FFA34F.


I love getcolorcode.com

Triadic colors

1 #B0005C and #5CB000 with #005CB0 are triadic colors.

2 #B05C00 and #5C00B0 with #005CB0 are triadic colors.