COLOR #05838A

HEX: #05838A
RGB: (5,131,138)

Color info

#05838A contains mainly green and blue colors. Web safe color of #05838A is #009999 (or #099).

RGB color model

#05838A color RGB value is (5,131,138).

  • red value is 5;
  • green value is 131;
  • blue value is 138.
RGB:
(5,131,138)
(2%,51%,54%)

RGB channels and saturation

R 5 of 255 = 2%
G 131 of 255 = 51%
B 138 of 255 = 54%

5
131
138

R + G + B ~ 36%. #05838A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 131 + 138 = 274 (100%)
R 5 of 274 ~ 1.82%
G 131 of 274 ~ 47.81%
B 138 of 274 ~ 50.36%

%47.81
%50.36

CMYK color model

#05838A color CMYK value is (96,5,0,46).

  • cyan value is 96.38%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(96,5,0,46)
C96M5Y0K46 
(96%,5%,0%,46%)
(0.96/0.05/0.00/0.46)	

CMYK percentages

%96.38
%5.07
%0
%45.88

Codes

Color #05838A in popluar color models

05838A
RGB5131138
HSL183°93.01%28.04%
HSB/HSV183°96.38%54.12%
CMYK96.38%5.07%0.00%
45.88%

Color #05838A in popluar number systems.

HEX05838A
Decimal5131138
Binary1011000001110001010
Octal5203212

Shades and tints

Shades of #05838A

#05838A
(5,131,138)
#05787E
(5,120,126)
#056D72
(5,109,114)
#056266
(5,98,102)
#05575A
(5,87,90)
#054C4E
(5,76,78)
#054142
(5,65,66)
#053636
(5,54,54)
#052B2A
(5,43,42)
#05201E
(5,32,30)
#051512
(5,21,18)
#000000
(0,0,0)

Tints of #05838A

#05838A
(5,131,138)
#1B8E94
(27,142,148)
#31999E
(49,153,158)
#47A4A8
(71,164,168)
#5DAFB2
(93,175,178)
#73BABC
(115,186,188)
#89C5C6
(137,197,198)
#9FD0D0
(159,208,208)
#B5DBDA
(181,219,218)
#CBE6E4
(203,230,228)
#E1F1EE
(225,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05838A color. Also use rgb(5,131,138) instead hex code.

Text Font Color

.myTextColor { color: #05838A; }

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

This text font color is #05838A.


Background Color

.myBgColor { background-color: #05838A; }

<div style="background-color:#05838A">Inner text</div>

This div background color is #05838A.


Border color

.myBorderColor { border: 1px solid #05838A; }

<div style="border:3px solid #05838A">Div</div>

This div border color is #05838A.


Opacity

.myOpacity80 { color: #05838A; opacity: 0.8; }

<p style="color:#05838A;opacity:0.8;">80%</p>

Text with #05838A 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 #05838A;}

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

This text has shadow with #05838A color.

.textShadow {text-shadow: 3px 3px 1px #05838A, 3px 3px 1px red;}

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

This text has shadow with #05838A primary color and red secondary color.


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

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

This text has shadow with #05838A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05838A on black background.


Color preview on white background

This text has color #05838A on white background.



Black color preview on #05838A background

This text has black color on #05838A background.


White color preview on #05838A background

This text has white color on #05838A background.