Shades of Blue Lagoon #086576
Tints of Blue Lagoon #086576
RGB
CMYK
RGB Variations
Color information
#086576 (or 0x086576) is known color: Blue Lagoon. HEX triplet: 08, 65 and 76. RGB value is (8,101,118). Sum of RGB (Red+Green+Blue) = 8+101+118=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #086576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086576 is #F79A89. Grayscale: #4A4A4A. Windows color (decimal): -16226954 or 7759112. OLE color: 7759112.
HSL color Cylindrical-coordinate representation of color #086576: hue angle of 189.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086576 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 101 | 118 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.54 |
| HSL | 189.27º | 0.87% | 0.25% | - |
| HSV(B) | 189.27º | 0.93% | 0.46% | - |
| XYZ | 8.02 | 10.67 | 18.78 | - |
| YUV | 75.13 | 152.19 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 118 | 0.93 | 0.14 | 0 | 0.54 | 189.27 | 0.87 | 0.25 |
| Hex | 8 | 65 | 76 | 5D | E | 0 | 36 | BD | 57 | 19 |
| Octal | 10 | 145 | 166 | 135 | 16 | 0 | 66 | 275 | 127 | 31 |
| Binary | 1000 | 1100101 | 1110110 | 1011101 | 1110 | 0 | 110110 | 10111101 | 1010111 | 11001 |
Color Harmonies of #086576
Complementary color
Monochromatic Colors of #086576
Black with #086576
Text Example
Text Example
White with #086576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086576; }
p { color: rgb(8,101,118); }
H1.HeaderClassName
{
color: #086576;
}
.AnyTagClassName
{
color: #086576;
}
</style>
background-color css
<style>
a { background-color: #086576; }
a { background-color: rgb(8,101,118); }
div.DivClassName
{
background-color: #086576;
}
.BgClassName
{
background-color: #086576;
}
</style>
border-color css
<style>
span { border-color: #086576; }
span { border-color: rgb(8,101,118); }
td.TdClassName
{
border-color: #086576;
}
.TagClassName
{
border-color: #086576;
}
</style>