COLOR #005B60

HEX: #005B60 RGB: (0,91,96)

Color info

#005B60 contains only green and blue colors. Web safe color of #005B60 is #006666 (or #066).

RGB color model

#005B60 color RGB value is (0,91,96).

RGB: (0,91,96) (0%, 36%, 38%)

RGB channels and saturation

R 0 of 255 = 0%
G 91 of 255 = 36%
B 96 of 255 = 38%

0
91
96

R + G + B ~ 25%. #005B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 91 + 96 = 187 (100%)
R 0 of 187 ~ 0%
G 91 of 187 ~ 48.66%
B 96 of 187 ~ 51.34'%

%48.66
%51.34

CMYK color model

#005B60 color CMYK value is (100,5,0,62).

  • cyan value is 100.00%
  • magenta value is 5.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK: (100,5,0,62) C100M5Y0K62 (100%,5%,0%,62%) (1.00/0.05/0.00/0.62) 

CMYK percentages

%100
%5.21
%0
%62.35

Codes

Color #005B60 in popluar color models

00 5B 60
RGB 0 91 96
HSL 183° 100.00% 18.82%
HSB/HSV 183° 100.00% 37.65%
CMYK 100.00% 5.21% 0.00%
62.35%

Color #005B60 in popluar number systems.

HEX 00 5B 60
Decimal 0 91 96
Binary 0 1011011 1100000
Octal 0 133 140

Shades and tints

Shades of #005B60

#005B60
(0,91,96)
#005358
(0,83,88)
#004B50
(0,75,80)
#004348
(0,67,72)
#003B40
(0,59,64)
#003338
(0,51,56)
#002B30
(0,43,48)
#002328
(0,35,40)
#001B20
(0,27,32)
#001318
(0,19,24)
#000B10
(0,11,16)
#000000
(0,0,0)

Tints of #005B60

#005B60
(0,91,96)
#17696E
(23,105,110)
#2E777C
(46,119,124)
#45858A
(69,133,138)
#5C9398
(92,147,152)
#73A1A6
(115,161,166)
#8AAFB4
(138,175,180)
#A1BDC2
(161,189,194)
#B8CBD0
(184,203,208)
#CFD9DE
(207,217,222)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005B60 color. Also use rgb(0,91,96) instead hex code.

Text Font Color

.myTextColor { color: #005B60; }

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

This text font color is #005B60.

Background Color

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

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

This div background color is #005B60.

Border color

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

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

This div border color is #005B60.

Opacity

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

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

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

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

This text has shadow with #005B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005B60.

Preview

Color preview on black background

This text has color #005B60 on black background.


Color preview on white background

This text has color #005B60 on white background.


Black color preview on #005B60 background

This text has black color on #005B60 background.


White color preview on #005B60 background

This text has white color on #005B60 background.


Related colors

Complementary color

Complementary color for #hex is #FFA49F.


I love getcolorcode.com

Triadic colors

1 #60005B and #5B6000 with #005B60 are triadic colors.

2 #605B00 and #5B0060 with #005B60 are triadic colors.