#056A7C

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

Shades of Blue Lagoon #056A7C

Tints of Blue Lagoon #056A7C

Color information

#056A7C (or 0x056A7C) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6A and 7C. RGB value is (5,106,124). Sum of RGB (Red+Green+Blue) = 5+106+124=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #056A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A7C is #FA9583. Grayscale: #4D4D4D. Windows color (decimal): -16422276 or 8153605. OLE color: 8153605.

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

Color convert

RGB5106124-
CMYK0.960.1500.51
HSL189.08º92.25%25.29%-
HSV(B)189.08º95.97%48.63%-
XYZ8.8511.820.88-
YUV77.85154.0476.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=2.13%
G=45.11%
B=52.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51061240.960.1500.51189.0892.2525.29
Hex56A7C60F033bd5c19
Octal51521741401706327513431
Binary1011101010111110011000001111011001110111101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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