#056E7C

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

Shades of Blue Lagoon #056E7C

Tints of Blue Lagoon #056E7C

Color information

#056E7C (or 0x056E7C) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6E and 7C. RGB value is (5,110,124). Sum of RGB (Red+Green+Blue) = 5+110+124=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #056E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E7C is #FA9183. Grayscale: #505050. Windows color (decimal): -16421252 or 8154629. OLE color: 8154629.

HSL color Cylindrical-coordinate representation of color #056E7C: hue angle of 187.06º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056E7C is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5110124-
CMYK0.960.1100.51
HSL187.06º92.25%25.29%-
HSV(B)187.06º95.97%48.63%-
XYZ9.2812.6421.02-
YUV80.2152.7174.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.09%
GREEN value IS 110 (43.36% from 255) = 46.03%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=2.09%
G=46.03%
B=51.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51101240.960.1100.51187.0692.2525.29
Hex56E7C60B033bb5c19
Octal51561741401306327313431
Binary1011101110111110011000001011011001110111011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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