Shades of Blue Lagoon #085A67
Tints of Blue Lagoon #085A67
RGB
CMYK
RGB Variations
Color information
#085A67 (or 0x085A67) is known color: Blue Lagoon. HEX triplet: 08, 5A and 67. RGB value is (8,90,103). Sum of RGB (Red+Green+Blue) = 8+90+103=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #085A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A67 is #F7A598. Grayscale: #424242. Windows color (decimal): -16229785 or 6773256. OLE color: 6773256.
HSL color Cylindrical-coordinate representation of color #085A67: hue angle of 188.21º 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 #085A67 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 90 | 103 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.60 |
| HSL | 188.21º | 0.86% | 0.22% | - |
| HSV(B) | 188.21º | 0.92% | 0.4% | - |
| XYZ | 6.2 | 8.34 | 14.12 | - |
| YUV | 66.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 103 | 0.92 | 0.13 | 0 | 0.60 | 188.21 | 0.86 | 0.22 |
| Hex | 8 | 5A | 67 | 5C | D | 0 | 3C | BC | 56 | 16 |
| Octal | 10 | 132 | 147 | 134 | 15 | 0 | 74 | 274 | 126 | 26 |
| Binary | 1000 | 1011010 | 1100111 | 1011100 | 1101 | 0 | 111100 | 10111100 | 1010110 | 10110 |
Color Harmonies of #085A67
Complementary color
Monochromatic Colors of #085A67
Black with #085A67
Text Example
Text Example
White with #085A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A67; }
p { color: rgb(8,90,103); }
H1.HeaderClassName
{
color: #085A67;
}
.AnyTagClassName
{
color: #085A67;
}
</style>
background-color css
<style>
a { background-color: #085A67; }
a { background-color: rgb(8,90,103); }
div.DivClassName
{
background-color: #085A67;
}
.BgClassName
{
background-color: #085A67;
}
</style>
border-color css
<style>
span { border-color: #085A67; }
span { border-color: rgb(8,90,103); }
td.TdClassName
{
border-color: #085A67;
}
.TagClassName
{
border-color: #085A67;
}
</style>