#056779

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

Shades of Blue Lagoon #056779

Tints of Blue Lagoon #056779

Color information

#056779 (or 0x056779) is unknown color: approx Blue Lagoon. HEX triplet: 05, 67 and 79. RGB value is (5,103,121). Sum of RGB (Red+Green+Blue) = 5+103+121=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #056779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056779 is #FA9886. Grayscale: #4B4B4B. Windows color (decimal): -16423047 or 7956229. OLE color: 7956229.

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

Color convert

RGB5103121-
CMYK0.960.1500.53
HSL189.31º92.06%24.71%-
HSV(B)189.31º95.87%47.45%-
XYZ8.3611.1119.79-
YUV75.75153.5377.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=2.18%
G=44.98%
B=52.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51031210.960.1500.53189.3192.0624.71
Hex5677960F035bd5c19
Octal51471711401706527513431
Binary1011100111111100111000001111011010110111101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056779; }

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

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

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

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

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

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

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

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