#056C74

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

Shades of Blue Lagoon #056C74

Tints of Blue Lagoon #056C74

Color information

#056C74 (or 0x056C74) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6C and 74. RGB value is (5,108,116). Sum of RGB (Red+Green+Blue) = 5+108+116=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #056C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056C74 is #FA938B. Grayscale: #4D4D4D. Windows color (decimal): -16421772 or 7629829. OLE color: 7629829.

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

Color convert

RGB5108116-
CMYK0.960.0700.55
HSL184.32º91.74%23.73%-
HSV(B)184.32º95.69%45.49%-
XYZ8.5812.0218.39-
YUV78.11149.3875.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 116 (45.70% from 255) = 50.66%
R=2.18%
G=47.16%
B=50.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51081160.960.0700.55184.3291.7423.73
Hex56C74607037b85c18
Octal5154164140706727013430
Binary101110110011101001100000111011011110111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,108,116); }

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

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

 a { background-color: rgb(5,108,116); }

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

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

 span { border-color: rgb(5,108,116); }

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