#056676

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

Shades of Blue Lagoon #056676

Tints of Blue Lagoon #056676

Color information

#056676 (or 0x056676) is unknown color: approx Blue Lagoon. HEX triplet: 05, 66 and 76. RGB value is (5,102,118). Sum of RGB (Red+Green+Blue) = 5+102+118=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #056676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056676 is #FA9989. Grayscale: #4A4A4A. Windows color (decimal): -16423306 or 7759365. OLE color: 7759365.

HSL color Cylindrical-coordinate representation of color #056676: hue angle of 188.5º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056676 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5102118-
CMYK0.960.1400.54
HSL188.5º91.87%24.12%-
HSV(B)188.5º95.76%46.27%-
XYZ8.0810.8418.81-
YUV74.82152.3678.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=2.22%
G=45.33%
B=52.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51021180.960.1400.54188.591.8724.12
Hex5667660E036bc5c18
Octal51461661401606627413430
Binary1011100110111011011000001110011011010111100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056676; }

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

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

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

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

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

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

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

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