#056A80

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

Shades of Blue Lagoon #056A80

Tints of Blue Lagoon #056A80

Color information

#056A80 (or 0x056A80) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6A and 80. RGB value is (5,106,128). Sum of RGB (Red+Green+Blue) = 5+106+128=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #056A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056A80 is #FA957F. Grayscale: #4E4E4E. Windows color (decimal): -16422272 or 8415749. OLE color: 8415749.

HSL color Cylindrical-coordinate representation of color #056A80: hue angle of 190.73º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056A80 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5106128-
CMYK0.960.1700.50
HSL190.73º92.48%26.08%-
HSV(B)190.73º96.09%50.2%-
XYZ9.1111.922.24-
YUV78.31156.0475.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.09%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 128 (50.39% from 255) = 53.56%
R=2.09%
G=44.35%
B=53.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51061280.960.1700.50190.7392.4826.08
Hex56A806011032bf5c1a
Octal51522001402106227713432
Binary101110101010000000110000010001011001010111111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056A80; }

 p { color: rgb(5,106,128); }

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

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

 a { background-color: rgb(5,106,128); }

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

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

 span { border-color: rgb(5,106,128); }

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