#056B77

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

Shades of Blue Lagoon #056B77

Tints of Blue Lagoon #056B77

Color information

#056B77 (or 0x056B77) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6B and 77. RGB value is (5,107,119). Sum of RGB (Red+Green+Blue) = 5+107+119=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #056B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B77 is #FA9488. Grayscale: #4D4D4D. Windows color (decimal): -16422025 or 7826181. OLE color: 7826181.

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

Color convert

RGB5107119-
CMYK0.960.1000.53
HSL186.32º91.94%24.31%-
HSV(B)186.32º95.8%46.67%-
XYZ8.6511.8819.29-
YUV77.87151.2176.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=2.16%
G=46.32%
B=51.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51071190.960.1000.53186.3291.9424.31
Hex56B7760A035ba5c18
Octal51531671401206527213430
Binary1011101011111011111000001010011010110111010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,107,119); }

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

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

 a { background-color: rgb(5,107,119); }

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

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

 span { border-color: rgb(5,107,119); }

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