Shades of Blue Lagoon #085F65
Tints of Blue Lagoon #085F65
RGB
CMYK
RGB Variations
Color information
#085F65 (or 0x085F65) is known color: Blue Lagoon. HEX triplet: 08, 5F and 65. RGB value is (8,95,101). Sum of RGB (Red+Green+Blue) = 8+95+101=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #085F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F65 is #F7A09A. Grayscale: #454545. Windows color (decimal): -16228507 or 6643464. OLE color: 6643464.
HSL color Cylindrical-coordinate representation of color #085F65: hue angle of 183.87º 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 #085F65 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 95 | 101 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.60 |
| HSL | 183.87º | 0.85% | 0.21% | - |
| HSV(B) | 183.87º | 0.92% | 0.4% | - |
| XYZ | 6.54 | 9.18 | 13.74 | - |
| YUV | 69.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 101 | 0.92 | 0.06 | 0 | 0.60 | 183.87 | 0.85 | 0.21 |
| Hex | 8 | 5F | 65 | 5C | 6 | 0 | 3C | B8 | 55 | 15 |
| Octal | 10 | 137 | 145 | 134 | 6 | 0 | 74 | 270 | 125 | 25 |
| Binary | 1000 | 1011111 | 1100101 | 1011100 | 110 | 0 | 111100 | 10111000 | 1010101 | 10101 |
Color Harmonies of #085F65
Complementary color
Monochromatic Colors of #085F65
Black with #085F65
Text Example
Text Example
White with #085F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F65; }
p { color: rgb(8,95,101); }
H1.HeaderClassName
{
color: #085F65;
}
.AnyTagClassName
{
color: #085F65;
}
</style>
background-color css
<style>
a { background-color: #085F65; }
a { background-color: rgb(8,95,101); }
div.DivClassName
{
background-color: #085F65;
}
.BgClassName
{
background-color: #085F65;
}
</style>
border-color css
<style>
span { border-color: #085F65; }
span { border-color: rgb(8,95,101); }
td.TdClassName
{
border-color: #085F65;
}
.TagClassName
{
border-color: #085F65;
}
</style>