#056173

Color #056173 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #056173

Tints of Blue Lagoon #056173

Color information

#056173 (or 0x056173) is unknown color: approx Blue Lagoon. HEX triplet: 05, 61 and 73. RGB value is (5,97,115). Sum of RGB (Red+Green+Blue) = 5+97+115=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #056173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056173 is #FA9E8C. Grayscale: #474747. Windows color (decimal): -16424589 or 7561477. OLE color: 7561477.

HSL color Cylindrical-coordinate representation of color #056173: hue angle of 189.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056173 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB597115-
CMYK0.960.1600.55
HSL189.82º91.67%23.53%-
HSV(B)189.82º95.65%45.1%-
XYZ7.439.8217.72-
YUV71.54152.5280.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=2.30%
G=44.70%
B=53.00%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5971150.960.1600.55189.8291.6723.53
Hex561736010037be5c18
Octal51411631402006727613430
Binary10111000011110011110000010000011011110111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056173; }

 p { color: rgb(5,97,115); }

 H1.HeaderClassName
 {
   color: #056173;
 }
 .AnyTagClassName
 {
   color: #056173;
 }
</style>
background-color css

<style>
 a { background-color: #056173; }

 a { background-color: rgb(5,97,115); }

 div.DivClassName
 {
   background-color: #056173;
 }
 .BgClassName
 {
   background-color: #056173;
 }
</style>
border-color css

<style>
 span { border-color: #056173; }

 span { border-color: rgb(5,97,115); }

 td.TdClassName
 {
   border-color: #056173;
 }
 .TagClassName
 {
   border-color: #056173;
 }
</style>