#056682

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

Shades of Blue Lagoon #056682

Tints of Blue Lagoon #056682

Color information

#056682 (or 0x056682) is unknown color: approx Blue Lagoon. HEX triplet: 05, 66 and 82. RGB value is (5,102,130). Sum of RGB (Red+Green+Blue) = 5+102+130=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #056682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056682 is #FA997D. Grayscale: #4B4B4B. Windows color (decimal): -16423294 or 8545797. OLE color: 8545797.

HSL color Cylindrical-coordinate representation of color #056682: hue angle of 193.44º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056682 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5102130-
CMYK0.960.2200.49
HSL193.44º92.59%26.47%-
HSV(B)193.44º96.15%50.98%-
XYZ8.8411.1522.8-
YUV76.19158.3677.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=2.11%
G=43.04%
B=54.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51021300.960.2200.49193.4492.5926.47
Hex566826016031c15d1a
Octal51462021402606130113532
Binary101110011010000010110000010110011000111000001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056682; }

 p { color: rgb(5,102,130); }

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

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

 a { background-color: rgb(5,102,130); }

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

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

 span { border-color: rgb(5,102,130); }

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