Shades of Blue Lagoon #08586E
Tints of Blue Lagoon #08586E
RGB
CMYK
RGB Variations
Color information
#08586E (or 0x08586E) is known color: Blue Lagoon. HEX triplet: 08, 58 and 6E. RGB value is (8,88,110). Sum of RGB (Red+Green+Blue) = 8+88+110=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #08586E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08586E is #F7A791. Grayscale: #424242. Windows color (decimal): -16230290 or 7231496. OLE color: 7231496.
HSL color Cylindrical-coordinate representation of color #08586E: hue angle of 192.94º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08586E is Cyan = 0.93, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 88 | 110 | - |
| CMYK | 0.93 | 0.2 | 0 | 0.57 |
| HSL | 192.94º | 0.86% | 0.23% | - |
| HSV(B) | 192.94º | 0.93% | 0.43% | - |
| XYZ | 6.4 | 8.16 | 15.99 | - |
| YUV | 66.59 | 152.5 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 110 | 0.93 | 0.2 | 0 | 0.57 | 192.94 | 0.86 | 0.23 |
| Hex | 8 | 58 | 6E | 5D | 14 | 0 | 39 | C1 | 56 | 17 |
| Octal | 10 | 130 | 156 | 135 | 24 | 0 | 71 | 301 | 126 | 27 |
| Binary | 1000 | 1011000 | 1101110 | 1011101 | 10100 | 0 | 111001 | 11000001 | 1010110 | 10111 |
Color Harmonies of #08586E
Complementary color
Monochromatic Colors of #08586E
Black with #08586E
Text Example
Text Example
White with #08586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08586E; }
p { color: rgb(8,88,110); }
H1.HeaderClassName
{
color: #08586E;
}
.AnyTagClassName
{
color: #08586E;
}
</style>
background-color css
<style>
a { background-color: #08586E; }
a { background-color: rgb(8,88,110); }
div.DivClassName
{
background-color: #08586E;
}
.BgClassName
{
background-color: #08586E;
}
</style>
border-color css
<style>
span { border-color: #08586E; }
span { border-color: rgb(8,88,110); }
td.TdClassName
{
border-color: #08586E;
}
.TagClassName
{
border-color: #08586E;
}
</style>