#056A79

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

Shades of Blue Lagoon #056A79

Tints of Blue Lagoon #056A79

Color information

#056A79 (or 0x056A79) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6A and 79. RGB value is (5,106,121). Sum of RGB (Red+Green+Blue) = 5+106+121=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #056A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A79 is #FA9586. Grayscale: #4D4D4D. Windows color (decimal): -16422279 or 7956997. OLE color: 7956997.

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

Color convert

RGB5106121-
CMYK0.960.1200.53
HSL187.76º92.06%24.71%-
HSV(B)187.76º95.87%47.45%-
XYZ8.6711.7219.89-
YUV77.51152.5476.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 121 (47.66% from 255) = 52.16%
R=2.16%
G=45.69%
B=52.16%

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
Decimal51061210.960.1200.53187.7692.0624.71
Hex56A7960C035bc5c19
Octal51521711401406527413431
Binary1011101010111100111000001100011010110111100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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