Shades of Blue Lagoon #085669
Tints of Blue Lagoon #085669
RGB
CMYK
RGB Variations
Color information
#085669 (or 0x085669) is known color: Blue Lagoon. HEX triplet: 08, 56 and 69. RGB value is (8,86,105). Sum of RGB (Red+Green+Blue) = 8+86+105=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #085669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085669 is #F7A996. Grayscale: #404040. Windows color (decimal): -16230807 or 6903304. OLE color: 6903304.
HSL color Cylindrical-coordinate representation of color #085669: hue angle of 191.75º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085669 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 86 | 105 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.59 |
| HSL | 191.75º | 0.86% | 0.22% | - |
| HSV(B) | 191.75º | 0.92% | 0.41% | - |
| XYZ | 5.98 | 7.73 | 14.54 | - |
| YUV | 64.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 105 | 0.92 | 0.18 | 0 | 0.59 | 191.75 | 0.86 | 0.22 |
| Hex | 8 | 56 | 69 | 5C | 12 | 0 | 3B | C0 | 56 | 16 |
| Octal | 10 | 126 | 151 | 134 | 22 | 0 | 73 | 300 | 126 | 26 |
| Binary | 1000 | 1010110 | 1101001 | 1011100 | 10010 | 0 | 111011 | 11000000 | 1010110 | 10110 |
Color Harmonies of #085669
Complementary color
Monochromatic Colors of #085669
Black with #085669
Text Example
Text Example
White with #085669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085669; }
p { color: rgb(8,86,105); }
H1.HeaderClassName
{
color: #085669;
}
.AnyTagClassName
{
color: #085669;
}
</style>
background-color css
<style>
a { background-color: #085669; }
a { background-color: rgb(8,86,105); }
div.DivClassName
{
background-color: #085669;
}
.BgClassName
{
background-color: #085669;
}
</style>
border-color css
<style>
span { border-color: #085669; }
span { border-color: rgb(8,86,105); }
td.TdClassName
{
border-color: #085669;
}
.TagClassName
{
border-color: #085669;
}
</style>