#056E80

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

Shades of Blue Lagoon #056E80

Tints of Blue Lagoon #056E80

Color information

#056E80 (or 0x056E80) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6E and 80. RGB value is (5,110,128). Sum of RGB (Red+Green+Blue) = 5+110+128=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #056E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056E80 is #FA917F. Grayscale: #505050. Windows color (decimal): -16421248 or 8416773. OLE color: 8416773.

HSL color Cylindrical-coordinate representation of color #056E80: hue angle of 188.78º 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 #056E80 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5110128-
CMYK0.960.1400.50
HSL188.78º92.48%26.08%-
HSV(B)188.78º96.09%50.2%-
XYZ9.5312.7422.38-
YUV80.66154.7174.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 110 (43.36% from 255) = 45.27%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=2.06%
G=45.27%
B=52.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51101280.960.1400.50188.7892.4826.08
Hex56E8060E032bd5c1a
Octal51562001401606227513432
Binary10111011101000000011000001110011001010111101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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