#056A76

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

Shades of Blue Lagoon #056A76

Tints of Blue Lagoon #056A76

Color information

#056A76 (or 0x056A76) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6A and 76. RGB value is (5,106,118). Sum of RGB (Red+Green+Blue) = 5+106+118=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #056A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A76 is #FA9589. Grayscale: #4D4D4D. Windows color (decimal): -16422282 or 7760389. OLE color: 7760389.

HSL color Cylindrical-coordinate representation of color #056A76: hue angle of 186.37º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056A76 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5106118-
CMYK0.960.1000.54
HSL186.37º91.87%24.12%-
HSV(B)186.37º95.76%46.27%-
XYZ8.4911.6518.94-
YUV77.17151.0476.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 106 (41.80% from 255) = 46.29%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=2.18%
G=46.29%
B=51.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51061180.960.1000.54186.3791.8724.12
Hex56A7660A036ba5c18
Octal51521661401206627213430
Binary1011101010111011011000001010011011010111010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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