Shades of Blue Lagoon #085A6C
Tints of Blue Lagoon #085A6C
RGB
CMYK
RGB Variations
Color information
#085A6C (or 0x085A6C) is known color: Blue Lagoon. HEX triplet: 08, 5A and 6C. RGB value is (8,90,108). Sum of RGB (Red+Green+Blue) = 8+90+108=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #085A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A6C is #F7A593. Grayscale: #434343. Windows color (decimal): -16229780 or 7100936. OLE color: 7100936.
HSL color Cylindrical-coordinate representation of color #085A6C: hue angle of 190.8º 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 #085A6C is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 90 | 108 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.58 |
| HSL | 190.8º | 0.86% | 0.23% | - |
| HSV(B) | 190.8º | 0.93% | 0.42% | - |
| XYZ | 6.46 | 8.45 | 15.48 | - |
| YUV | 67.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 108 | 0.93 | 0.17 | 0 | 0.58 | 190.8 | 0.86 | 0.23 |
| Hex | 8 | 5A | 6C | 5D | 11 | 0 | 3A | BF | 56 | 17 |
| Octal | 10 | 132 | 154 | 135 | 21 | 0 | 72 | 277 | 126 | 27 |
| Binary | 1000 | 1011010 | 1101100 | 1011101 | 10001 | 0 | 111010 | 10111111 | 1010110 | 10111 |
Color Harmonies of #085A6C
Complementary color
Monochromatic Colors of #085A6C
Black with #085A6C
Text Example
Text Example
White with #085A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A6C; }
p { color: rgb(8,90,108); }
H1.HeaderClassName
{
color: #085A6C;
}
.AnyTagClassName
{
color: #085A6C;
}
</style>
background-color css
<style>
a { background-color: #085A6C; }
a { background-color: rgb(8,90,108); }
div.DivClassName
{
background-color: #085A6C;
}
.BgClassName
{
background-color: #085A6C;
}
</style>
border-color css
<style>
span { border-color: #085A6C; }
span { border-color: rgb(8,90,108); }
td.TdClassName
{
border-color: #085A6C;
}
.TagClassName
{
border-color: #085A6C;
}
</style>