COLOR #055A68

HEX: #055A68
RGB: (5,90,104)

Color info

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

RGB color model

#055A68 color RGB value is (5,90,104).

  • red value is 5;
  • green value is 90;
  • blue value is 104.
RGB:
(5,90,104)
(2%,35%,41%)

RGB channels and saturation

R 5 of 255 = 2%
G 90 of 255 = 35%
B 104 of 255 = 41%

5
90
104

R + G + B ~ 26%. #055A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 90 + 104 = 199 (100%)
R 5 of 199 ~ 2.51%
G 90 of 199 ~ 45.23%
B 104 of 199 ~ 52.26%

%45.23
%52.26

CMYK color model

#055A68 color CMYK value is (95,13,0,59).

  • cyan value is 95.19%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(95,13,0,59)
C95M13Y0K59 
(95%,13%,0%,59%)
(0.95/0.13/0.00/0.59)	

CMYK percentages

%95.19
%13.46
%0
%59.22

Codes

Color #055A68 in popluar color models

055A68
RGB590104
HSL188°90.83%21.37%
HSB/HSV188°95.19%40.78%
CMYK95.19%13.46%0.00%
59.22%

Color #055A68 in popluar number systems.

HEX055A68
Decimal590104
Binary10110110101101000
Octal5132150

Shades and tints

Shades of #055A68

#055A68
(5,90,104)
#05525F
(5,82,95)
#054A56
(5,74,86)
#05424D
(5,66,77)
#053A44
(5,58,68)
#05323B
(5,50,59)
#052A32
(5,42,50)
#052229
(5,34,41)
#051A20
(5,26,32)
#051217
(5,18,23)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #055A68

#055A68
(5,90,104)
#1B6975
(27,105,117)
#317882
(49,120,130)
#47878F
(71,135,143)
#5D969C
(93,150,156)
#73A5A9
(115,165,169)
#89B4B6
(137,180,182)
#9FC3C3
(159,195,195)
#B5D2D0
(181,210,208)
#CBE1DD
(203,225,221)
#E1F0EA
(225,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055A68 color. Also use rgb(5,90,104) instead hex code.

Text Font Color

.myTextColor { color: #055A68; }

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

This text font color is #055A68.


Background Color

.myBgColor { background-color: #055A68; }

<div style="background-color:#055A68">Inner text</div>

This div background color is #055A68.


Border color

.myBorderColor { border: 1px solid #055A68; }

<div style="border:3px solid #055A68">Div</div>

This div border color is #055A68.


Opacity

.myOpacity80 { color: #055A68; opacity: 0.8; }

<p style="color:#055A68;opacity:0.8;">80%</p>

Text with #055A68 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 #055A68;}

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

This text has shadow with #055A68 color.

.textShadow {text-shadow: 3px 3px 1px #055A68, 3px 3px 1px red;}

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

This text has shadow with #055A68 primary color and red secondary color.


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

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

This text has shadow with #055A68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055A68 on black background.


Color preview on white background

This text has color #055A68 on white background.



Black color preview on #055A68 background

This text has black color on #055A68 background.


White color preview on #055A68 background

This text has white color on #055A68 background.