Shades of Blue Lagoon #085667
Tints of Blue Lagoon #085667
RGB
CMYK
RGB Variations
Color information
#085667 (or 0x085667) is known color: Blue Lagoon. HEX triplet: 08, 56 and 67. RGB value is (8,86,103). Sum of RGB (Red+Green+Blue) = 8+86+103=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #085667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085667 is #F7A998. Grayscale: #404040. Windows color (decimal): -16230809 or 6772232. OLE color: 6772232.
HSL color Cylindrical-coordinate representation of color #085667: hue angle of 190.74º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085667 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 86 | 103 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.60 |
| HSL | 190.74º | 0.86% | 0.22% | - |
| HSV(B) | 190.74º | 0.92% | 0.4% | - |
| XYZ | 5.88 | 7.69 | 14.01 | - |
| YUV | 64.62 | 149.66 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 103 | 0.92 | 0.17 | 0 | 0.60 | 190.74 | 0.86 | 0.22 |
| Hex | 8 | 56 | 67 | 5C | 11 | 0 | 3C | BF | 56 | 16 |
| Octal | 10 | 126 | 147 | 134 | 21 | 0 | 74 | 277 | 126 | 26 |
| Binary | 1000 | 1010110 | 1100111 | 1011100 | 10001 | 0 | 111100 | 10111111 | 1010110 | 10110 |
Color Harmonies of #085667
Complementary color
Monochromatic Colors of #085667
Black with #085667
Text Example
Text Example
White with #085667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085667; }
p { color: rgb(8,86,103); }
H1.HeaderClassName
{
color: #085667;
}
.AnyTagClassName
{
color: #085667;
}
</style>
background-color css
<style>
a { background-color: #085667; }
a { background-color: rgb(8,86,103); }
div.DivClassName
{
background-color: #085667;
}
.BgClassName
{
background-color: #085667;
}
</style>
border-color css
<style>
span { border-color: #085667; }
span { border-color: rgb(8,86,103); }
td.TdClassName
{
border-color: #085667;
}
.TagClassName
{
border-color: #085667;
}
</style>