Shades of Blue Lagoon #085E64
Tints of Blue Lagoon #085E64
RGB
CMYK
RGB Variations
Color information
#085E64 (or 0x085E64) is known color: Blue Lagoon. HEX triplet: 08, 5E and 64. RGB value is (8,94,100). Sum of RGB (Red+Green+Blue) = 8+94+100=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #085E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E64 is #F7A19B. Grayscale: #444444. Windows color (decimal): -16228764 or 6577672. OLE color: 6577672.
HSL color Cylindrical-coordinate representation of color #085E64: hue angle of 183.91º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085E64 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 94 | 100 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.61 |
| HSL | 183.91º | 0.85% | 0.21% | - |
| HSV(B) | 183.91º | 0.92% | 0.39% | - |
| XYZ | 6.4 | 8.98 | 13.45 | - |
| YUV | 68.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 100 | 0.92 | 0.06 | 0 | 0.61 | 183.91 | 0.85 | 0.21 |
| Hex | 8 | 5E | 64 | 5C | 6 | 0 | 3D | B8 | 55 | 15 |
| Octal | 10 | 136 | 144 | 134 | 6 | 0 | 75 | 270 | 125 | 25 |
| Binary | 1000 | 1011110 | 1100100 | 1011100 | 110 | 0 | 111101 | 10111000 | 1010101 | 10101 |
Color Harmonies of #085E64
Complementary color
Monochromatic Colors of #085E64
Black with #085E64
Text Example
Text Example
White with #085E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E64; }
p { color: rgb(8,94,100); }
H1.HeaderClassName
{
color: #085E64;
}
.AnyTagClassName
{
color: #085E64;
}
</style>
background-color css
<style>
a { background-color: #085E64; }
a { background-color: rgb(8,94,100); }
div.DivClassName
{
background-color: #085E64;
}
.BgClassName
{
background-color: #085E64;
}
</style>
border-color css
<style>
span { border-color: #085E64; }
span { border-color: rgb(8,94,100); }
td.TdClassName
{
border-color: #085E64;
}
.TagClassName
{
border-color: #085E64;
}
</style>