Shades of Blue Lagoon #085D84
Tints of Blue Lagoon #085D84
RGB
CMYK
RGB Variations
Color information
#085D84 (or 0x085D84) is known color: Blue Lagoon. HEX triplet: 08, 5D and 84. RGB value is (8,93,132). Sum of RGB (Red+Green+Blue) = 8+93+132=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #085D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085D84 is #F7A27B. Grayscale: #474747. Windows color (decimal): -16228988 or 8674568. OLE color: 8674568.
HSL color Cylindrical-coordinate representation of color #085D84: hue angle of 198.87º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085D84 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 93 | 132 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.48 |
| HSL | 198.87º | 0.89% | 0.27% | - |
| HSV(B) | 198.87º | 0.94% | 0.52% | - |
| XYZ | 8.18 | 9.55 | 23.24 | - |
| YUV | 72.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 132 | 0.94 | 0.30 | 0 | 0.48 | 198.87 | 0.89 | 0.27 |
| Hex | 8 | 5D | 84 | 5E | 1E | 0 | 30 | C7 | 59 | 1B |
| Octal | 10 | 135 | 204 | 136 | 36 | 0 | 60 | 307 | 131 | 33 |
| Binary | 1000 | 1011101 | 10000100 | 1011110 | 11110 | 0 | 110000 | 11000111 | 1011001 | 11011 |
Color Harmonies of #085D84
Complementary color
Monochromatic Colors of #085D84
Black with #085D84
Text Example
Text Example
White with #085D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D84; }
p { color: rgb(8,93,132); }
H1.HeaderClassName
{
color: #085D84;
}
.AnyTagClassName
{
color: #085D84;
}
</style>
background-color css
<style>
a { background-color: #085D84; }
a { background-color: rgb(8,93,132); }
div.DivClassName
{
background-color: #085D84;
}
.BgClassName
{
background-color: #085D84;
}
</style>
border-color css
<style>
span { border-color: #085D84; }
span { border-color: rgb(8,93,132); }
td.TdClassName
{
border-color: #085D84;
}
.TagClassName
{
border-color: #085D84;
}
</style>