#056771

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

Shades of Blue Lagoon #056771

Tints of Blue Lagoon #056771

Color information

#056771 (or 0x056771) is unknown color: approx Blue Lagoon. HEX triplet: 05, 67 and 71. RGB value is (5,103,113). Sum of RGB (Red+Green+Blue) = 5+103+113=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #056771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056771 is #FA988E. Grayscale: #4A4A4A. Windows color (decimal): -16423055 or 7431941. OLE color: 7431941.

HSL color Cylindrical-coordinate representation of color #056771: hue angle of 185.56º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056771 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5103113-
CMYK0.960.0900.56
HSL185.56º91.53%23.14%-
HSV(B)185.56º95.58%44.31%-
XYZ7.8910.9317.32-
YUV74.84149.5378.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 103 (40.62% from 255) = 46.61%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=2.26%
G=46.61%
B=51.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51031130.960.0900.56185.5691.5323.14
Hex56771609038ba5c17
Octal51471611401107027213427
Binary1011100111111000111000001001011100010111010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056771; }

 p { color: rgb(5,103,113); }

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

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

 a { background-color: rgb(5,103,113); }

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

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

 span { border-color: rgb(5,103,113); }

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