#056977

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

Shades of Blue Lagoon #056977

Tints of Blue Lagoon #056977

Color information

#056977 (or 0x056977) is unknown color: approx Blue Lagoon. HEX triplet: 05, 69 and 77. RGB value is (5,105,119). Sum of RGB (Red+Green+Blue) = 5+105+119=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #056977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056977 is #FA9688. Grayscale: #4C4C4C. Windows color (decimal): -16422537 or 7825669. OLE color: 7825669.

HSL color Cylindrical-coordinate representation of color #056977: hue angle of 187.37º 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 #056977 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5105119-
CMYK0.960.1200.53
HSL187.37º91.94%24.31%-
HSV(B)187.37º95.8%46.67%-
XYZ8.4411.4719.22-
YUV76.7151.8776.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 119 (46.88% from 255) = 51.97%
R=2.18%
G=45.85%
B=51.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51051190.960.1200.53187.3791.9424.31
Hex5697760C035bb5c18
Octal51511671401406527313430
Binary1011101001111011111000001100011010110111011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056977; }

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

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

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

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

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

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

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

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