Shades of Blue Lagoon #085C6C
Tints of Blue Lagoon #085C6C
RGB
CMYK
RGB Variations
Color information
#085C6C (or 0x085C6C) is known color: Blue Lagoon. HEX triplet: 08, 5C and 6C. RGB value is (8,92,108). Sum of RGB (Red+Green+Blue) = 8+92+108=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #085C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C6C is #F7A393. Grayscale: #444444. Windows color (decimal): -16229268 or 7101448. OLE color: 7101448.
HSL color Cylindrical-coordinate representation of color #085C6C: hue angle of 189.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085C6C is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 92 | 108 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.58 |
| HSL | 189.6º | 0.86% | 0.23% | - |
| HSV(B) | 189.6º | 0.93% | 0.42% | - |
| XYZ | 6.63 | 8.79 | 15.53 | - |
| YUV | 68.71 | 150.17 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 108 | 0.93 | 0.15 | 0 | 0.58 | 189.6 | 0.86 | 0.23 |
| Hex | 8 | 5C | 6C | 5D | F | 0 | 3A | BE | 56 | 17 |
| Octal | 10 | 134 | 154 | 135 | 17 | 0 | 72 | 276 | 126 | 27 |
| Binary | 1000 | 1011100 | 1101100 | 1011101 | 1111 | 0 | 111010 | 10111110 | 1010110 | 10111 |
Color Harmonies of #085C6C
Complementary color
Monochromatic Colors of #085C6C
Black with #085C6C
Text Example
Text Example
White with #085C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C6C; }
p { color: rgb(8,92,108); }
H1.HeaderClassName
{
color: #085C6C;
}
.AnyTagClassName
{
color: #085C6C;
}
</style>
background-color css
<style>
a { background-color: #085C6C; }
a { background-color: rgb(8,92,108); }
div.DivClassName
{
background-color: #085C6C;
}
.BgClassName
{
background-color: #085C6C;
}
</style>
border-color css
<style>
span { border-color: #085C6C; }
span { border-color: rgb(8,92,108); }
td.TdClassName
{
border-color: #085C6C;
}
.TagClassName
{
border-color: #085C6C;
}
</style>