COLOR #056097

HEX: #056097
RGB: (5,96,151)

Color info

#056097 contains mainly green and blue colors. Web safe color of #056097 is #006699 (or #069).

RGB color model

#056097 color RGB value is (5,96,151).

  • red value is 5;
  • green value is 96;
  • blue value is 151.
RGB:
(5,96,151)
(2%,38%,59%)

RGB channels and saturation

R 5 of 255 = 2%
G 96 of 255 = 38%
B 151 of 255 = 59%

5
96
151

R + G + B ~ 33%. #056097 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 96 + 151 = 252 (100%)
R 5 of 252 ~ 1.98%
G 96 of 252 ~ 38.1%
B 151 of 252 ~ 59.92%

%38.1
%59.92

CMYK color model

#056097 color CMYK value is (97,36,0,41).

  • cyan value is 96.69%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(97,36,0,41)
C97M36Y0K41 
(97%,36%,0%,41%)
(0.97/0.36/0.00/0.41)	

CMYK percentages

%96.69
%36.42
%0
%40.78

Codes

Color #056097 in popluar color models

056097
RGB596151
HSL203°93.59%30.59%
HSB/HSV203°96.69%59.22%
CMYK96.69%36.42%0.00%
40.78%

Color #056097 in popluar number systems.

HEX056097
Decimal596151
Binary101110000010010111
Octal5140227

Shades and tints

Shades of #056097

#056097
(5,96,151)
#05588A
(5,88,138)
#05507D
(5,80,125)
#054870
(5,72,112)
#054063
(5,64,99)
#053856
(5,56,86)
#053049
(5,48,73)
#05283C
(5,40,60)
#05202F
(5,32,47)
#051822
(5,24,34)
#051015
(5,16,21)
#000000
(0,0,0)

Tints of #056097

#056097
(5,96,151)
#1B6EA0
(27,110,160)
#317CA9
(49,124,169)
#478AB2
(71,138,178)
#5D98BB
(93,152,187)
#73A6C4
(115,166,196)
#89B4CD
(137,180,205)
#9FC2D6
(159,194,214)
#B5D0DF
(181,208,223)
#CBDEE8
(203,222,232)
#E1ECF1
(225,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #056097 color. Also use rgb(5,96,151) instead hex code.

Text Font Color

.myTextColor { color: #056097; }

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

This text font color is #056097.


Background Color

.myBgColor { background-color: #056097; }

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

This div background color is #056097.


Border color

.myBorderColor { border: 1px solid #056097; }

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

This div border color is #056097.


Opacity

.myOpacity80 { color: #056097; opacity: 0.8; }

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

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

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

This text has shadow with #056097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #056097 on black background.


Color preview on white background

This text has color #056097 on white background.



Black color preview on #056097 background

This text has black color on #056097 background.


White color preview on #056097 background

This text has white color on #056097 background.