Shades of Blue Lagoon #085665
Tints of Blue Lagoon #085665
RGB
CMYK
RGB Variations
Color information
#085665 (or 0x085665) is known color: Blue Lagoon. HEX triplet: 08, 56 and 65. RGB value is (8,86,101). Sum of RGB (Red+Green+Blue) = 8+86+101=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #085665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085665 is #F7A99A. Grayscale: #404040. Windows color (decimal): -16230811 or 6641160. OLE color: 6641160.
HSL color Cylindrical-coordinate representation of color #085665: hue angle of 189.68º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085665 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 86 | 101 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.60 |
| HSL | 189.68º | 0.85% | 0.21% | - |
| HSV(B) | 189.68º | 0.92% | 0.4% | - |
| XYZ | 5.78 | 7.65 | 13.48 | - |
| YUV | 64.39 | 148.66 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 101 | 0.92 | 0.15 | 0 | 0.60 | 189.68 | 0.85 | 0.21 |
| Hex | 8 | 56 | 65 | 5C | F | 0 | 3C | BE | 55 | 15 |
| Octal | 10 | 126 | 145 | 134 | 17 | 0 | 74 | 276 | 125 | 25 |
| Binary | 1000 | 1010110 | 1100101 | 1011100 | 1111 | 0 | 111100 | 10111110 | 1010101 | 10101 |
Color Harmonies of #085665
Complementary color
Monochromatic Colors of #085665
Black with #085665
Text Example
Text Example
White with #085665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085665; }
p { color: rgb(8,86,101); }
H1.HeaderClassName
{
color: #085665;
}
.AnyTagClassName
{
color: #085665;
}
</style>
background-color css
<style>
a { background-color: #085665; }
a { background-color: rgb(8,86,101); }
div.DivClassName
{
background-color: #085665;
}
.BgClassName
{
background-color: #085665;
}
</style>
border-color css
<style>
span { border-color: #085665; }
span { border-color: rgb(8,86,101); }
td.TdClassName
{
border-color: #085665;
}
.TagClassName
{
border-color: #085665;
}
</style>